Quote:
Originally Posted by Gehanna
I hate to be a spaz but when doing the template edits, I use the search in template feature to find:
$vbphrase[posts]: $post[posts] <br>
Unfortunately I get that it is not found in either the postbit or postbit_legacy template. As a result I don't know where to add:
<if condition="$post['userid'] AND $vboptions[sr_classifieds_active] == '1'">
<div>$vbphrase[sr_classifieds_rating] $post[sr_classifieds_pcnt]% <a href="sr_classifieds.php?do=user&userid=$post[userid]">($post[sr_classifieds_score])</a></div>
</if>
Can anyone suggest a solution?
ps- I have version 3.5.4
Thanks,
Gehanna
|
Yea, the <br> is not in the original template...
Try looking for this:
$vbphrase[posts]: $post[posts]
I posted this earlier in the thread but I guess it wasn't updated... remember to add the <br> before the code you are adding or it will be on the same line.