phpBB Part: Forum
MOD Author: Highway of Life
MOD Title: ACP April Fools Prank
MOD Description: This is not an actual MOD at this point, but as April 1st is coming up and I’ve been asked to release this hack, here it is.
There will be very LIMITED support. It is not packaged up in Typical MOD fashion.
There is no MODX file. You have to edit the files with very limited instruction, so if this scares you, please do not use this MOD.
NOTES:
Values to change are located in /acp/index.php, change to your liking. Many links may link to STG, I didn’t spend time to go through it, just packaged it up and put it together.
When I created this MOD, I never had the intention of releasing it, so it’s really very hacky.
MOD Version: 0.1.0
Works with:
- phpBB 3.0.0
Manual Hack/install
Language: English
Licence: GNU General Public License v2
Installation Instructions:
OPEN: /includes/functions.php
FIND:
Code: Select all
'U_ACP' => ($auth->acl_get('a_') && $user->data['is_registered']) ? append_sid("{$phpbb_root_path}adm/index.$phpEx", false, true, $user->session_id) : '')
Code: Select all
'U_ACP' => ($auth->acl_get('a_') && $user->data['is_registered']) ? append_sid("{$phpbb_root_path}adm/index.$phpEx", false, true, $user->session_id) : append_sid("{$phpbb_root_path}acp/index.$phpEx"))
Installation Level: Easy
Installation Time: 2 Minutes
Format: Manual (Hack)
Download: ACP April Fools Prank