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)

Ted S 06-22-2009 09:59 PM

Quote:

Originally Posted by trotskid (Post 1834995)
I see now it! I had watched more times but never I found it :S

It?s possible enable it only for threads instead of forums?

No. This is a forum by forum based tool. By thread would just not be admin friendly.

However you can use template conditionals to hide it as you see fit.

Quote:

How? Some guide or post that mention that? For example, I would like to put icons instead the numbers for the scaled 1-10 and variables.
Replace the 1, 2, 3, .... text with images in the template.

Ted S 06-22-2009 10:25 PM

Quote:

Originally Posted by trotskid (Post 1835132)
I?ve seen this problem in a variable: "7.6666666666667", and it?s the result of 3 votes (8+5+10). Can be fixed to two digits (7.6)?

Thanks

Where are you seeing the long data?

trotskid 06-22-2009 10:34 PM

Quote:

Originally Posted by Ted S (Post 1835154)
No. This is a forum by forum based tool. By thread would just not be admin friendly.

However you can use template conditionals to hide it as you see fit.

Thank you. I will put an eye on this ;)

Quote:

Originally Posted by Ted S (Post 1835154)
Replace the 1, 2, 3, .... text with images in the template.

In wich template can I find that? :)

Quote:

Originally Posted by Ted S (Post 1835173)
Where are you seeing the long data?

On the first variable in this phrase: This post has been ranked {1} out of 10 with {2} votes.

I?m using the v1.8.4 on 3.8.3.

Greetings

Ted S 06-23-2009 03:06 AM

Quote:

Originally Posted by trotskid (Post 1835177)
In wich template can I find that? :)

helpful_answers_ten

Quote:

Originally Posted by trotskid (Post 1835177)
On the first variable in this phrase: This post has been ranked {1} out of 10 with {2} votes.

This will be fixed in 1.9.0 in the meantime open up the XML file and find:

Code:

if($this->registry->options['helpans_rank_ten']){
directly under it add:

Code:

$post[avgrank] = number_format($post[avgrank], 2, '.', '');
 $post[totalrank] = number_format($post[totalrank], 2, '.', '');


Ted S 06-23-2009 03:08 AM

1 Attachment(s)
Quote:

Originally Posted by Ted S (Post 1834824)
Downgrade to the 1.8 series until I fix this.

Use the attached version.

Ted S 06-23-2009 03:10 AM

Quote:

Originally Posted by trotskid (Post 1834621)
Hi. I?ve installed the addon, but I don?t understand this very well: Enable the system in any of your forums by visiting the forum options and scrolling to the end of the page.

What means with "forum options"?

It is possible to use images for scaled 1-10 point ranking?

Thanks!

P.S. If you create your own images and want to share them with the community I'll make the code work. I'll even make them rollover and highlight all pretty like if you do stars or the like. :D

trotskid 06-23-2009 03:38 PM

Quote:

Originally Posted by Ted S (Post 1835332)
helpful_answers_ten



This will be fixed in 1.9.0 in the meantime open up the XML file and find:

Code:

if($this->registry->options['helpans_rank_ten']){
directly under it add:

Code:

$post[avgrank] = number_format($post[avgrank], 2, '.', '');
 $post[totalrank] = number_format($post[totalrank], 2, '.', '');


Thanks, but don?t works very fine...

When it doesn?t have no voting appears like this: This post has been ranked 0.00 out of 10 with 0.00 votes, and always with decimal instead of integers numbers when it ?s not necessary.

Quote:

Originally Posted by Ted S
P.S. If you create your own images and want to share them with the community I'll make the code work. I'll even make them rollover and highlight all pretty like if you do stars or the like. :D

Sure ;)

Ted S 06-23-2009 05:43 PM

Yikes. I'll have to play with the code a bit more and get back to you shortly.

tpearl5 06-23-2009 05:55 PM

Ted - any word on adding a notification for users that have posts chosen as helpful answers?

Ted S 06-23-2009 06:49 PM

Quote:

Originally Posted by tpearl5 (Post 1835780)
Ted - any word on adding a notification for users that have posts chosen as helpful answers?

It's on the to do list for 1.9... Hopefully this week.


All times are GMT. The time now is 05:03 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.02492 seconds
  • Memory Usage 1,753KB
  • 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
  • (4)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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