vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - [AJAX] Helpful Answers - Post Rating System (plus many sub-features) (https://vborg.vbsupport.ru/showthread.php?t=204117)

Quantnet 02-06-2009 07:57 PM

Some feedback after installing 1.3.4

Reading the installation instruction for the template edit,

In the search box enter "$template_hook[postbit_controls]".
Add the code $helpful_answers directly above this line.

This should be below instead of above

When I use above, it will split the Thanks button from Post Thank You mod which I reported a few pages back.

Now, using below, it is fine.

Also, when i set it up not to allow poster to rate their own posts, beneath those own posts, there is a line without the rate part.

Razasharp 02-06-2009 08:04 PM

Quote:

Originally Posted by Ted S (Post 1736430)
Thanks for the comments Razasharp.

A few members have asked about impact on the Rep. system so I will be updating the addon early next week to include an optional tie-in. I like your ideas but they may be a bit server intensive... how about a positive point (or points, you'd set the scale) for each vote they get [negative for a negative vote].

Could you do it so that it uses the givers 'rep power' ? And so gives the person receiving the points what they would have got had the person used the rep system instead?

Or how about a simple 'halving' or the givers rep power - so there is still value in the rep system too?

Thanks for considering these ideas Ted! Always interested in stuff you do/say. (You know me from Taz under a different handle - hint, I always used to tell you to start a blog!) :up:

Ted S 02-06-2009 08:08 PM

Quote:

Originally Posted by Quantnet.org (Post 1736443)
Some feedback after installing 1.3.4

Reading the installation instruction for the template edit,

In the search box enter "$template_hook[postbit_controls]".
Add the code $helpful_answers directly above this line.

This should be below instead of above

When I use above, it will split the Thanks button from Post Thank You mod which I reported a few pages back.

Now, using below, it is fine.

Also, when i set it up not to allow poster to rate their own posts, beneath those own posts, there is a line without the rate part.

Thanks for the install feedback, I'll change the guide!

As for the blank link; that's caused because there is no data to show in the box as no one else has rated the thread. Rather than adding yet another conditional I've left the line showing.... once someone rates a thread this will look better. Of course the number of posts a user has made is fairly small compared to those of a whole site so this will rarely show.

Ted S 02-06-2009 08:09 PM

Quote:

Originally Posted by Razasharp (Post 1736452)
Could you do it so that it uses the givers 'rep power' ? And so gives the person receiving the points what they would have got had the person used the rep system instead?

Or how about a simple 'halving' or the givers rep power - so there is still value in the rep system too?

Thanks for considering these ideas Ted! Always interested in stuff you do/say. (You know me from Taz under a different handle - hint, I always used to tell you to start a blog!) :up:

Interesting ideas, I'll gather some more feedback and work off of what everyone wants.

And hello. :D

Razasharp 02-06-2009 08:31 PM

Thanks Ted, I'm sure whatever you decide on will be kick ass :D

Also, something a little related, have you thought about thread rating in a similar manner? (Based on people's rep power) - perfect way to highlight really useful threads, and because it uses the rep system's rep power, you know it can't get 'spammed' (so multiple accounts are not anything to worry about). Would compliment this hack perfectly - and further promotes the value (like this hack+rep-tie-in) of being a 'good' member in our communities; so good behaviour/interaction is rewarded by more say and influence.

Ryuk 02-06-2009 10:06 PM

great mod, I hope in a future time, one doesnt needs to do the template edits :3 ill save bookmark this mod for future updates

Ted S 02-06-2009 10:31 PM

Thank you for the comments.

The variable modification is intentional as not every user wants the options to appear at the same place.

mad@Max 02-06-2009 10:58 PM

Ted S, can you make some variable calculated the difference between number of good post and bad post, like
PHP Code:

$post['overallrank'] = $post['goodrank'] - $post['badrank']; 

?

Ted S 02-06-2009 11:06 PM

Quote:

Originally Posted by mad@Max (Post 1736572)
Ted S, can you make some variable calculated the difference between number of good post and bad post, like
PHP Code:

$post['overallrank'] = $post['goodrank'] - $post['badrank']; 

?

Definitely. I've added this to my source code so when 1.3.5 comes out it will be there. It may be a few days before I release that however as I just put out a big launch this morning and don't have any other minor updates to necessitate a release.

In the meantime you can hardcode this to the plugin file as you know or just use the 3 existing variables, goodrank, badrank and total rank for display purposes.

mad@Max 02-06-2009 11:27 PM

I better wait the new version:)


All times are GMT. The time now is 03:42 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.04145 seconds
  • Memory Usage 1,750KB
  • 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
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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