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)

Quantnet 04-21-2009 02:29 PM

I think I found a bug (is it the same bug people reported earlier?)
When I click a few times on the thumb up button, there is a delay and when it comes back, it has 3 + and the post is duplicated 3 times.
It is weird since you can't remove any of them, remove one will remove all 3.

Update: I have to go to the Rating History backend to remove the ratings. It will also remove the posts automatically.
Anyone else has this problem?

tpearl5 04-21-2009 02:52 PM

Ted - any ideas on using $post[helpfulgood] in forumdisplay and $helpfulposts[totalranks] in postbit?

Also - I'm using vbplaza for my points system. Normally when reputation is given the user receives vbplaza points. Now that I'm using the reputation given strictly by your mod - they are not getting vbplaza points when receiving a good (or negative for bad) ratings for posts. Any ideas?

Ted S 04-21-2009 03:12 PM

I dont have the code in front me... try $thread[threadid] instead.

tpearl5 04-21-2009 03:20 PM

Quote:

Originally Posted by Ted S (Post 1796025)
I dont have the code in front me... try $thread[threadid] instead.

try it where?

Ted S 04-21-2009 06:05 PM

Quote:

Originally Posted by tpearl5 (Post 1796035)
try it where?

Sorry, that wasn't for your post.

Ted S 04-21-2009 06:05 PM

Quote:

Originally Posted by Quantnet.org (Post 1795989)
I think I found a bug (is it the same bug people reported earlier?)
When I click a few times on the thumb up button, there is a delay and when it comes back, it has 3 + and the post is duplicated 3 times.
It is weird since you can't remove any of them, remove one will remove all 3.

Update: I have to go to the Rating History backend to remove the ratings. It will also remove the posts automatically.
Anyone else has this problem?

The script checks to be sure you haven't voted before updating. Are you saying you're not seeing this validation take place?

Ted S 04-21-2009 06:07 PM

Quote:

Originally Posted by tpearl5 (Post 1796013)
Ted - any ideas on using $post[helpfulgood] in forumdisplay and $helpfulposts[totalranks] in postbit?

Also - I'm using vbplaza for my points system. Normally when reputation is given the user receives vbplaza points. Now that I'm using the reputation given strictly by your mod - they are not getting vbplaza points when receiving a good (or negative for bad) ratings for posts. Any ideas?

There's no integration with vbplaza in this mod thus it wouldn't assign points. To make this work you would need to identify the code to add to vbplaza and bring that into the appropriate part of the mod.

Bigj85 04-21-2009 06:56 PM

Quote:

Originally Posted by Ted S (Post 1796025)
I dont have the code in front me... try $thread[threadid] instead.

awesome,works great thanks Ted S :D

tpearl5 04-21-2009 11:46 PM

Quote:

Originally Posted by Ted S (Post 1796174)
There's no integration with vbplaza in this mod thus it wouldn't assign points. To make this work you would need to identify the code to add to vbplaza and bring that into the appropriate part of the mod.

Right, but there's something missing between helpful answers giving reputation and giving regular reputation.

Ted S 04-22-2009 03:01 AM

Quote:

Originally Posted by tpearl5 (Post 1796393)
Right, but there's something missing between helpful answers giving reputation and giving regular reputation.

Nope. There's nothing missing... There's simply different code used. The reputation page pulls in other elements this script doesn't need to pull in and this script pulls in elements it doesn't to insure everything is working properly.

What you would need to do is identify the plugin area vBplaza is calling and add it to the script as is necessary.


All times are GMT. The time now is 09:44 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.03513 seconds
  • Memory Usage 1,745KB
  • 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
  • (7)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