Page 10 of 11
Re: Welcome on Index
Posted: 18 Aug 2010, 23:01
by Stoker
Re: Welcome on Index
Posted: 18 Aug 2010, 23:12
by Ælly
Should I remove those changes?
Re: Welcome on Index
Posted: 19 Aug 2010, 00:28
by Stoker
Yes, if they are present in your files = if that is what you have installed.
Re: Welcome on Index
Posted: 19 Aug 2010, 00:51
by Ælly
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.
Code: Select all
<!-- IF USER_AVATAR -->{USER_AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/avatars/Guest(2).gif"/>
Re: Welcome on Index
Posted: 20 Aug 2010, 21:20
by Stoker
Mod validated by the phpBB Mod Team today.
Re: Welcome on Index
Posted: 20 Aug 2010, 21:54
by cisco007
way to go Stoker!
Re: Welcome on Index
Posted: 20 Aug 2010, 23:06
by Steve
We should validate your mustache
,congrats
Re: Welcome on Index
Posted: 29 Aug 2010, 08:08
by kevinviet
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
dot1.jpg
Many thanks
Re: Welcome on Index
Posted: 29 Aug 2010, 10:53
by Stoker
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 :: ',
Re: Welcome on Index
Posted: 29 Aug 2010, 23:43
by kevinviet
Thanks Stoker