Quote:
Originally Posted by sirstone
I?ve installed the version 3.0.3 of VB Bulletin..
open template 'postbit'
find:
--------------------------------------------------------------------
<div class="normal" style="float:$stylevar[right]">
--------------------------------------------------------------------
after place: (If you want only administrators to give awards)
--------------------------------------------------------------------
<if condition="$bbuserinfo[usergroupid]=='6'">
<if condition="$post[award]=='0'">
<a href="award.php?$session[sessionurl]do=award&postid=$post[postid]">Add Award</a>
<else /> <a href="award.php?$session[sessionurl]do=award_remove&postid=$post[postid]">Remove Award</a>
</if>
</if>
I can?t find this one:
<div class="normal" style="float:$stylevar[right]">
Can anybody help?
Sirstone
|
It should be in the top ten lines of the template.