Page 1 of 1

Login/Logout Smiley

Posted: 15 Mar 2010, 23:10
by Stoker
Login/Logout Smiley
Written by Stoker

Moved: viewtopic.php?f=45&t=1275

Re: Login/Logout Smiley

Posted: 17 Mar 2010, 05:19
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-)

Re: Login/Logout Smiley

Posted: 17 Mar 2010, 06:39
by Stoker
Fixed thanks ;)

Re: Login/Logout Smiley

Posted: 01 May 2010, 11:55
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="" />', 

Re: Login/Logout Smiley

Posted: 01 May 2010, 12:12
by Stoker
'Accesso effettuato.'
remove the ending ' like this:
'LOGIN_REDIRECT' => 'Accesso effettuato. <img src=”images/263.gif” style="width:65px; height:58px;" alt="" />',

Re: Login/Logout Smiley

Posted: 01 May 2010, 18:26
by Galandas
really nice thanks stoker :thumb:

Re: Login/Logout Smiley

Posted: 22 May 2010, 17:49
by Wildthinks
Oh, it's wonderful! Thank you!