In your lang file find this code:
Code:
'_WELCOME_MEMBER' => 'Welcome, <b>{0}</b>!<br />Please, wait. Logging you in...',
replace with this code:
Code:
'_WELCOME_MEMBER' => '<table width="100%" height="100%" border="0" bgcolor="000000">
<tr>
<td></td>
</tr>
</table>',
You, of course, may change the background color/image to whatever pleases you.
And add this code in the appropriate place to make the page transition easier on the eye.
Code:
<meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=12)">
<meta http-equiv="Page-Exit" content="revealTrans(Duration=1.0,Transition=12)">
Peace
Todd
Bookmarks