Log in

View Full Version : How is $post['replylink'] populated?


heavi
05-14-2005, 01:18 AM
I am having an issue understanding the postbit template. The ?Reply with Quote? button is not showing up when I ?think? it should.

I know it has to do with the following code in the postbit template:

<if condition="$post['replylink']">
<a href="$post[replylink]"><img src="$stylevar[imgdir_button]/reply_small.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if>
My question is how/where is $post['replylink'] populated and what could possibly make it null?

Thanks

Marco van Herwaarden
05-14-2005, 07:56 AM
Problably populated in showpost.php

It could be null if you don't have permissions to post a reply.