vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - [AJAX] Helpful Answers - Post Rating System (plus many sub-features) (https://vborg.vbsupport.ru/showthread.php?t=204117)

cooltechie 09-02-2009 10:16 PM

I noticed the mod has been updated but I do not see anything listed in change log file. What was added to the latest zip?

Ted S 09-03-2009 07:11 PM

Quote:

Originally Posted by cooltechie (Post 1878697)
I noticed the mod has been updated but I do not see anything listed in change log file. What was added to the latest zip?

2.0.0b contains phrases in the admin and user stats (i.e. the overall helpful ratings on their posts).

tpearl5 09-04-2009 04:28 PM

Hey ted - thanks for the update! I got helpful posts displayed in the postbit without a problem. Looks great!

Is there a way to link to the user's helpful posts from postbit?

Kwikms 09-05-2009 02:52 PM

Great mod. Maybe this question was asked bevore. If so I am sorry, but I didnt go throuth all 75 pages.

I want to use it with a little modification. I just want it to work in the FIRST post. How can this be done, what do I need to modify?

I got a forum about movie mistakes and I want to use this mod so that ppl can rate "yes" if they agree that it is a mistake or "no" if they dont agree.

kawe 09-05-2009 07:43 PM

wow teds
thanks for the update :)

Kwikms 09-05-2009 08:51 PM

Quote:

Originally Posted by Kwikms (Post 1880117)
Great mod. Maybe this question was asked bevore. If so I am sorry, but I didnt go throuth all 75 pages.

I want to use it with a little modification. I just want it to work in the FIRST post. How can this be done, what do I need to modify?

I got a forum about movie mistakes and I want to use this mod so that ppl can rate "yes" if they agree that it is a mistake or "no" if they dont agree.

I found an easy way. I enabled "Hide On First Post" and changed plug-in "check if user can rate thread" line

// may end up disabling this all for the first post
if($this->registry->options['helpans_hidefirst'] AND $this->post['postid'] == $this->thread['firstpostid']){

to

// may end up disabling this all for the first post
if($this->registry->options['helpans_hidefirst'] AND $this->post['postid'] != $this->thread['firstpostid']){

Thats it :)

Kwikms 09-05-2009 08:52 PM

Is there an easy way so that users can CHANGE their vote? Would be awesome :)

Ted S 09-09-2009 01:46 AM

Not at this time

wolfstream 09-12-2009 01:05 PM

2.0b seems to constantly show the "did you find this post helpful" phrase and allow the user to rate the post, despite having already rated it. It won't let them rate it, but it shows the dialogue to do so.

Trana 09-13-2009 05:42 AM

I have this installed but it seems that only my admins can see it. Any ideas what I am doing wrong?


All times are GMT. The time now is 11:57 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.02466 seconds
  • Memory Usage 1,735KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete