[Tip]Enhance the redirect area with an image - Printable Version +- MyBB Codes (http://www.mybbcodes.com) +-- Forum: Babjusi's Previous Forum General Stuff (/forumdisplay.php?fid=42) +--- Forum: General Support (/forumdisplay.php?fid=46) +---- Forum: Tutorials (/forumdisplay.php?fid=50) +---- Thread: [Tip]Enhance the redirect area with an image (/showthread.php?tid=1100) |
[Tip]Enhance the redirect area with an image - babjusi - 11-29-2009 05:41 PM This is a very simple edit that adds an image right under the message: Code:[Highlight] You have successfully been logged in. 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: Code:[Highlight] <td class="trow1" align="center"><p>{$message}</p></td> with: Code:[Highlight] <td class="trow1" align="center"><p>{$message}<br /><br /><img src='full url to your image' alt = "" /></p></td> |