I left out the vB template requirements from the download, a new template.zip download has been provided in the Nuke2vB download section. You will need to create two new templates in vB, one called nukehome and one called nukeactiveusers using the code below.
nukehome Template
<code>
<table border="0" width="100%">
<tr><td width="100%" valign="bottom">
<FONT face="verdana,arial,helvetica" size="1" >$welcometext You last visited: $lastvisitdate.<br>The time now is $timenow. </font>
</td><td nowrap align="right" valign="bottom">
<FONT face="verdana,arial,helvetica" size="1" >Registered Members: <B>$numbermembers</B><br>
Welcome to our newest member, <a href="member.php?action=getinfo&userid=$newuserid" >$newusername</a>.</font>
</td></tr></table>
<table border="0" cellpadding="3" cellspacing="0" width="100%">
<tr>
<td width="100%"><font size="1">$logincode</font></td>
</tr>
</table>
</code>
nukeactiveusers Template
<code>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"><tr valign="top" bgcolor="#101070">
<td><img src="themes/SlashOcean/cl.gif" width="7" height="10" alt=""><img src="themes/SlashOcean/pix.gif" width="4" height="4" alt=""></td>
<td width="100%">
<table width="100%" border="0" cellpadding="2" cellspacing="0"><tr><td>
<font size="3" color="#FFFFFF"><B>Currently Active Users:</B></font>
</td></tr></table>
</td><td align="right"><img src="themes/SlashOcean/pix.gif" width="4" height="4" alt=""><img src="themes/SlashOcean/cr.gif" width="7" height="10" alt=""></td>
</tr></table>
<table width="100%" border="0" cellpadding="1" cellspacing="0" bgcolor="#FFFFFF">
<TR bgcolor="#6c6081" id=cat><TD colspan=6>
<FONT face="verdana, arial, helvetica" size="2" color="#f5d300"><B></B></font><br><FONT face="verdana,arial,helvetica" size="1" >There are currently $numberregistered member(s) and $numberguest guest(s) on the boards.</font></td>
</tr>
<tr>
<td>
<table width="100%%" border="0" cellpadding="2" cellspacing="0" bgcolor="#DEDEDE">
<tr>
<td align="left" valign="middle"><FONT face="verdana,arial,helvetica" size="1" >$activeusers</font></td>
</b></font></td>
</tr>
</table>
</td>
</tr>
</table>
</code>
|