Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-19-2014, 10:42 AM
amandatx amandatx is offline
 
Join Date: Sep 2011
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Post Views

I thought post views were a part of default vBulletin. It's not.
I need to display #posts/# times poster's post have been read:

Location: Salt Lake City
13,782 posts, read 9,308,111 times
Reputation: 4545

vBulletin.com says this is a modification:
It's not a standard feature. It will be a modification of some sort. I can't
find anything on vbulletin.org, there are several threads there asking about it
from years ago and they all mention the same site, so I suspect they coded it
themselves.



Any help with will greatly be appreciated.

If this needs to be a paid mod. please let me know.


Thanks in advance.
Reply With Quote
  #2  
Old 09-19-2014, 10:48 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it is part of vb if we are thinking about the same thing maybe a screenshot of what you are talking about might help
Reply With Quote
  #3  
Old 09-19-2014, 11:06 AM
amandatx amandatx is offline
 
Join Date: Sep 2011
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ForceHSS View Post
it is part of vb if we are thinking about the same thing maybe a screenshot of what you are talking about might help
Thank you for the response, please see the attachment. I sure hope it is a part of vb!
Attached Images
File Type: jpg reputation display.JPG (15.8 KB, 0 views)
Reply With Quote
  #4  
Old 09-19-2014, 11:12 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is that postbit maybe a live link might be better hard to see what part that is
Reply With Quote
  #5  
Old 09-19-2014, 11:30 AM
amandatx amandatx is offline
 
Join Date: Sep 2011
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ForceHSS View Post
Is that postbit maybe a live link might be better hard to see what part that is
Yes it is the postbit/postbit legacy I will DM you a link.
Reply With Quote
  #6  
Old 09-19-2014, 11:36 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What version are you running
in your forums the views are as you can see in the ss if you want something on each members postbit then that would need coded
Attached Images
File Type: jpg views.jpg (25.8 KB, 0 views)
Reply With Quote
  #7  
Old 09-19-2014, 01:48 PM
amandatx amandatx is offline
 
Join Date: Sep 2011
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ForceHSS View Post
What version are you running
in your forums the views are as you can see in the ss if you want something on each members postbit then that would need coded
Yes, I 'am wanting this info displayed in the postbit/postbit legacy.

vB suites 4.2


Thanks,
Amanda
Reply With Quote
  #8  
Old 09-19-2014, 01:51 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, that would need to be coded unless a plugin has already been made. Try posting in unpaid section first someone might be good enough to tell you what to do for free
Reply With Quote
  #9  
Old 09-19-2014, 04:43 PM
amandatx amandatx is offline
 
Join Date: Sep 2011
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ForceHSS View Post
Yes, that would need to be coded unless a plugin has already been made. Try posting in unpaid section first someone might be good enough to tell you what to do for free
Done. Thank you greatly.
Reply With Quote
Благодарность от:
ForceHSS
  #10  
Old 09-19-2014, 07:05 PM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Lynne and I commented on this just the other day in another thread. This would require something like the "showpost.php" module to be resurrected or an event (such as a click) on the "showthread" module when the user decides to view a post, otherwise how would you differentiate that the user was reading a particular post. Yes, it could be done, but only with a functional change on how you view posts/threads.

When a thread/post is viewed, the current "read-time" is stored and the assumption is made that all prior posts within the thread have been viewed.

--------------- Added 19 Sep 2014 at 14:46 ---------------

Quote:
Originally Posted by amandatx View Post
I thought post views were a part of default vBulletin. It's not.
I need to display #posts/# times poster's post have been read:

Location: Salt Lake City
13,782 posts, read 9,308,111 times
Reputation: 4545
If this is a vBulletin board they are most likely fudging the numbers. They can count the number of posts the poster has posted, and they can multiply it by the number of thread views of the threads which contains the posts. That would create a very large number very quickly. I don't believe they are actually tracking who has read a post, but of course I could be wrong -- it is possible.

On one of the boards I run, I somewhat accurately track posts: when the post was read, how long they were sitting on the post (post_read_time), consecutive posts read in the thread, order of the posts read in a thread, and other statistics. This required a complete rewrite on how threads and posts are displayed and cached. All this overhead would probably kill the average hosted board. The method that vBulletin uses is efficient, and you would require a real need in order to justify the additional overhead.

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 08:43 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04200 seconds
  • Memory Usage 2,284KB
  • Queries Executed 14 (?)
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
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete