MyBB Codes

Full Version: [Tip]Enhance the redirect area with an image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is a very simple edit that adds an image right under the message:

You have successfully been logged in.
You will now be taken back to where you came from.

when you login/logout or making a post at the redirect screen. Which, in my opinion, will enhance it.


Go to Acp of your forum-Templates & Style-Templates-Default Templates-Redirect Templates-redirect.

And replace the following code:

<td class="trow1" align="center"><p>{$message}</p></td>

with:

<td class="trow1" align="center"><p>{$message}<br /><br /><img src='full url to your image'  alt = "" /></p></td>
Reference URL's