vBSkinworks - Quality vBulletin Styles & Skins
I was ripping that skin, and was configuring the side bar area, and this is the code I put in:
And for some reason, all it showed in the variable area was a blank area. So, the $vbphrase[phrase] text showed up, but the text following that didn't. Any help please?
I was ripping that skin, and was configuring the side bar area, and this is the code I put in:
PHP:
<table width="100%" border="0" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]">
<tr>
<td bgcolor="#ece8db"><table width="100%" border="0" cellspacing="5" cellpadding="0">
<tr>
<td class="smallfont"><p><strong>$vbphrase[members]:</strong> $numbermembers<br>
<strong>$vbphrase[threads]:</strong> $totalthreads <br>
<strong>$vbphrase[posts]:</strong> $totalposts <br>
<strong>Online:</strong> $totalonline</p></td>
</tr>
</table>