Login/Logout Smiley

Guides & Snippets for phpBB3.
Try the Snippets here and share Your own Snippets
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,295
Joined: 12 May 2008, 21:26
Local time: Saturday 23:58
Last active: -
Favourite EXT: Forum Goal
Location: Denmark

Login/Logout Smiley

Post by Stoker »

Login/Logout Smiley
Written by Stoker

Moved: viewtopic.php?f=45&t=1275
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
boardtalk.net Offline
BBCoder II
BBCoder II
Posts: 35
Joined: 05 Mar 2010, 11:55
Local time: Saturday 22:58
Last active: -
Favourite EXT: Default Random 'No Avatar
Location: Éire

Re: Login/Logout Smiley

Post by boardtalk.net »

Stoker » 15 Mar 2010, 22:10 wrote:
Find:

Code: Select all

'LOGOUT_REDIRECT'			=> 'You have been successfully logged out.',
Replace with:

Code: Select all

'LOGIN_REDIRECT'			=> 'You have been successfully logged out <img src="put the link to smilie here - remember to change width and height" style="width:65px; height:58px;" alt="" />',
Thanks Stoker, I always wondered where and how to do this ;)
The second line above should be 'LOGOUT_REDIRECT' but guess you were tired :getup: when posting it. Thanks a million for all the great stuff on here 8-)
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,295
Joined: 12 May 2008, 21:26
Local time: Saturday 23:58
Last active: -
Favourite EXT: Forum Goal
Location: Denmark

Re: Login/Logout Smiley

Post by Stoker »

Fixed thanks ;)
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
Darkman Offline
BBCoder II
BBCoder II
Posts: 23
Joined: 20 Mar 2010, 21:53
Local time: Saturday 23:58
Last active: -

Re: Login/Logout Smiley

Post by Darkman »

HELP!
Parse error: syntax error, unexpected '<', expecting ')' in /membri/darkylab/labs/language/it/ucp.php on line 244
what is wrong?

Code: Select all

'LOGIN_REDIRECT'			=> 'Accesso effettuato.' <img src=”images/263.gif” style="width:65px; height:58px;" alt="" />', 
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,295
Joined: 12 May 2008, 21:26
Local time: Saturday 23:58
Last active: -
Favourite EXT: Forum Goal
Location: Denmark

Re: Login/Logout Smiley

Post by Stoker »

'Accesso effettuato.'
remove the ending ' like this:
'LOGIN_REDIRECT' => 'Accesso effettuato. <img src=”images/263.gif” style="width:65px; height:58px;" alt="" />',
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
Galandas Offline
BBCoder III
BBCoder III
Posts: 147
Joined: 06 Mar 2010, 22:08
Local time: Saturday 22:58
Last active: -
Favourite BBCode: player yahoo
Favourite EXT: Mod Rey
Location: italy

Re: Login/Logout Smiley

Post by Galandas »

really nice thanks stoker :thumb:
User avatar
Wildthinks Offline
BBCoder II
BBCoder II
Posts: 9
Joined: 08 Mar 2010, 18:38
Local time: Saturday 22:58
Last active: -

Re: Login/Logout Smiley

Post by Wildthinks »

Oh, it's wonderful! Thank you!