![]() |
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.
|
Quote:
Code:
if($this->registry->options['helpans_hidelow'] AND (($post['goodrank'] - $post['totalrank']) < $this->registry->options['helpans_hidelownum']) ){ Code:
if($this->registry->options['helpans_hidelow'] AND (($post['totalrank'] - $post['goorank']) < $this->registry->options['helpans_hidelownum']) ){ |
Quote:
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']) ){ |
Quote:
|
Quote:
Code:
} else if ($vbulletin->options['helpans_min'] AND $vbulletin->userinfo['posts'] < $vbulletin->options['helpans_minnum']) { |
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 |
Quote:
|
Quote:
|
Anyone know if this breaks with 4.06
|
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|