Styles: prosilver (standard) und eigenes Style auf prosilver basierend
MOD: NV_did_you_know / who was here /
Aufruf "Persönlicher Bereich" -> Benutzergruppen ==> Gruppen Verwalten
Habe auch eine functions_display.php aus einem funktionierenden Forum herüberkopiert, aber selber Fehler Taucht auf.Fatal error: Cannot redeclare display_forums() (previously declared in /domain/httpdocs/includes/functions_display.php:22) in /domain/httpdocs/includes/functions_display.php on line 516
Bin jetzt ein wenig am Grübeln.
Codeschnipp
Code: Alles auswählen
510 if ($return_moderators)
511 {
512 return array($active_forum_ary, $forum_moderators);
513 }
514
515 return array($active_forum_ary, array());
516 }
517
518 /**
519 * Create forum rules for given forum
520 */
521 function generate_forum_rules(&$forum_data)
522 {
523 if (!$forum_data['forum_rules'] && !$forum_data['forum_rules_link'])