Re: Plugin: [REL] Signature
Chris – I’d be glad to. I opened post.php (found in bb-templates or in my-templates) and modified it by placing <?php post_sig(); ?>
into the code.
my finished code section looked like this:
<div class="threadpost">
<div class="post"><?php post_text(); ?><?php post_sig(); ?></div>
<div class="poststuff"><?php _e('Posted:'); ?> <?php bb_post_time(); ?> <a href="<?php post_anchor_link(); ?>">#</a> <?php post_ip_link(); ?> <?php post_edit_link(); ?> <?php post_delete_link(); ?></div>
</div>
I then saved and uploaded this into my-templates.
I’m going to try and do some more customizing to get the sigs to look just the way I want them to on my forums. I’ll post if I’m successful