PDA

View Full Version : How to ?


Corriewf
01-18-2005, 02:20 PM
I want to edit or mod a template to display a link to the forums homepage at the bottom of every post below the persons sig. I tried editing the postbit template but couldnt get it to work.Anyone with some advice?

Thanks. :squareeyed:

Andreas
01-18-2005, 02:24 PM
Edit the postbit template ;)

FIND

<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>


And add your code below that. If you are using legacy layout (eg. User info on the left instead of top) you must use postbit_legacy instead.

Corriewf
01-18-2005, 02:35 PM
Oh that is what I was doing wrong.I edited the wrong template.

Corriewf
01-18-2005, 02:43 PM
Thanks! :)