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 01-15-2012 10:38 PM

Quote:

Originally Posted by SilverBoy (Post 2288028)

I mean is there a newer version than 2.4? I asked because of the difference in admin options description and lgv cookies :p

This thread holds the vB 4 version of this mod. If you run the same version listed in the thread you have the latest version.

SilverBoy 01-16-2012 03:34 AM

Ok ted, what I can do now?

what I suppose to get after enabling "Enable Most Helpful Post Block" option?

Could you please give me screen shot?

Ted S 01-16-2012 03:51 AM

Quote:

Originally Posted by SilverBoy (Post 2288396)
Ok ted, what I can do now?

what I suppose to get after enabling "Enable Most Helpful Post Block" option?

Could you please give me screen shot?

Well since you don't know what you're looking for perhaps it's there? The result is nothing fancy... just a single line of text in a colored box near the top of the thread page [nothing shows in the individual thread].

Are there enough votes on the post you are testing to make it show up?

SilverBoy 01-16-2012 04:26 AM

I have enough votes (I put 2 in this option "Minimum Rank to Show Post Block") and actually I have 5 votes in one post but no blocks in the page.

actually I get this message at top of the page "See the top rated post in this thread. Click here" if I enabled this option "Get Top Post per Thread".

another note, when enabled this option "Enable User Points" I didn't get any points in post but I get them in profile page.

SilverBoy 01-16-2012 04:36 AM

another note, in edit forum page the option "Order By Helpful Answers Votes?" doesn't make any changes when enable it or disable it !!

Again I'm using 4.1.9 :|.

Ted S 01-16-2012 04:51 AM

Quote:

Originally Posted by SilverBoy (Post 2288406)
another note, when enabled this option "Enable User Points" I didn't get any points in post but I get them in profile page.

I don't follow... You don't get the points but you get the points?

Ted S 01-16-2012 04:53 AM

Quote:

Originally Posted by SilverBoy (Post 2288408)
another note, in edit forum page the option "Order By Helpful Answers Votes?" doesn't make any changes when enable it or disable it !!

Again I'm using 4.1.9 :|.

Alter the hook forumdisplay_query_threadid and add
Code:

echo "option enabled";
after

Code:

if($foruminfo['helpfulanswerbits'] AND $foruminfo['helpfulanswerorderbits']){
If the option is properly enabled, this message will show up with you view the page.

Ted S 01-16-2012 04:56 AM

1 Attachment(s)
Quote:

Originally Posted by SilverBoy (Post 2288406)
I have enough votes (I put 2 in this option "Minimum Rank to Show Post Block") and actually I have 5 votes in one post but no blocks in the page.

actually I get this message at top of the page "See the top rated post in this thread. Click here" if I enabled this option "Get Top Post per Thread".

another note, when enabled this option "Enable User Points" I didn't get any points in post but I get them in profile page.

Install this version of the plugin which will show debug outputs.

SilverBoy 01-16-2012 05:03 AM

Quote:

Originally Posted by Ted S (Post 2288412)
I don't follow... You don't get the points but you get the points?

as you said in admin option "If enabled, users will have votes on their posts counted to display in the postbit template, their profile, etc" this option will display the total # of votes in postbit template and in profile, for me it displayed only in profile page, but it not appear in postbit.

SilverBoy 01-16-2012 05:06 AM

Quote:

Originally Posted by Ted S (Post 2288414)
Install this version of the plugin which will show debug outputs.

I installed it, I get only this line before the header
"debugging...show blockdebugging...show blockdebugging...show blockdebugging...show blockdebugging...show blockdebugging...show blockdebugging...show block "


All times are GMT. The time now is 09:45 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.02180 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
  • (2)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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