Welcome on Index
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
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
Re: Welcome on Index
There are those codes in the file ... now I delete them and let you know.
Escuse me for my bad english
EDIT:
Nothing...
I deleted the old changes and the image is the right path.
Escuse me for my bad english

EDIT:
Nothing...
I deleted the old changes and the image is the right path.
Code: Select all
<!-- IF USER_AVATAR -->{USER_AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/avatars/Guest(2).gif"/>
Last edited by Ælly on 18 Aug 2010, 22:58, edited 1 time in total.
Re: Welcome on Index
Hello Stoker
Just a question here on this mod, how come there is two double_dotted on total user online ? can i take off one ? and how to do it ?
please see the picture
Many thanks
Just a question here on this mod, how come there is two double_dotted on total user online ? can i take off one ? and how to do it ?

please see the picture
Many thanks
Re: Welcome on Index
It is default phpBB and you will find it in your language common.php file:
Code: Select all
'ONLINE_USERS_TOTAL' => 'In total there are <strong>%d</strong> users online :: ',
'ONLINE_USERS_ZERO_TOTAL' => 'In total there are <strong>0</strong> users online :: ',
'ONLINE_USER_TOTAL' => 'In total there is <strong>%d</strong> user online :: ',