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)
-   -   Show Thread Enhancements - [AJAX] Threads Rating (https://vborg.vbsupport.ru/showthread.php?t=221364)

snowlion 08-28-2009 04:17 PM

Latest version work great, thanks for nice mod :D

wastemytime 08-29-2009 10:42 AM

Thansk to mad@Max it works perfect now.

I have one question. I thought about., to show the Option for ratings only for certain Threads. Exactly, only for specific Prefixes. Is this maybe possible with some conditional?

kruchczan 08-29-2009 01:39 PM

1 Attachment(s)
Do not open first image :(

Attachment 103813

Next images is ok

Attachment 103814
Attachment 103815

Please help :).

mad@Max 08-29-2009 03:50 PM

wastemytime, need write a special condition.
kruchczan, i need look up on this. Send me pm.

kalisekj 10-26-2009 10:05 PM

Very Nice Mod, Thank you! Now My users Can easily See how to Rate a Movie. Question Though any way to change the color of the bar from white?

Thank you!

Biggerfool 11-06-2009 04:19 AM

I installed this on my forum but nothing changed. I followed all the steps and under the admin control panel added the mod but it looks no different than before. Any help? 3.8.4

Scalemotorcars 12-01-2009 10:25 PM

Works except for the first star doesn't show up. The 2nd and 3rd are fine and rating seems to be working correctly.

Any ideals?

Scalemotorcars 12-02-2009 01:51 AM

Quote:

Originally Posted by Biggerfool (Post 1910866)
I installed this on my forum but nothing changed. I followed all the steps and under the admin control panel added the mod but it looks no different than before. Any help? 3.8.4

Did you go into the admincp and add the forums you want it used on. Look in the options tab near the bottom. :D

Scalemotorcars 12-02-2009 06:55 PM

1 Attachment(s)
Quote:

Originally Posted by Scalemotorcars (Post 1923729)
Works except for the first star doesn't show up. The 2nd and 3rd are fine and rating seems to be working correctly.

Any ideals?

Anyone have an ideal why the first star isnt showing?

Also a contribution to the hack with a star that looks a little more like the default.

Rickeo 12-02-2009 07:23 PM

I am using a dark theme anyway to change the gray background to black.

Thanks

Rick

Scalemotorcars 12-02-2009 08:16 PM

Quote:

Originally Posted by Rickeo (Post 1924252)
I am using a dark theme anyway to change the gray background to black.

Thanks

Rick

well while I wait on a reply go into the vbulletin_css folder and open the stars_rating.css

Open the Css in an editor and change the last part to this. (the #000000) is black. If you need another color you can easily change it. Hope that helps.


HTML Code:

/* Style of box stars */
.quickajaxrating {
    background: #000000;
    border: 1px dashed #B53A25;
    color: #000;
    padding: 8px;
}


Rickeo 12-03-2009 04:42 PM

Thank you so much :D:D:D

Scalemotorcars 12-03-2009 09:57 PM

Quote:

Originally Posted by Rickeo (Post 1924824)
Thank you so much :D:D:D

Glad to help

Is the original Dev anywhere to be found? Anyone know the template or location that controls the Star Sprite?

Should be an easy fix but Ive seen this problem from other users. Anyone. Helloooooooo.........:D

Scalemotorcars 12-05-2009 08:13 PM

Well no luck Ive messed with the CSS for hours. Anyone know a fix please PM me. Thanks... :up:

mad@Max 12-05-2009 09:02 PM

Probably is problem in a width of stars, when you replace the original image.

Scalemotorcars 12-06-2009 01:20 AM

I checked that. Problem was before the change and the new stars.png is exactly the same size.

reddyink 12-23-2009 03:10 PM

Is it possible to inclue the rating to multiple ratings

I like content of thread * * * * * *
I like origniality of the thread * * * *

thanks

saviola8x 12-23-2009 05:30 PM

please update for vb4.
thanks

Taurus1 01-02-2010 08:34 AM

I love this man! Only problem is that the initial stars don't show up. When I hover where they should be, the green ones show, any help will be appreciated!! Thanks!!

Taurus1 01-08-2010 02:15 PM

No support here. Disabled.

Charles_1 01-10-2010 04:36 PM

Quote:

Originally Posted by Scalemotorcars (Post 1923729)
Works except for the first star doesn't show up. The 2nd and 3rd are fine and rating seems to be working correctly.

I have to confirm this. The first star doesn't show up, everything else is OK. Some idea to solve it?

I am also using older version 1.5.2 in other installation of vBulletin and there is first star showing correctly.

chikkoo 01-25-2010 02:29 PM

I have the same problem. If stars existing, it shows. If no starts existing as rating, then it does not even display the Outlines of the stars as shown in the 4th picture above.

Can someone tell me, how this got fixed?

Rather than PM replies, if u could post here it will be better for all.

It would be nice if the Thread title appears above the rating (like vborg rating old version)

Quote:

Originally Posted by kruchczan (Post 1876346)
Do not open first image :(

Attachment 103813

Next images is ok

Attachment 103814
Attachment 103815

Please help :).

Quote:

Originally Posted by mad@Max (Post 1876421)
wastemytime, need write a special condition.
kruchczan, i need look up on this. Send me pm.


Taurus1 01-26-2010 02:56 PM

Any help here please!!?? :(

ForumMonkeys 01-28-2010 10:21 PM

In /upload/clientscript/vbulletin_css/stars_ratings.css find this CSS selector:

PHP Code:

.star-rating li a 

and add this line to get the first set of stars (gray) showing:

PHP Code:

backgroundurl(../../images/rating/stars.png); 

:up:

Taurus1 01-30-2010 11:15 AM

Quote:

Originally Posted by ForumMonkeys (Post 1969350)
In /upload/clientscript/vbulletin_css/stars_ratings.css find this CSS selector:

PHP Code:

.star-rating li a 

and add this line to get the first set of stars (gray) showing:

PHP Code:

backgroundurl(../../images/rating/stars.png); 

:up:

Thanks mate! But it don't work! Uninstalled!!

95% of the mods on here state that it is Supported....but no support at all....ridiculous!!

ForumMonkeys 01-30-2010 02:42 PM

Works for me with the addition of that line. *shrug* ;)

Alecsmith 02-03-2010 08:16 AM

how could i change star images?

ForumMonkeys 02-04-2010 06:22 PM

This plugin uses CSS sprites for the star graphics. So you can find all the stars graphics in one image file.

jGas 02-06-2010 02:38 PM

i really like this mod! it's the best for my users songs ratings =)

give it a look here: http://www.musicadigitale.net/forum/...497#post235497

i use it along with gars :D

the_ace 03-19-2010 12:34 PM

this is a good rating system to use especially with the rating bug in 3.8.x

desi-boy 04-14-2010 05:46 PM

can u make this 1 for vb4.0

Scalemotorcars 05-04-2010 01:05 AM

Quote:

Originally Posted by Taurus1 (Post 1970389)
Thanks mate! But it don't work! Uninstalled!!

95% of the mods on here state that it is Supported....but no support at all....ridiculous!!

Finally fixed. Thank you sir!!!! :up:

Acido 08-25-2010 11:50 AM

Port it to vb4.x and get the MOTM pole position :P

s.sami 03-27-2011 06:23 PM

1 Attachment(s)
i also have this problem "Do not open first image"

also cant rediceting to thread.

rigodiaz 05-05-2011 03:14 AM

Quote:

Originally Posted by ForumMonkeys (Post 1969350)
In /upload/clientscript/vbulletin_css/stars_ratings.css find this CSS selector:

PHP Code:

.star-rating li a 

and add this line to get the first set of stars (gray) showing:

PHP Code:

backgroundurl(../../images/rating/stars.png); 

:up:

Thank you!

ru55ian 09-27-2011 02:07 PM

Quote:

Originally Posted by Acido (Post 2089309)
Port it to vb4.x and get the MOTM pole position :P

I second that... please port to VB4

chikkoo 12-31-2012 01:44 PM

I have this mod installed in my forum, but lately noticed that multiple votes by the same member.

How is it possible? How can I fix this loophole?

mindhunter77 03-16-2019 02:38 PM

If I uninstall, then reinstall this version, will I lose all the ratings I have so far on the site?

mindhunter77 03-16-2019 05:07 PM

Also, does anyone know how to disable ipv6 with this, people using ipV6 are unable to rate.


All times are GMT. The time now is 12:54 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.01287 seconds
  • Memory Usage 1,801KB
  • 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_html_printable
  • (6)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (39)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