Quote:
Originally Posted by mad@Max
Hm, no, go in the trate template, find all $stylevar[imgdir_rating]/stars.png, and then replace founded items on
HTML Code:
<if condition="in_array($thread[forumid], array(1,2,3,4,...,N)">$stylevar[imgdir_rating]/black_stars.png<else />$stylevar[imgdir_rating]/stars.png</if>
Where 1,2,3,4,...,N forums with different stars. But resolution of different image must be like stars.png.
Must be work 
|
Hi friend, thank you for helping me. I have this code in showthread:
Code:
<if condition="$rated">
<span id="threadrating_current"><if condition="$show['rating']">$vbphrase[rating]: <img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" border="0" /></if></span>
<else />
<div align="left"><span class="ratetext">$vbphrase[rate_this_thread] - <em>$thread[title]</em>.</span></div>
<a name="goto_threadrating"></a>
And this one in threadbit:
Code:
<if condition="$show['threadratings'] AND $show['threadrating']"><span style="float:$stylevar[right]"><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" border="0" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" /></span></if>
My images for ratings are called:
http://www.XXX/enlighten/rating/rating_1.gif
http://www.XXX.com/enlighten/rating/rating_2.gif
... Up to five rating_5.gif
How can i change it so in the template?