Seductor
08-01-2011, 11:53 AM
Hi there,
Is there any way to let only the administrator to have the twitter follow button?
<vb:if condition="$bbuserinfo['usergroupid'] == '6'">Test<else />$vbphrase[ucs_points]
<vb:if condition="$post['field5']">
<center><a href="http://twitter.com/{vb:raw post.field5}" class="twitter-follow-button" data-show-count="false">Follow @{vb:raw post.field5}</a></center>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
</vb:if>
</vb:if>
I did that, but that is not what I want.
Is there any way to let only the administrator to have the twitter follow button?
<vb:if condition="$bbuserinfo['usergroupid'] == '6'">Test<else />$vbphrase[ucs_points]
<vb:if condition="$post['field5']">
<center><a href="http://twitter.com/{vb:raw post.field5}" class="twitter-follow-button" data-show-count="false">Follow @{vb:raw post.field5}</a></center>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
</vb:if>
</vb:if>
I did that, but that is not what I want.