[RC] Live Character Limit Counter

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

[RC] Live Character Limit Counter

Post by Solidjeuh »

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.

[RC] Live Character Limit Counter

Post by RMcGirr83 »

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') -->

[RC] Live Character Limit Counter

Post by Solidjeuh »

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 :)