The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Disable Post count for 1 member
Is there a way to disable post count for 1 or a few more members? Maybe a group setting?
|
#2
|
|||
|
|||
What exactly do you want?
Do you wanna disable the display of the postcount or postcount itself? There is a mod to disable postcount for certain (sub) forums available via the mod section. |
#3
|
|||
|
|||
I want to disable all MY post count, to basically prove a point that I don't need a post count. On all forums, just for me, not anyone else at the moment.
|
#4
|
||||
|
||||
In your postbit template, you could put (where the post count is shown),
HTML Code:
<if condition="!is_member_of($post, $disabled_post_count_usergroup)">(post count stuff here)</if> --------------- Added [DATE]1235063598[/DATE] at [TIME]1235063598[/TIME] --------------- As an addendum, this would only "disable" post count in the post display, not anywhere else. My bad. |
#5
|
|||
|
|||
do I replace
Quote:
Quote:
|
#6
|
||||
|
||||
Just add it around the whole schpeel. :3
So it would be: HTML Code:
<if condition="!is_member_of($post, $disabled_post_count_usergroup)"> <if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a> </if> </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|