Welcome on Index

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

Re: Welcome on Index

Post by Stoker »

Re: Welcome on Index

Post by Ælly »

Should I remove those changes?

Re: Welcome on Index

Post by Stoker »

Yes, if they are present in your files = if that is what you have installed.

Re: Welcome on Index

Post 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"/>
Last edited by Ælly on 18 Aug 2010, 22:58, edited 1 time in total.

Re: Welcome on Index

Post by Stoker »

Mod validated by the phpBB Mod Team today.

Re: Welcome on Index

Post by cisco007 »

way to go Stoker! :lol: :thumbsup:

Re: Welcome on Index

Post by Steve »

We should validate your mustache ;) ,congrats :)

Re: Welcome on Index

Post 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 ? :D
please see the picture
dot1.jpg
Many thanks

Re: Welcome on Index

Post 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

Post by kevinviet »

Thanks Stoker