Make your forum post live CMS portal
This modification is in the archives.
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 http://www.kynangtinhoc.com/forum/index.php?t=1 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: Code:
<div style="position:relative;float:right;margin:5px;padding:5px;z-index:1"> {param} </div> Code:
[hright]content[/hright] 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: Code:
<div style="position:relative;float:left;margin:5px;padding:5px;z-index:1"> {param} </div> Code:
[hleft]content[/hleft] 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 This is the end, let make it installed!!! Download No files for download. |