- Wat is het probleem?
Op het forum index wordt helemaal niks meer weergeven hoewel er wel forums zijn.
Wanneer ontstond het probleem?
Na he installeren van de Extra Permissions MOD.
Adres van je forum:
http://www.ngame.nl/index.php
Geïnstalleerde mods:
Extend Rank Colours, ezPortal, Global Moderator, Welkomst PB, Staff, eXtreme Styles, Junior Admin, Blank Pages, Citaat van de dag (ezPortal).
Huidige template:
FI Subsilver Shadow
phpBB versie:
2.0.18
Host:
http://www.topservers.nl
Heb je onlangs een mod of stijl geïnstalleerd?
Ja,
Heb je gezocht naar een antwoord?
Ja, met de zoekfunctie.
Overige opmerkingen:
Hoe moet ik dit veranderen?
Extra Permissies
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Extra Permissies
Support template:
Code: Selecteer alles
##############################################################
## MOD Title: Extra permission
## MOD Author: Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
## MOD Description: If you wish to control witch users may see/use
## special pages this mod makes it posible to include
## some code to the php pages, so you as admin may
## define per user / usergroup what permissions they have.
## MOD Version: 1.0.1
## MOD Compatibility: 2.0.6
##
## Installation Level: Easy
## Installation Time: 4 Minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit: 8
## index.php
## memberlist.php
## admin/admin_forumauth.php
## includes/auth.php
## includes/constants.php
## includes/functions_admin.php
## includes/page_header.php
## templates/subSilver/overall_header.tpl
##
## Included Files: 3
## extra_perm_db_update.php
## examples/add_perm_db_update.php
## examples/remove_perm_db_update.php
##
Code: Selecteer alles
This list is a result of the SQL queries needed for the additional mods in the pre-moded pack
Extra Permissions
[Already added] line: 1 , ALTER TABLE phpbb_auth_access CHANGE `forum_id` `forum_id` SMALLINT(5) DEFAULT "0" NOT NULL
[Added/Updated] line: 2 , ALTER TABLE phpbb_forums CHANGE `forum_id` `forum_id` SMALLINT(5) DEFAULT "0" NOT NULL
[Added/Updated] line: 3 , ALTER TABLE phpbb_forums CHANGE `cat_id` `cat_id` MEDIUMINT(8) DEFAULT "0"
Moet ik er nog iets mee doen?