Log in

View Full Version : trying to show signature in custom page


tipoboy
03-25-2009, 11:34 PM
hello i'm looking for a help trying to show users signatures the showgroups page. i've tried putting the code from the postbit in:

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

but it didnt work, on doing a search here i found an article with variables so tried

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

that didnt work either, does anyone else have any suggestions??

thanks
- dave

Lynne
03-26-2009, 02:43 AM
Somebody else asked this recently. I am pretty sure the query for the discussion posts doesn't grab the signature info for the user. So, you'd have to add a plugin to grab that info also. To see what you need, try looking at the query for $posts in the showthread.php page and see what userinfo they grab there, then write a plugin (if possible - maybe you have to modify the code directly, I don't know) to grab that same userinfo.