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)

CvP 07-21-2010 10:49 PM

Quote:

Originally Posted by Ted S (Post 2072623)
In the XML file yes. Are all the fields blank or just goodrank?



The function being used is from the core vbulletin... I'll take a look at this more down the road, several old feature requests to get too first.

only goodrank is blank. badrank is 0.
Once voted (up or down), it becomes available.

Ok but can you tell me how to fix it? for now, hidden posts are impossible to display.
Clicking the "arrow" doesn't show anything.

Ted S 07-22-2010 04:28 AM

Quote:

Originally Posted by CvP (Post 2072656)
only goodrank is blank. badrank is 0.
Once voted (up or down), it becomes available.

Ok but can you tell me how to fix it? for now, hidden posts are impossible to display.
Clicking the "arrow" doesn't show anything.

For the 0, in the XML file go to
Code:

if(!$this->registry->options['helpans_manual']){
Above this add:

Code:

$post['goodrank'] = int($post['goodrank']);
I'm not sure why they are not expanding, as it works fine on my test site and several live sites. On your site I get no javascript errors so that's not the issue; I'll have to test more but unfortunately am traveling for a few days. I assume you have disabled this by now, or can I still review it to test further?

CvP 07-22-2010 05:45 AM

you can still view it in here: http://banglagamer.com/go/t10230

i will try out the goodrank thing later.

CvP 07-22-2010 08:02 AM

Hi Ted. That didn't work.

After I went thru your codes a few times, I understood what is going on.
I have placed the code on line 881 instead of 945.
Also, I had to change it a bit as it is not correct.
Code:

$post['goodrank'] = (int) ($post['goodrank']);

@others: to fix this, go to your admincp > plugin manager >
find this plug in: Helpful Answers -- Check if user can rate thread
click edit
on line 58, insert the above code. :D

CvP 07-22-2010 09:05 AM

I found the source of the collapse problem. It is this mod: https://vborg.vbsupport.ru/showthread.php?t=233425

This mod is suppose to animate the process. Used to work fine on forum collapse in 4.0.3.
now it doesn't but the collapse still works.
however, in case of HA Mod, the collapse doesn't work at all.

10 Gauge 07-22-2010 09:49 AM

Thanks for the 0 fix Ted and CvP! :)

pete_brady 07-22-2010 05:03 PM

Quote:

Originally Posted by CvP (Post 2072798)
Hi Ted. That didn't work.

After I went thru your codes a few times, I understood what is going on.
I have placed the code on line 881 instead of 945.
Also, I had to change it a bit as it is not correct.
Code:

$post['goodrank'] = (int) ($post['goodrank']);

@others: to fix this, go to your admincp > plugin manager >
find this plug in: Helpful Answers -- Check if user can rate thread
click edit
on line 58, insert the above code. :D

winner. works great.

10 Gauge 07-22-2010 07:10 PM

Ted: Can I request a feature? What's the possibility of building in a script that shows each user that has weighed in on a post directly under the post (exactly how the Post Thank You hack does). Possibly divided in half so one side shows good and one side shows bad or something.

Everyone on my forum is pissing and moaning about this so I figured it was worth asking if it could be added.

Thanks!

bfdzio 07-23-2010 06:31 PM

Quote:

Originally Posted by Ted S (Post 2072287)
The feature lets you pick the number of votes, just be sure you set this in your admin options.

Yeah I understand that part clearly...I think you missed the main problem though ;) Any time a post is voted negatively and it collapses, every single post below it in the thread disappears as well/collapses, and there is no way to view them then because if you click the button to view the post, it only shows you the original collapsed post.


edit: I should say, none of this matters if we can get the 'top post block' back and running in this version :) I just want to have either my members be able to find what they need quickly, or to not have to see the crap. How is this coming along?

orok 07-27-2010 01:46 AM

Quote:

?The ability to turn off negative ratings for a positive only system.
Hello,
I would like to ask if i could make it for a negative only system (turn off positive ratings)
Thank you for this great job


All times are GMT. The time now is 11:59 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.01602 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
  • (4)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
  • (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