Smilie after logging in

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

Smilie after logging in

Post by boardtalk.net »

Morning all,

On Stokers last board when a user logged in we got to see a little smilie as we waited to be redirected. Can anyone tell me where to place the code for the smilie?

Hope you know what I'm asking

Thanks
:)

Re: Smilie after logging in

Post by Nully »

Good afternoon !
it is in language/your language/ucp.php

Code: Select all

'LOGIN_REDIRECT'   				=> '<img src="./images/smilies/hello.gif" alt="Welcome" /><br />Nice to meet you !',

Re: Smilie after logging in

Post by Stoker »

Thats the way to do it, in the language file.
I had in on both login and logout.

I will post it up later.

Re: Smilie after logging in

Post by boardtalk.net »

Lovely, yummy stuff!
Thanks so much guys :D

Re: Smilie after logging in

Post by Nully »

Do not think I'm clever.
I knew the way how to, because Stoker told me and I have it on my forum :D