PDA

View Full Version : No signature in first post...


gonecountry
06-06-2005, 11:05 AM
In every new thread started members signatures are not showing up, but will show up when they reply/post to the thread. Any ideas thoughts suggestions, Thanks

Princeton
06-06-2005, 12:05 PM
if this is a problem on your site check that there isn't a condition set on $post['signature'] ... you may also have to check the files (if you have hacks installed)

are you asking how to do this? if so try...
<if condition="($post['signature'] OR $show['sigimage']) AND $post['postcount']!=1">
<!-- sig -->
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
$sigimageabove
$post[signature]
$sigimagebelow
<!-- / sig -->
</if>

gonecountry
06-06-2005, 12:57 PM
Hmm no I don't want it to do it it just started doing it after I changed the postbit_legacy to have borders around profile fields post count location ect. Could this be affecting it?

Princeton
06-06-2005, 01:10 PM
I really can't say ... have you taken a look at the source code? (click view source on browser) You can post a url (of a post/no sig showing) and I can take a look.

If it's not there that means that there is a condition set.

Yep, that means you have to look for it. It could be in the template or the file.

gonecountry
06-06-2005, 01:37 PM
Hers one of the posts it's happening in....

http://www.mommiesplayground.com/portal/forums/showthread.php?t=22142


Not sure what to look for in the souce code, thanks for the help ;)

Princeton
06-06-2005, 01:47 PM
ok, it's not in the source code so you have to look in your template or files

gonecountry
06-06-2005, 04:56 PM
O.K. I'll give it a shot. Thanks

If I post the the postbit_legacy can you look at it and see if you see anything wrong. As I have no clue. :nervous: :o

Thanks