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 02-07-2008, 11:24 PM
griffinzx10 griffinzx10 is offline
 
Join Date: Sep 2005
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default A few questions..

Hello All, I had some rather simple questions..
1. How do I remove the post count for my community? So this way postwhoring doenst run so rampid..

2. I would like to add a small banner under the members name/title/avatar something like if they contribute to the site, a small contributor banner. How do I do that??
Reply With Quote
  #2  
Old 02-12-2008, 01:07 AM
griffinzx10 griffinzx10 is offline
 
Join Date: Sep 2005
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

??? Anyone ???
Reply With Quote
  #3  
Old 02-12-2008, 01:23 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1. If you want absolutely no post counts, you can set it up so none of the forums even count posts. Forums & Moderators > Forum Manager > Select the forum to Edit > Count Posts Made in this Forum Towards User Post Counts > No

If you want to have post counts, but not show them, then you could just edit out that part of your postbit templates and the memberinfo template.

2. Search in the Mods forums for "donator" ("All Mods", "Titles Only") and I think you'll find something.
Reply With Quote
  #4  
Old 02-12-2008, 01:33 AM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you may be able to do question # 2 via User Ranks
Reply With Quote
  #5  
Old 02-12-2008, 01:03 PM
griffinzx10 griffinzx10 is offline
 
Join Date: Sep 2005
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post

If you want to have post counts, but not show them, then you could just edit out that part of your postbit templates and the memberinfo template.

2. Search in the Mods forums for "donator" ("All Mods", "Titles Only") and I think you'll find something.
Lynn I like this idea still having the site track the posts, but not show in the users profiles, so this way, people dont go on postwhoring tangents trying to out post +++++ another person. How would I do that??

2. Thanks..



Quote:
Originally Posted by Princeton View Post
you may be able to do question # 2 via User Ranks
Princeton, thanks for the reply, but I am looking to do a small banner that I can drop into their public profile, or the part that shows with every post they make. Kind of like a badge, like, hey I contributed to the site...
Reply With Quote
  #6  
Old 02-12-2008, 01:14 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by griffinzx10 View Post
Lynn I like this idea still having the site track the posts, but not show in the users profiles, so this way, people dont go on postwhoring tangents trying to out post +++++ another person. How would I do that??
In both postbit and postbit_legacy is a line like this:
HTML Code:
<div>$vbphrase[posts]: $post[posts]</div>
Either remove it or comment it out. Also in MEMBERINFO (3.6.8) are these lines:
HTML Code:
<tr>
	<td>
	$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
	</td>
</tr>
You may remove them.

I think those are the only places post counts come up.

Quote:
Originally Posted by griffinzx10 View Post
Princeton, thanks for the reply, but I am looking to do a small banner that I can drop into their public profile, or the part that shows with every post they make. Kind of like a badge, like, hey I contributed to the site...
User Ranks may be small little images or text. They show up in both the postbit and in MEMBERINFO. Basically, you put all your contributors into a Secondary Group and then you can give members in that group a little 'badge' or whatever in their posts/memberinfo.
Reply With Quote
  #7  
Old 02-12-2008, 06:37 PM
griffinzx10 griffinzx10 is offline
 
Join Date: Sep 2005
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks....
Reply With Quote
  #8  
Old 02-27-2008, 04:34 PM
griffinzx10 griffinzx10 is offline
 
Join Date: Sep 2005
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
In both postbit and postbit_legacy is a line like this:
HTML Code:
<div>$vbphrase[posts]: $post[posts]</div>
Either remove it or comment it out. Also in MEMBERINFO (3.6.8) are these lines:
HTML Code:
<tr>
	<td>
	$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
	</td>
</tr>
You may remove them.

I think those are the only places post counts come up.


User Ranks may be small little images or text. They show up in both the postbit and in MEMBERINFO. Basically, you put all your contributors into a Secondary Group and then you can give members in that group a little 'badge' or whatever in their posts/memberinfo.

Lynn couple questions about this:

1. how do I comment out, I want it to be reversable if we change our mind

2. I have to comment out those lines in 3 places?
Postbit
postbit_legacy
MEMBERINFO
Reply With Quote
  #9  
Old 02-27-2008, 05:31 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1. In html, you would comment out a section by surrounding it with:

<!--
html you don't want shown
-->

However, the information will still be there in the source code. So, if a user wants to see what there post count is, they could be sneaky and look at the source code. If you remove it, you should be able to get it back by either reverting the template, clicking on Show Default in the template and finding the code, or clicking on View History in the template and then selecting the current template and the default template and clicking Compare Versions for it to show you the differences.

2. I think so. I'm not sure where else it would show up. Those are the places that immediately come to mind. You could do a search in your templates for "posts" and see what comes up.
Reply With Quote
  #10  
Old 02-28-2008, 11:38 AM
griffinzx10 griffinzx10 is offline
 
Join Date: Sep 2005
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Lynne
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 11:55 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.03923 seconds
  • Memory Usage 2,257KB
  • Queries Executed 11 (?)
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
  • (4)bbcode_html
  • (5)bbcode_quote
  • (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