vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Disable Post count for 1 member (https://vborg.vbsupport.ru/showthread.php?t=205873)

Mellymonster 02-19-2009 05:42 AM

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?

Rene Kriest 02-19-2009 06:00 AM

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.

Mellymonster 02-19-2009 02:39 PM

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.

DragonBlade 02-19-2009 02:57 PM

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>
Replace $disabled_post_count_usergroup with the usergroup ID you want to disable post count for.

--------------- 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.

Mellymonster 02-19-2009 03:24 PM

do I replace
Quote:

<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a> &nbsp;</if>
with

Quote:

<if condition="!is_member_of($post, $disabled_post_count_usergroup)">(post count stuff here)</if>
that or do I just add it around that area?

DragonBlade 02-19-2009 03:28 PM

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]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a> &nbsp;</if>
</if>

And be sure to replace $disabled_post_count_usergroup with the usergroup you want to disable post count for (the usergroup ID number, that is).


All times are GMT. The time now is 05:49 PM.

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.01056 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete