After upgrading from 3.5.4 to 3.6.4 and upgrading the skin from v2 to v3 I am now missing the post count, online status and location from the Postbit.
Those things were all there before the upgrade.
Is this something I'm failing to set up in my vB setup options? Or a problem with the skin?
Thanks
Paul Green
PS. Looking in the source code and the XML code those items seem to be commented out? I'm sure I'm just missing something obvious. Got any suggestions? Thanks.
<!-- <if condition="$post['field2']">
<tr>
<td align="right" class="desc" width="50%">$vbphrase[location_perm]:</td>
<td align="left" width="50%">$post[field2]</td>
</tr>
</if> -->
<!-- <if condition="$post['age']">
<tr>
<td align="right" class="desc">$vbphrase[age]:</td>
<td align="left">$post[age]</td>
</tr>
</if> -->
<!-- <tr>
<td align="right" class="desc">$vbphrase[posts]:</td>
<td align="left">$post[posts]</td>
</tr>
<tr>
<td align="right" class="desc">Status:</td>
<td align="left">$post[onlinestatus] $post[iplogged]</td>
</tr> -->
Aqua-Soft Forums