vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Post Views????? (https://vborg.vbsupport.ru/showthread.php?t=198632)

adloos 12-11-2008 07:16 PM

Post Views?????
 
So I have been trying to figure out how to remove the number of views the posts have had, is this possible? I would not like my registered members and guests to see how many times something has been viewed, but I would like to see these numbers being that I am admin. Anyone have any ideas for me? I would really appreciate any help someone can give me.

Lynne 12-11-2008 08:10 PM

You can put a condition around the views (change x to your usergroup id) -
HTML Code:

<if condition="is_member_of($bbuserinfo, x)">
$thread[views]
<else />
-
</if>

I think that is just in the threadbit template. It will put a dash there instead of the number.

amandatx 09-12-2014 12:05 AM

Hello, I NEED to show, in the postbit, how many times a poster's post have been read. I've seen this on a forum using the same version of vBulletin as vB.org, I used firebug to copy the HTML but I cannot seem to figure it out any help will be greatly appreciated.

2,653 posts, read 586,670 times

HTML :
<div>
2,653 posts, read <abbr title="This member's posts were read 586,670 times">586,670</abbr> times
</div>

Lynne 09-12-2014 12:56 AM

I don't know where you would even get the data on how many times a specific post has been read. The OP was actually talking about the number of times a thread has been viewed.

(And, this thread is over six years old. You really should start your own thread asking for help.)

tbworld 09-12-2014 02:03 AM

Quote:

Originally Posted by amandatx (Post 2514772)
Hello, I NEED to show, in the postbit, how many times a poster's post have been read. I've seen this on a forum using the same version of vBulletin as vB.org, I used firebug to copy the HTML but I cannot seem to figure it out any help will be greatly appreciated.

If you only viewed the post with "showpost", it may be possible to create a modification to show the number of views, otherwise it would require some type of event on "showthread" to even know what post the user is reading. As @Lynne stated there is no intrinsic functionality for this option. :)

amandatx 09-13-2014 10:06 PM

Thanks for the replies.
I've tried everything within my scope, I'm going to place a mod request and yes I will pay.


All times are GMT. The time now is 07:27 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.02112 seconds
  • Memory Usage 1,721KB
  • 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
  • (1)bbcode_html_printable
  • (1)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