wersja skryptu MyBB: 1.6.12
adres forum: http://cs-zombie.eu
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): http://i60.tinypic.com/2q2eb0o.png
Witam
Jak zrobić aby zamiast domyślnego avataru był avatar użytkownika który jest autorem tematu?
Ratethread:
Pozdrawiam
adres forum: http://cs-zombie.eu
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): http://i60.tinypic.com/2q2eb0o.png
Witam
Jak zrobić aby zamiast domyślnego avataru był avatar użytkownika który jest autorem tematu?
Ratethread:
<div class="ipbfs_titlebox">
<script type="text/javascript" src="jscripts/rating.js?ver=1400"></script>
<table width="70%" align="center">
<td>
<tr>
<img src="images/deflection/default_large.png" class="ipsUserPhoto ipsUserPhoto_medium left"/>
</tr>
</td>
<td>
<tr>
<div class="ipsType_pagetitle"> {$thread['threadprefix']}{$thread['subject']}</div>
<div class="inline_rating right">
<strong style="float: left; padding-right: 10px;color:#777;font-weight:normal;"> {$lang->thread_rating}</strong>
<ul class="star_rating{$not_rated}" id="rating_thread_{$thread['tid']}">
<li style="width: {$thread['width']}%" class="current_rating" id="current_rating_{$thread['tid']}">{$ratingvotesav}</li>
<li><a class="one_star" title="{$lang->one_star}" href="./ratethread.php?tid={$thread['tid']}&rating=1&my_post_key={$mybb->post_code}">1</a></li>
<li><a class="two_stars" title="{$lang->two_stars}" href="./ratethread.php?tid={$thread['tid']}&rating=2&my_post_key={$mybb->post_code}">2</a></li>
<li><a class="three_stars" title="{$lang->three_stars}" href="./ratethread.php?tid={$thread['tid']}&rating=3&my_post_key={$mybb->post_code}">3</a></li>
<li><a class="four_stars" title="{$lang->four_stars}" href="./ratethread.php?tid={$thread['tid']}&rating=4&my_post_key={$mybb->post_code}">4</a></li>
<li><a class="five_stars" title="{$lang->five_stars}" href="./ratethread.php?tid={$thread['tid']}&rating=5&my_post_key={$mybb->post_code}">5</a></li>
</ul>
</div>
</tr>
</td>
</table>
</div>
<br>
Pozdrawiam