- Wat is het probleem? Ik krijg een error als ik op het forum wil komen,,
Wanneer ontstond het probleem? Na het editen van het bestanden voor de categories hierarchy mod
Adres van je forum: http://forum.dragonclan.be
Geïnstalleerde mods: Userlist, Rank summary, Advancde ACP
Huidige template:
phpBB versie: 2.0.18
Host: domeinhuis.nl
Heb je onlangs een mod of stijl geïnstalleerd? Ik ben nu bus bezig met het voltooien van categories hierarchy mod
Heb je gezocht naar een antwoord?
Overige opmerkingen:
Dit is de error:
Code: Selecteer alles
Parse error: parse error, unexpected ',' in /home/kingdom/domains/dwradio.nl/public_html/forum/includes/auth.php on line 70
Code: Selecteer alles
lookup
*/
//-- mod : categories hierarchy ------------------------------------------------
//-- delete
/*
function auth($type, $forum_id, $userdata, $f_access = '')
{
global $db, $lang;
switch( $type )
{
case AUTH_ALL:
$a_sql = 'a.auth_view, a.auth_read,*/
//-- add
// this one will be only called by hitting the ACP/Auths center/Definition/"Forums" auths type/Regen button
function get_forums_auths_def()
{
// get current auths fields
//-- fin mod : categories hierarchy --------------------------------------------
a.auth_post, a.auth_reply, a.auth_edit, a.auth_delete, a.auth_sticky, a.auth_announce, a.auth_vote, a.auth_pollcreate,
$auth_fields = array('auth_view', 'auth_read'
//-- mod : categories hierarchy ------------------------------------------------
//-- add
// add global annonce auth after announce
$auth_fields = array_flip($auth_fields);
$auth_fields['auth_global_announce'] = $auth_fields['auth_announce'];
asort($auth_fields);
$auth_fields = array_keys($auth_fields);
Groetjes Ron