11-29-2009, 05:41 PM
This is a very simple edit that adds an image right under the message:
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:
with:
Code:[Highlight]
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:
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>