Login/Logout Smiley

Mixed forum with code snippets, guides and styles
Forum rules
Everything in this forum is for everybody
But support only for Donators!
Post Reply
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Login/Logout Smiley

Post by Stoker »

Login/Logout Smiley
Written by Stoker

Display a smilie when the user login or logout. Its simple and easy, but for the ones who doesnt know, here it is :)

Open language/en/ucp.php
Find:

Code: Select all

'LOGIN_REDIRECT'			=> 'You have been successfully logged in.',
Replace with:

Code: Select all

'LOGIN_REDIRECT'			=> 'You have been successfully logged in <img src="put the link to smilie here - remember to change width and height" style="width:65px; height:58px;" alt="" />',
Find:

Code: Select all

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

Code: Select all

'LOGOUT_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="" />',
Board rules! No PM support
Post Reply