Welcome Guest. Please Login or Register  


You are here: Index > Advanced Electron Forums > Development > Topic : How to create a tree


News:

Group Message
Hello Guest,

Welcome to the AEF Board. AEF is getting better and better and is also becoming more popular.
Take a few seconds to Register, its free, and it inspires us to work harder and improve on whatever we can improve on.
Give us some feedback, and tell your buddies about AEF!

Thanks,
The AEF Team



Threaded Mode | Print  

 How to create a tree, How to create a tree for your mods (1 Replies, Read 1828 times)
Guest
Group: Guest
Status:
A tree are the links after "You are here" near the top of the forums.
In the PHP file you upload to "your_forums/main/" is the file we add the tree to.

You need to add "$tree" to the list of globals. Below the globals we add the code to create the tree.
PHP Code

 global $tree;
    
    
$tree = array();//Board tree for users location
    
$tree[] = array('l' => $globals['index_url'],
                    
'txt' => 'Index');

    
$tree[] = array('l' => $globals['index_url'].'act=your_mod_Location',
                    
'txt' => 'Title of Mod',
                    
'prefix' => 'Viewing '); 



IP: --   

How to create a tree
pulkit
Group: Administrator
Post Group: Super Member
Posts: 2467
Status:
Well that is right.
I love the way you understand things

-----------------------
Board Image

AEF now featuring in Softaculous - Auto Installer : http://www.softaculous.com
Rate for AEF - http://www.softaculous.com/softwares/forums/AEF
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.

Rollup Banner Stands  cheap car insurance   


AEF web hosting


All times are GMT. The time now is July 29, 2010, 11:55 am.

  Powered By AEF 1.0.9 © 2007-2009 Electron Inc.Queries: 11  |  Page Created In:0.060