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)

vivamexico55 08-13-2010 06:47 PM

BTW this works fine with 4.06, except for that particular bug I had with the images, but I solved it using text mode.

ascott 08-14-2010 08:47 PM

I get this when someone selects a thread.

%1$s members found this post helpful

Bigj85 08-14-2010 11:52 PM

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
'

Ted S 08-15-2010 01:43 AM

Quote:

Originally Posted by ascott (Post 2083942)
I get this when someone selects a thread.

%1$s members found this post helpful

Is this a new install or an upgrade?

Ted S 08-15-2010 01:45 AM

Quote:

Originally Posted by Bigj85 (Post 2084014)
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.

Hum. If all you wanted to change was the question and not the style (i.e. always have pos & neg votes or just pos) you could tweak things fairly easily to localize the questions to forums either with conditionals (for a few forums) or a new variable (for lots of forums).

lazyseller 08-16-2010 02:40 AM

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.

Ted S 08-16-2010 03:24 AM

Quote:

Originally Posted by lazyseller (Post 2084578)
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.

You would have to modify the addon a bit to check if they already voted in the thread (pretty much clone the check if they voted on the post but change postid to threadid).

bfdzio 08-16-2010 06:08 PM

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.

Bigj85 08-17-2010 12:02 AM

Quote:

Originally Posted by Ted S (Post 2084046)
Hum. If all you wanted to change was the question and not the style (i.e. always have pos & neg votes or just pos) you could tweak things fairly easily to localize the questions to forums either with conditionals (for a few forums) or a new variable (for lots of forums).

by chance do you know the conditional for certain threads? something like

Code:

<if condition="$thread['threadid']==x">different question<else />{vb:rawphrase helpfulanswer_didyoufind}</if>
I thought that was it but its not working

sticky 08-17-2010 02:53 AM

Quote:

Originally Posted by Ted S (Post 2082042)
Yup, remove it all.

It works great! Thank you :)

Now members won't be pm'ing me asking why they can't rate posts.


All times are GMT. The time now is 09:25 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.02212 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
  • (1)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