![]() |
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. |
Quote:
|
After installing latest version on 4.06, I get this weird tag after thumbs up image:
(Positive rating image goes here) " /> | (Negative rating image here) Not sure what I should remove... It shows up in every type of setting (thumbs, arrows, etc) edit: To clarify, there's this: " /> after the first "Thumbs up" image. |
Quote:
|
Quote:
|
Quote:
|
Quote:
The alt text for the image also says "alt src=" and nothing else. It's pretty weird. Other than that, the plugin works, I've modified the text option to use my custom thumbs up image, but it's very strange behavior. I'd like to use the hover option with images, but I'll use my "hack" in the meantime. |
Just so you know I'm not messing with you:
http://img217.imageshack.us/img217/9...pboard01yq.jpg As I said I got it to work by modifying the Text option and inserting some HTML in there, but it's strange. |
Is there an option to "view all posts you rated as helpful" for each user? It would work as a way of starring, or favouriting some posts they wanted to be able to find easily later on...
|
Quote:
|
Quote:
Thanks! |
BTW this works fine with 4.06, except for that particular bug I had with the images, but I solved it using text mode.
|
I get this when someone selects a thread.
%1$s members found this post helpful |
any possibility to do a feature in a future release where you can set a different help topic for different threads and forums.
For example you could set helpful answers to work on forums or threads you have dedicated to music,movies,games or whatever and set separate topics and questions per forum instead of just "Did you find this post helpful". So you could do something like "Did you like this movie" for a movie thread or forum and "Did you like this game or review" for a gaming thread/forum. I think that a feature like that could make this the ultimate rating system,especially if the helpfulanswers.php page was divided into those categories and instead of post# of top posts like you have now maybe you could use the post title if the user made one,so a user could make their post the movie or game or whatever title and helpfulanswers.php would say something like Movie - Get Him to the Greek - in thread: Rate This Movie Thread - forum title - rating blah blah instead of post - 55342 - in thread: Rate This Movie Thread - forum title - rating blah blah like it does now I tried to explain that as best I could and here's an image of the forum manager where helpful answers enabler setting are, to give you a better idea what I mean I added a bit to the image. http://img412.imageshack.us/f/helpansexample.png/ Hope you like the idea,been using this mod since 3.8x and always thought it would be the ultimate rating system with this option ' |
Quote:
|
Quote:
|
Awesome hack as always
How would i go about only allow a users to rate 1 post per thread? We are having a most helpful answer contest but a vote could go to multiples answers. |
Quote:
|
Some members are requesting the ability to disable having posts collapsed. I don't care personally, but if it isn't hard to have the option on a per member basis (default to collapse), that would be nice.
|
Quote:
Code:
<if condition="$thread['threadid']==x">different question<else />{vb:rawphrase helpfulanswer_didyoufind}</if> |
Quote:
Now members won't be pm'ing me asking why they can't rate posts. |
how to hide low rated threads on forumdisplay ?
just hide low rated threads without showing numbers or voting buttons |
Ted, I upgraded to 2.3.1 but the hide posts feature isn't working correctly for me.
It changes the background on all my threads, I'm running 4.0.2. Is there any way to make it simply collapse a post like the self-delete feature? |
Quote:
|
How do I go about integrating the ratings with VB Experience? I enabled reputation add-on. Is there something else I have to do?
|
Is there a simple code to add in the 'thread controls' at the top the option to 'expand all' for collapsed posts?
|
Quote:
|
Great modification, installing now.
|
Quote:
|
Hey Ted, just wondering if there has been any progress on having helpful answers follow the reputation limits like "reputation user spread" ?
|
Quote:
|
All times are GMT. The time now is 08:12 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:
|