MyBB Community Forums

Full Version: Post editing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey!

How do I edit this:

[Image: 17792791.jpg]

[Image: 23053447.jpg]

[Image: 16938723.jpg]

This is my site if you want to see what the post looks like at the moment: http://faillounge.com/showthread.php?pid=28#pid28

Thanks in advance!
How to add the spoilers

Install this plugin:

http://mods.mybb.com/view/spoiler-bbcode

How to add the lines

1. Go to Admin CP > Templates & Style > Themes > Your Theme > showthread.css > Advanced Mode.

2. Add this at the bottom:

.trow1, .trow2 {
border-bottom: 1px solid #000;
}

How to center the signature line

1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Post Bit Templates > postbit_signature.

2. Find:

<hr size="1" width="25%"  align="left" />

3. Replace with:

<hr size="1" width="25%"  align="center" />
Thanks! Worked good but you just need to edit the "soid" to "solid" so that other members don't have problems, still need help with the thread name in the post...
Oops, thanks for noticing that, I have fixed the typo. And sorry, I forgot about the last request. Toungue

Remove the thread name in post

1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Post Bit Templates > postbit.

2. Find and remove:

<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>