Welcome on Index

Modifications for phpBB3. Try the Mods here and share Your own Mods
There is no support here! Only Read Access!
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
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Welcome on Index

Post by Stoker »

Yes, the above posted is the old install instructions.
Use them to make sure that you have uninstalled it completely.
Board rules! No PM support
User avatar
kevinviet
BBCoder III
BBCoder III
Posts: 123
Joined: 06 Mar 2010, 04:52

Re: Welcome on Index

Post by kevinviet »

Removed all that posted. anything else i have to remove ?
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Welcome on Index

Post by Stoker »

Not that I can think of.
Board rules! No PM support
User avatar
kevinviet
BBCoder III
BBCoder III
Posts: 123
Joined: 06 Mar 2010, 04:52

Re: Welcome on Index

Post by kevinviet »

I found some kind weird solution :D on IE browser click on compatibility view mode then the avatar show up. My board design for older browser .. :lol:
errow11.jpg
User avatar
kevinviet
BBCoder III
BBCoder III
Posts: 123
Joined: 06 Mar 2010, 04:52

Re: Welcome on Index

Post by kevinviet »

Hi guys

If i want to add a smile icon image after each greeting, how do i add it ? is it possible ?

Thanks
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Welcome on Index

Post by Stoker »

Yes, you can insert the html for the image in the language file.
Board rules! No PM support
User avatar
kevinviet
BBCoder III
BBCoder III
Posts: 123
Joined: 06 Mar 2010, 04:52

Re: Welcome on Index

Post by kevinviet »

Is it like this :

Code: Select all

'UP_LATE'             		=> 'You\'re up late %1$s, Shouldn\'t you be sleeping?' <img src="http://www.mydomain.com/images/smilies/lazy.gif" style="width:29px; height:29px;" alt="" />',
But it doesn't seem to work.

Thanks Stoker
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Welcome on Index

Post by Stoker »

Try this instead:

Code: Select all

'UP_LATE'                   => 'You\'re up late %1$s, Shouldn\'t you be sleeping? <img src="http://www.mydomain.com/images/smilies/lazy.gif" style="width:29px; height:29px;" alt="" />',
Board rules! No PM support
User avatar
kevinviet
BBCoder III
BBCoder III
Posts: 123
Joined: 06 Mar 2010, 04:52

Re: Welcome on Index

Post by kevinviet »

You the man stoker :thumb:
Thanks
Ælly
BBCoder II
BBCoder II
Posts: 40
Joined: 15 Mar 2010, 03:08

Re: Welcome on Index

Post by Ælly »

How do I view a different image from no_avatar?
I also installed no_avatar.
Locked