MyBB Community Forums

Full Version: Thread Rating CSS Issue - How To Fix
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
(2011-05-20, 09:24 PM)MattRogowski Wrote: [ -> ]Literally nothing we can do if we don't know what your URL is.


Address test forum is this:
http://www.srbin.byethost5.com/

User: tester

Pass: tester

If you find a solution please write me how to fix that I could later have to fix it when I use this theme.

Thanks.
Add this:

<script type="text/javascript" src="jscripts/rating.js?ver=1400"></script>
<script type="text/javascript">
<!--
	lang.stars = new Array();
	lang.stars[1] = "{$lang->one_star}";
	lang.stars[2] = "{$lang->two_stars}";
	lang.stars[3] = "{$lang->three_stars}";
	lang.stars[4] = "{$lang->four_stars}";
	lang.stars[5] = "{$lang->five_stars}";
// -->
</script>

to the top of the forumdisplay_threadlist template for your theme.
(2011-05-21, 10:03 AM)MattRogowski Wrote: [ -> ]Add this:

<script type="text/javascript" src="jscripts/rating.js?ver=1400"></script>
<script type="text/javascript">
<!--
	lang.stars = new Array();
	lang.stars[1] = "{$lang->one_star}";
	lang.stars[2] = "{$lang->two_stars}";
	lang.stars[3] = "{$lang->three_stars}";
	lang.stars[4] = "{$lang->four_stars}";
	lang.stars[5] = "{$lang->five_stars}";
// -->
</script>

to the top of the forumdisplay_threadlist template for your theme.

I have another question in embroidery threads, but this will open a new topic.

Thank you very much! Now works Wink

Pages: 1 2 3 4 5