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)

anupam_luv 06-29-2010 12:50 AM

Quote:

Originally Posted by Ted S (Post 2061403)
Are you using a customized or default template?

What version of vb?

I'm also facing this problem, I cant see any message or thumbs up pic to rate .... Im using custom template with only some style vars changed to get custom colors...

Plz help...

Ted S 06-29-2010 02:43 AM

Quote:

Originally Posted by anupam_luv (Post 2061432)
I'm also facing this problem, I cant see any message or thumbs up pic to rate .... Im using custom template with only some style vars changed to get custom colors...

Plz help...

First check that you have the mod turned on and enabled for the forum you are viewing threads in.

Copy the postbit / postbit legacy template and try reverting it. If that fixes it you'll know why.

FractalizeR 06-29-2010 06:32 AM

Quote:

Originally Posted by pc-forum.dk (Post 2061000)
As I can see, i'm not the only one who experience that nothing shows in the threads. I have both Bulk Enabled it, and checked under forum manager that every single one of them has it enabled. But still, nothing shows up. What to do? What have I missed? What should I be looking for? Sorry for the inconvenience :(

The first thing you need to check is if your style templates are original or at least if default template hooks are in place there.

pc-forum.dk 06-29-2010 07:08 AM

I have tried with both the default skin and with a customized, neither works. I am pretty sure I have enabled it, but again - I might have misunderstood how to enable it. As I said in my post, I have enabled it under all of my forums under Forum Manager and by Bulk enabling.

Ted S 06-30-2010 04:07 AM

Quote:

Originally Posted by pc-forum.dk (Post 2061549)
I have tried with both the default skin and with a customized, neither works. I am pretty sure I have enabled it, but again - I might have misunderstood how to enable it. As I said in my post, I have enabled it under all of my forums under Forum Manager and by Bulk enabling.

Check an individual forum to make sure the setting 'stuck'. Also check your overall settings to be sure the modifcation is on and not set to hide its self on the post you are viewing.

pc-forum.dk 06-30-2010 07:40 AM

I have checked it under every single forum - and it is on. And if you mean Bulk by overal settings, then yes. So I'm actually not sure what you mean by "not set to hide its self on the post you are viewing."

vicelover 06-30-2010 12:47 PM

Hi, Ted S

Can I use this mod for Blog Entries and CMS articles? If no, can we add this feature. In that way, not only can user rate the thread/post, but also blog entries and CMS articles.

Best Regards.

Ted S 06-30-2010 04:38 PM

Quote:

Originally Posted by vicelover (Post 2062221)
Hi, Ted S

Can I use this mod for Blog Entries and CMS articles? If no, can we add this feature. In that way, not only can user rate the thread/post, but also blog entries and CMS articles.

Best Regards.

You would need a seperate mod to do this.

vivamexico55 06-30-2010 07:03 PM

Ted, do you think uninstalling and reinstalling would fix the fact that it doesn't show on my forum?

FractalizeR 07-01-2010 06:19 PM

BUG:
With "Hide Negative Posts" enabled and "Hide Negative Posts - Count" > 0 all unvoted posts are hidden.

The cause:
Code:

Line 954 in xml:
if($vbulletin->options['helpans_hidelow'] AND (($post['goodrank'] - $post['totalrank']) < $vbulletin->options['helpans_hidelownum']) ){

The solution:
Change the above line to:
Code:

if($vbulletin->options['helpans_hidelow'] AND (($post['totalrank'] - $post['goodrank']) > $vbulletin->options['helpans_hidelownum']) ){


All times are GMT. The time now is 10:23 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.02023 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
  • (5)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