Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Post
by Solidjeuh » 31 Aug 2013, 20:48
And if you have the profile guestbook mod installed:
https://www.phpbb.com/customise/db/mod/ ... estbook_2/
Open overal_header.html
Find:
<!-- IF (SCRIPT_NAME == 'ucp' or SCRIPT_NAME == 'posting' or SCRIPT_NAME == 'viewtopic') -->
Replace with:
<!-- IF (SCRIPT_NAME == 'ucp' or SCRIPT_NAME == 'posting' or SCRIPT_NAME == 'viewtopic' or SCRIPT_NAME == 'memberlist') -->
Last edited by Solidjeuh on 31 Aug 2013, 21:09, edited 1 time in total.
Post
by RMcGirr83 » 31 Aug 2013, 21:05
Code: Select all
<!-- IF (SCRIPT_NAME == 'ucp' or SCRIPT_NAME == 'posting' or SCRIPT_NAME == 'viewtopic')or SCRIPT_NAME == 'memberlist' -->
should be
Code: Select all
<!-- IF (SCRIPT_NAME == 'ucp' or SCRIPT_NAME == 'posting' or SCRIPT_NAME == 'viewtopic' or SCRIPT_NAME == 'memberlist') -->
Post
by Solidjeuh » 31 Aug 2013, 21:13
Yes, you are right. I made that mistake at first, And copied the one with that mistake lol
(but it also works)
Thank you! Edited my post