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.',
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="" />',
Code: Select all
'LOGOUT_REDIRECT' => 'You have been successfully logged out.',
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="" />',