The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Some of my users hate having their post count displayed, some love it.
I want to allow my users to hide their post count from others based on a checkbox in their profile. In other words, if I check the hide "post count box" in my profile, I don't want it displayed in postbit, in my public profile, or in member search results. I'm fine on creating a custom field in the user profile field manager, but I need a little help on how and where to structure the logic to hide the count. Thanks for any help you provide. |
#2
|
|||
|
|||
![]()
<a href="http://www.vbulletin.com/forum/showthread.php?t=108785" target="_blank">http://www.vbulletin.com/forum/showthread.php?t=108785</a>
Just instead of the stuff between the <if>'s, you have the code that displays the post count. |
#3
|
|||
|
|||
![]()
I'm not sure that has quite what I'm looking for.
In a given thread, there will be a few users with that field set in their profile. Don't I need to selectively look up that field in their profile and conditionally decide whether or not to display their post count in postbit? Following the logic in that link, I would be turning off display of all user post counts based on the field in my profile, which is not what I want to do. I'm trying to selectively let users hide their own post counts from being displayed to others. |
#4
|
|||
|
|||
![]()
Oh wait. Sorry, its late
![]() Code:
<if condition="$bbuserinfo['fieldX']"> ...post count code here... </if> |
#5
|
|||
|
|||
![]()
Thanks a lot for helping me.
Yhe $bbuserinfo is for the user sitting behind the keyboard. In other words, it's my own profile. So any conditionals I make will be for what I see on my screen. If I want to hide my post count from other users, when they render a thread I don't want them to see my post count. So vB will need to look at the profile fields for each poster in a thread. I apologize for not explaining this very well. I coded this for the forum I had prior to vB and I'm just trying to replicate it here but I am still learning. |
#6
|
|||
|
|||
![]()
Oh wait. Follow that link I have in my initial post. That is what you want.
(Basically it uses $post instead of $bbuserinfo). |
#7
|
|||
|
|||
![]()
I don't think $post contains the extra profile fields for the user. There is no way to conditionally decide to display the posters post count.
I don't want to waste your time. I'm just not explaining this correctly. Many Thanks Edit: Got it. THANKS! |
#8
|
|||
|
|||
![]()
What was the working code?
|
#9
|
||||
|
||||
![]()
I would like to bump this thread, as I would have liked to see this members actual working code.
Example: We have 2 or more members who dont want their post count displaying in the postbit, in fact anywhere. However we still want their post count to increment. How do we set an "individual" members postcount to be hidden. On a One on One basis or as a profile field selection: ie. Display post count ( radio button ) on for yes off for no Or by just hacking the code. If anyone can help, sincerely appreciate it. Ste |
#10
|
||||
|
||||
![]()
Bumpetty Bump
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|