
in de beschrijving staat dat je woorden kan censureren en de tijd enzo erbij zetten, en dat je enkele admin bestanden moet aanpassen.
Dus lijkt het mij normaal dat je je shoutbox dan in het admin panel kan aanpassen. Klopt toch hé?
daarom is hiet probleem: ik zie niets over de shoutbox in men admin panel
ik heb wel een andere vraag die er iets mé kan te maken hebben:
in de install staat:
Code: Selecteer alles
#-----[ OPEN ]------------------------------------------------
#
admin/admin_db_utilities.php
#
#-----[ FIND ]------------------------------------------------
#
$tables = array(
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Start add - Fully integrated shoutbox MOD
$tables[] = 'shout';
// End add - Fully integrated shoutbox MOD
in admin_db_utilities.php staat:
Code: Selecteer alles
$tables = array('auth_access', 'banlist', 'categories', 'config', 'disallow', 'forums', 'forum_prune', 'groups', 'posts', 'posts_text', 'privmsgs', 'privmsgs_text', 'ranks', 'search_results', 'search_wordlist', 'search_wordmatch', 'sessions', 'smilies', 'themes', 'themes_name', 'topics', 'topics_watch', 'user_group', 'users', 'vote_desc', 'vote_results', 'vote_voters', 'words', 'confirm', 'sessions_keys');
