How to install: There are no database changes, additional files, ... etc. But there is only one change in a template.
1. Open the HEADER template.
2. Place the following code at the top of the contents:
Code:
Code:
<meta http-equiv="Page-Exit" content="BlendTrans(Duration=0)" />
<meta http-equiv="Page-Enter" content="BlendTrans(Duration=0)" />
Note: Otherwise, you can put it at the top of HEADINCLUDE template.
3. Save & Enjoy.
**//**
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:
Code:
<div style="position:relative;float:right;margin:5px;padding:5px;z-index:1">
{param}
</div>
Example:
Code:
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:
Code:
Code:
<div style="position:relative;float:left;margin:5px;padding:5px;z-index:1">
{param}
</div>
Example:
Code:
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
This is the end, let make it installed!!!