Hello, I am using vbulletin 4.2.0 licensed version. I want to hide thread view counts from specific user groups. I don't know how to do it please help me.
Announcement
Collapse
No announcement yet.
Hide thread views count
Collapse
X
-
-
Originally posted by Expert1 View PostHello, I am using vbulletin 4.2.0 licensed version. I want to hide thread view counts from specific user groups. I don't know how to do it please help me.No private support, only PM me when I ask for it. Support in the forums only.
-
Originally posted by Amaury25 View PostHonestly, in my opinion, I see no point in it.
Comment
-
Edit the threadbit template, find:
Code:<li>{vb:rawphrase views}: {vb:raw thread.views}</li>
Code:<li><vb:if condition="!is_member_of($bbuserinfo, 1, 8, 9, 10)">{vb:rawphrase views}: {vb:raw thread.views}<vb:else /> </vb:if></li>
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment