Want my welcome panel?
Here' the coding.
Quote:
<!-- welcomepanel -->
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#6597D9" width="100%" align="center">
<tr>
<td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr id="cat">
<td bgcolor=""#90B9F1" background="images/cat_bg.gif"" colspan="6"><normalfont color="#FFFFFF"><b>Welcome</b></normalfont></td>
</tr>
<tr>
<td bgcolor="#F9F9F9" align="center" valign="top" width="100">$avatarimage</td>
<td bgcolor="#FFFFFF">
<smallfont>
$unregwelcomemessage
$welcometext<br>
The time now is $timenow.<br>
You last visited: $bbuserinfo[lastvisitdate].<br>
<b>$newposts</b>
</smallfont>
</td>
<td bgcolor="#F9F9F9" align="center" valign="middle" width="300">
<smallfont><b>Name</b>:$bbuserinfo[username] </a> </b> | <b>Posts</b>: $bbuserinfo[posts] | <smallfont><b>Change Style:</b>
<select name="styleid" onChange="window.location=('index.php?styleid='+th is.options[this.selectedIndex].value)">
<option value="1" selected>Blue</option>
<option value="4">Night</option>
</select></smallfont><br>
$logincode
<br>
$pminfo
</td>
</tr>
</table>
</td></tr></table>
<!-- /welcomepanel -->
|
So for the code itself, I think it's $forumjump.. not sure..