Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-29-2008, 09:50 PM
bitwise2000 bitwise2000 is offline
 
Join Date: Apr 2008
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Hide Post Count in Postbit

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.
Reply With Quote
  #2  
Old 07-29-2008, 10:02 PM
Opserty Opserty is offline
 
Join Date: Apr 2007
Posts: 4,103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<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.
Reply With Quote
  #3  
Old 07-29-2008, 10:10 PM
bitwise2000 bitwise2000 is offline
 
Join Date: Apr 2008
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #4  
Old 07-29-2008, 10:13 PM
Opserty Opserty is offline
 
Join Date: Apr 2007
Posts: 4,103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh wait. Sorry, its late .

Code:
<if condition="$bbuserinfo['fieldX']">
    ...post count code here...
</if>
X being the id number of the field. (I'd recommend a single select radio box or yes/no option, can't remember exactly the options. Checkboxes are more complicated so avoid them).
Reply With Quote
  #5  
Old 07-29-2008, 10:20 PM
bitwise2000 bitwise2000 is offline
 
Join Date: Apr 2008
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #6  
Old 07-29-2008, 10:23 PM
Opserty Opserty is offline
 
Join Date: Apr 2007
Posts: 4,103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh wait. Follow that link I have in my initial post. That is what you want.

(Basically it uses $post instead of $bbuserinfo).
Reply With Quote
  #7  
Old 07-29-2008, 10:31 PM
bitwise2000 bitwise2000 is offline
 
Join Date: Apr 2008
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #8  
Old 07-30-2008, 06:37 AM
Opserty Opserty is offline
 
Join Date: Apr 2007
Posts: 4,103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What was the working code?
Reply With Quote
  #9  
Old 01-22-2009, 05:37 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #10  
Old 01-27-2009, 08:47 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bumpetty Bump
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:05 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05081 seconds
  • Memory Usage 2,240KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete