- 29, Oct 2012
- #1
Перенес сюда, переводить не смогу.
Hey guys, im very new to PHP so this took me wayyyy longer than it should have done lol.
в шаблоне postbit_legacy и postbit
найти:
I also added the rep symbol infront of the "Reputation", you can do this by adding
<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span>
</vb:if>
Заменить на:
<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">Reputation: {vb:raw post.reputation}</span>
</vb:if>
I also added the rep symbol infront of the "Reputation", you can do this by adding
<img src="{vb:stylevar imgdir_button}/reputation-40b.png" alt="{vb:rawphrase add_reputation}" />