BLHTML.org
/
Web Programming
/
BLHTML
/
BLHTML Manual
/
BLHTML funktion list
/
BLHTML funktion list
/
TREE
3024
0
#TREE# is a forum admin command
Rights to use this function #TREE#:
Users who are forum owners with Data Manager (only current account)
Vanguards with administer Admin forum: all account
Only Admin, vanguards and Forum Administrator can see #TREE#
#TREE# switches post to only show title or show the whole post
Sets value on field
tree
in the forum table.
tree:
description:
3
show.show.show (Show this post and next post will inherit: show)
1
show.hide.show (Show this post and next post will inherit: hide)
2
hide.show.show (Hide this post and next post will inherit: show)
0
hide.hide.show (Hide this post and next post will inherit: hide)
Example: IF-case for show post in forum:
#
IF
($index == $post ||
#
DATA
[tree] bit=0#
&& $msg)
else(
#
HALT
#
)
#
//
IF
statement check first bit of variable tree, if true show post
IF-case check the first bit of the variable tree, if true then show post
More information:
Working with Forum
speed
BLHTML
forum
©
2003, 2010
BLHTML
BLHTML.org
Create BLHTML account
Forgot Password
Ask BLHTML.org
Library
Forum
Krypterings Puzzlet
Teachers HOME
Tests
EDii demo
Checkbox demo
Download BLHTML
BLL
BLArt
This page is created with
BLHTML
in
0.1603
seconds