vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - [AJAX] Helpful Answers - Allow users to rate individual posts (https://vborg.vbsupport.ru/showthread.php?t=233296)

Ted S 07-15-2011 01:04 AM

Sounds like you have some duplicate thread vote records [as in there's more than one row storing votes on a thread].

There's a way to de-dup these but if you don't have much data in the system, just clear things out:

Code:

DELETE FROM helpfulpost;
DELETE FROM helpfulpost;
UPDATE user SET hagoodrank = 0, hatotalrank=0, helpfulcnt=0;

BEFORE you re-enable anything be sure to upload all of the scripts again. Parse errors don't happen due to the database, they're calculated before the script executes -- but changing settings can expose different code dependencies which can errors.

radiofranky 07-15-2011 06:15 PM

Hi,
I would like to display "helpful" option on first post only. Is this possible?

thanks

I have modified line 907 to "!=" but helpful is still showing on every threads replies.

radiofranky 07-15-2011 06:17 PM

One more question, what is the variable that stores "negative" vote? I would like display how many negative votes were casted next to "positive"

example.

12 LIKE 3 DISLIKE

radiofranky 07-15-2011 06:34 PM

issue with ajax refreshing. After I clicked "+" both current and previous results were shown.
I have to refresh the page to get the rid of previous result.

see img thanks

https://tmpdmp.com/b87ed81421d14920/824dde8594a8bf5e

Ted S 07-18-2011 07:01 AM

Quote:

Originally Posted by radiofranky (Post 2220948)
issue with ajax refreshing. After I clicked "+" both current and previous results were shown.
I have to refresh the page to get the rid of previous result.

see img thanks

https://tmpdmp.com/b87ed81421d14920/824dde8594a8bf5e

Have you modified your templates / addon? Do you run other post related addons?

Ted S 07-18-2011 07:01 AM

Quote:

Originally Posted by radiofranky (Post 2220937)
Hi,
I would like to display "helpful" option on first post only. Is this possible?

thanks

I have modified line 907 to "!=" but helpful is still showing on every threads replies.

Have you enabled the suppress from first post option?

Ted S 07-18-2011 07:02 AM

Quote:

Originally Posted by radiofranky (Post 2220939)
One more question, what is the variable that stores "negative" vote? I would like display how many negative votes were casted next to "positive"

example.

12 LIKE 3 DISLIKE

https://vborg.vbsupport.ru/showpost....76&postcount=2

Sage Knight 07-18-2011 09:22 AM

Question; Where is the "tab" that you keep mentioning?

Ed Jobe 07-18-2011 05:34 PM

Is it possible to use this addon so that the best answer shows up at the top of the thread?

Ted S 07-19-2011 06:36 AM

Quote:

Originally Posted by Sage Knight (Post 2221856)
Question; Where is the "tab" that you keep mentioning?

:confused: tab?


All times are GMT. The time now is 09:07 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.02268 seconds
  • Memory Usage 1,740KB
  • 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_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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