MyBB Community Forums

Full Version: Signature Problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I'm using the new ModV2 theme and every time a member adds their signature it doesn't seem to shop up. It works with the default theme but not this one. And yes I have ticked the box that says "Enable this in all current posts"

My site address is http://smalltalk.byethost11.com/forum/ if you need it.
Try reverting your postbit template to its original.
How would I?
And I need to keep the current theme I have.
Sad
The current theme must have a problem. Try comparing the default theme's version against your theme. (The postbit template).
I am using the same theme and I am not having this problem.
Maybe they've edited something out that you haven't...??

View a diff report on the template to see what's been removed.
Okay guys I figured it out, so go into your post big templates and use CTRL F search for{$post['attachments']}" and right under that add {$post['signature']}.

Done Big Grin
Also to add the member button which for some reason wasn't added open your header template in V-2 Templates. Find <li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li> and underneath add <li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>

Then copy the Member image in toplinks in your ftp directory and upload it to v2's toplinks done.
Big Grin