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)

bfdzio 08-10-2010 12:28 AM

Ted - Any update on when it will be able to collapse posts based on the NET rating? Like I've said before, the current system is good but causes problems on active forums where posts that are read by a lot of people may get a +40/-10 and be collapsed. I can't set that to collapse at -10 though because posts on less read forums may be at +5/-6 and not collapse or just +0/-6 and not collapse. Having it collapse on just a net total would be great.

Ted S 08-10-2010 02:19 AM

Quote:

Originally Posted by bfdzio (Post 2081559)
Ted - Any update on when it will be able to collapse posts based on the NET rating? Like I've said before, the current system is good but causes problems on active forums where posts that are read by a lot of people may get a +40/-10 and be collapsed. I can't set that to collapse at -10 though because posts on less read forums may be at +5/-6 and not collapse or just +0/-6 and not collapse. Having it collapse on just a net total would be great.

Before I can add this I need to clean up the overall script as there's just too many stinking options.

Code:

if($this->registry->options['helpans_hidelow'] AND (($post['goodrank'] - $post['totalrank']) < $this->registry->options['helpans_hidelownum']) ){
Becomes something like...

Code:

if($this->registry->options['helpans_hidelow'] AND (($post['totalrank'] - $post['goorank']) < $this->registry->options['helpans_hidelownum']) ){

bfdzio 08-10-2010 03:21 AM

Quote:

Originally Posted by Ted S (Post 2081585)
Before I can add this I need to clean up the overall script as there's just too many stinking options.

Code:

if($this->registry->options['helpans_hidelow'] AND (($post['goodrank'] - $post['totalrank']) < $this->registry->options['helpans_hidelownum']) ){
Becomes something like...

Code:

if($this->registry->options['helpans_hidelow'] AND (($post['totalrank'] - $post['goorank']) < $this->registry->options['helpans_hidelownum']) ){


Actually close but got it to work by doing this:
Code:

if($this->registry->options['helpans_hidelow'] AND (($post['goodrank'] - $post['badrank']) < $this->registry->options['helpans_hidelownum']) ){
Gracias, thank you...that'll tide me over until the next update!

Ted S 08-10-2010 04:36 AM

Quote:

Originally Posted by bfdzio (Post 2081591)
Actually close but got it to work by doing this:
Code:

if($this->registry->options['helpans_hidelow'] AND (($post['goodrank'] - $post['badrank']) < $this->registry->options['helpans_hidelownum']) ){
Gracias, thank you...that'll tide me over until the next update!

Typing and talking... two things that never work together. Nicely done.

sticky 08-11-2010 12:41 AM

Quote:

Originally Posted by Ted S (Post 2080963)
Great idea!

You should be able to do this just by editing out lines:

Code:

} else if ($this->registry->options['helpans_min'] AND $this->registry->userinfo['posts'] < $this->registry->options['helpans_minnum']) {
      // might need to have more post count
      $show['rate_helpfulanswer']=false;

The error part is already build in.

I could not find this exact code, I found this which is close but I am not sure if editing it out is correct:

Code:

} else if ($vbulletin->options['helpans_min'] AND $vbulletin->userinfo['posts'] < $vbulletin->options['helpans_minnum']) {
                                                        // might need to have more post count
                                                        $show['rate_helpfulanswer']=false;


cevo 08-11-2010 05:03 AM

with version 2.3.3 I got this error message once clicked to vote.

Code:

Warning: curl_setopt() expects parameter 2 to be long, string given in [path]/helpfulanswers.php on line 483

1 out of 1 members found this post helpful. Thank you for rating this post!


Ted S 08-11-2010 06:19 AM

Quote:

Originally Posted by cevo (Post 2082018)
with version 2.3.3 I got this error message once clicked to vote.

Code:

Warning: curl_setopt() expects parameter 2 to be long, string given in [path]/helpfulanswers.php on line 483
 
1 out of 1 members found this post helpful. Thank you for rating this post!


Disable the reporting option.

Ted S 08-11-2010 06:19 AM

Quote:

Originally Posted by sticky (Post 2081952)
I could not find this exact code, I found this which is close but I am not sure if editing it out is correct:

Code:

} else if ($vbulletin->options['helpans_min'] AND $vbulletin->userinfo['posts'] < $vbulletin->options['helpans_minnum']) {
                            // might need to have more post count
                            $show['rate_helpfulanswer']=false;


Yup, remove it all.

vivamexico55 08-12-2010 05:11 PM

Anyone know if this breaks with 4.06

CrystaStarLight 08-12-2010 08:16 PM

Hi Ted, this mod is very similar to what I'm looking for. I was wondering if there is a way to make it do what the "Judge it" feature does on Topix's forum. To see what I mean just check out this thread on Topix, and the link above everyone's posts that says "Judge it"

http://www.topix.com/forum/city/king...9DVIR5S4V7A4IP

The "Judge it" uses rating by making different judges with fun images people can select for a certain post, and when someone selects a "judge" for the post it will say above the post what judges people have selected for that post, with the images of the judges there.

I think this would be fun mod that a lot of forum owners would love, including the ability of the admin to make their own kinds of judges for people to be able to select.


All times are GMT. The time now is 06:53 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.02445 seconds
  • Memory Usage 1,755KB
  • 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
  • (11)bbcode_code_printable
  • (6)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