Sometimes members need to post a long posts in thread. This tag must to hide some long part of post and show full post only when view ALONE post when clicking link like this _http://forum.com/showpost.php?p=258232&postcount=401.
This tag be helpfull to decrease thread loading time for example when using PHP code or some ather CODEs in posts.
EXAMPLE:
Post visible in thread:
-------------------------------------------------------------------
-------------------------------------------------------------------
This is text with BBCode's for this post:
-------------------------------------------------------------------
Code:
There is some trouble with my ........
[more="MoRe (click me to view all content of post)"]<?php
.........
.........
.........
.........
.........
.........
.........
.........
.........
.........
.........
.........
.........
.........
.........
?>
[/more]
-------------------------------------------------------------------
When view stand alone post you must see this:
-------------------------------------------------------------------
Quote:
There is some trouble with my ........
PHP Code:
<?php
.........
.........
.........
.........
.........
.........
.........
.........
.........
.........
.........
.........
.........
.........
.........
?>
|
-------------------------------------------------------------------
Sory for this bad description... but i don't know how describe it another way :\.
If you don't understand it ask me i try to help you.