Stella V
-
Total Posts
:
12
-
Reward points
:
0
- Joined: Feb 18 '02
-
Status: offline
|
what is the formula to create tree message list?
Mon. Mar 18, '02 3:44 PM
( permalink)
I was trying to figure out how you code the forum tree. but it was a bit too complicated for me to understand  ... I know you use arrays a lot in your application (and I believe the tree.js uses at least two string arrays), but I just don' t get how you do it. we are in the process of incorporating our content management system with your forum and would like to use the tree structure to display lists for categories (we use the forum in our intranet to manage messaging within our company) If you can help then it would be great..I just want to know the logic behind your tree structure (it is quite different from other tree javascript I ve seen on the net)
|
|
|
|
Samuel
-
Total Posts
:
11858
-
Reward points
:
180790
- Joined: May 23 '01
-
Status: offline
|
RE: what is the formula to create tree message list?
Mon. Mar 18, '02 8:15 PM
( permalink)
Sorry Stella, I can only say the tree structure is very very complicated (in terms of logic and design). It was designed to facilitate forum discussion and eliminate resource waste on servers. Therefore, I wouldn' t recommand it to be used in a content management system, unless your content manager has the same or similar DB structure as mine, which is quite impossible. let me know if there is anything else other than tree integration I can do for u
|
|
|
|