dlewisr
05-01-2013, 06:49 AM
Some one please put me out of my misery. I have installed the latest patch and am now on vb4.2.1. I had a security token issue on 'Mark Forums Read' and after reading through solutions on here, thought it was because two templates needed reverting. I reverted ALL templates and that seemed to do the trick. I'm now wanting to hide the admin post count in the postbit legacy, but though I've tried more times than I care to count. I'm doing something wrong.
I change (should say 'have' been changing:
<dt>{vb:rawphrase posts}</dt><dd>{vb:raw post.posts}</dd>
to:
<vb:if condition="$post['userid'] == '6'"><dt>{vb:rawphrase posts}</dt><dd>??</dd><vb:else /><dt>{vb:rawphrase posts}</dt><dd>{vb:raw post.posts}</dd></vb:if>
This worked for me before installing the patch. Could anyone point me in the right direction please?
Cheers in advance.
I change (should say 'have' been changing:
<dt>{vb:rawphrase posts}</dt><dd>{vb:raw post.posts}</dd>
to:
<vb:if condition="$post['userid'] == '6'"><dt>{vb:rawphrase posts}</dt><dd>??</dd><vb:else /><dt>{vb:rawphrase posts}</dt><dd>{vb:raw post.posts}</dd></vb:if>
This worked for me before installing the patch. Could anyone point me in the right direction please?
Cheers in advance.