Login/Logout Smiley
Written by Stoker
Moved: viewtopic.php?f=45&t=1275
Login/Logout Smiley
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Login/Logout Smiley
Board rules! No PM support
- boardtalk.net
- BBCoder II
- Posts: 35
- Joined: 05 Mar 2010, 13:55
- Favourite MOD: Default Random 'No Avatar
- Location: Éire
- Contact:
Re: Login/Logout Smiley
Thanks Stoker, I always wondered where and how to do thisStoker » 15 Mar 2010, 22:10 wrote:
Find:Replace with:Code: Select all
'LOGOUT_REDIRECT' => 'You have been successfully logged out.',
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="" />',
The second line above should be 'LOGOUT_REDIRECT' but guess you were tired when posting it. Thanks a million for all the great stuff on here
Re: Login/Logout Smiley
HELP!
what is wrong?Parse error: syntax error, unexpected '<', expecting ')' in /membri/darkylab/labs/language/it/ucp.php on line 244
Code: Select all
'LOGIN_REDIRECT' => 'Accesso effettuato.' <img src=”images/263.gif” style="width:65px; height:58px;" alt="" />',
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Login/Logout Smiley
'Accesso effettuato.'
remove the ending ' like this:
'LOGIN_REDIRECT' => 'Accesso effettuato. <img src=”images/263.gif” style="width:65px; height:58px;" alt="" />',
remove the ending ' like this:
'LOGIN_REDIRECT' => 'Accesso effettuato. <img src=”images/263.gif” style="width:65px; height:58px;" alt="" />',
Board rules! No PM support
- Wildthinks
- BBCoder II
- Posts: 9
- Joined: 08 Mar 2010, 20:38
Re: Login/Logout Smiley
Oh, it's wonderful! Thank you!