Make your forum post live CMS portal
Yeah, before we start I want to show you what will you get to make your post's layout look like a CMS content:
Before:
And After:
You can look live demo
HERE
It's so easy. Now, let's start:
IN your Admincp, create a new custom BBcode to align right:
Title: hright
BB Code Tag Name: hright
Replacement:
PHP Code:
<div style="position:relative;float:right;margin:5px;padding:5px;z-index:1">
{param}
</div>
Example: Code:
PHP Code:
[hright]content[/hright]
Description: leave blank
Use {option}: NO
Button Image: 
( you should download this images)
Remove Tag If Empty: YES
Disable BB Code Within This BB Code, Disable Smilies Within This BB Code, Disable Word Wrapping Within This BB Code: NO
Ok, finish the BBcode number1, let go to make a BBcode number2 to align left:
Title: hleft
BB Code Tag Name: hleft
Replacement:
PHP Code:
<div style="position:relative;float:left;margin:5px;padding:5px;z-index:1">
{param}
</div>
Example:
PHP Code:
[hleft]content[/hleft]
Description: leave blank
Use {option}: NO
Button Image: 
( you should download this images)
Remove Tag If Empty: YES
Disable BB Code Within This BB Code, Disable Smilies Within This BB Code, Disable Word Wrapping Within This BB Code: NO