Hello there,
is this system build using the adjacency list model model or the nested set model?
thanks
Hello there,
is this system build using the adjacency list model model or the nested set model?
thanks
This works fine. I have already had excellent support from the Dilab and can confirm that it is simple to integrate with other menuing systems like Denon Studio’s Smart Menu also available as a php script on Codecanyon.
Excellent initiative. Suggestions: 1-Demo-shaped tree 2-Using ajax with editing the same page http://www.xq.com.br/tree.jpg
Script Easy to use, modify and implement. Congratulations
This is very cool – well done.
The menu that gets created can be used on an HTML page or does it have to be a PHP page?
I don’t understand you demo
first of all great program.have some question:
1) How can i change the table name, the default table name is nodes, and i want to use some other name, from where can i edit it?
2) Can i use node to make more than one menu, like mrmenu on codecanyon
Hi ,thanks for purchasing.
1)If you need to change the table name, currently you will have to go through basically all the files inside admin folder and menu-generator.php to change the names accordingly. I will consider this as an improvement next version to provide an easy way to change the table name.
2)It works quite differently database wise compare to mrmenu. In order to have multiple menus, you will have to setup multiple database tables. And currently I don’t see the needs for having multiple menus in one website.
its has a bug when i type & sign in menu.. its change it and save it as amp; but when i edit or try to change it is repeating it again and again means not working fine..
also what if i do not want to display menu which parent_id=0
because my menu is divided in 2 parts.. top menu is only for parent_id=0 and verticle menu is which parent_id > 0 greater then 0.
Please let me know very nice work you really did, but too difficult code to understand.
still waiting for you response
Hi, i am trying to integrate your code into an wordpress page. With the first line of your installation guide i have some problems: you say i have to “2. Create “nodes” table by running…” again you say table! But in setting.php this “table” called nodes is a database ”//database name: $dbname = “node”. My question: i have a database called “base”, inside this i need to create a table called “node” (with your sql file)?? But then i need setting with table AND dbname, do i? I tried a few hours without success. Any idea what i can do? Thank you, Alex
HI, please do not confused $dbname with “nodes” tables, I am sorry if my naming convention has confused you.
$dbname is the database name, “nodes” is the database table. My application will access database “nodes” by default, there is no place where you can configure my database table name. So you are right, if you have your own database, you need to create “nodes” table and give your database name to $dbname in setting.php.
Hello, thanks for your fast response. You think it works in a system like wordpress? I am able to create a navigation and placed the code as you said in your manual. The ‘node’ folder is inside the correct location: “my themes/mytheme/node” but it’s not showing up. it’s not loading the menu-generator.php. I know, i’m doing anything wrong… looking forward to your response.
can you also make a version of this one with a drag and drop way of ordering the nodes?
would make it way more intuitive…
ok here’s an example i found of a drag and drop way of ordering a list: http://www.swartzfager.org/blog/dspNestedList.cfm
might be usefull 
just found one that’s even better on the jquery site!
ill try to work it out myself, combining your code with this one: http://plugins.jquery.com/project/NestedSortable
ill send you an email if i got it to work (incl. the files) then you do with it wathever you want!
cheers!
I have completed this feature and pushed it to codeCanyon already.
Hope you can get it as soon as they approve the updates.
For now, you can take a look at the feature from demo page.
http://www.the-di-lab.com/node-demo/node/admin/node_c.php
wow you’re pretty fast with this! but one problem i cant arrange the children under a parent (seems like the parent with the children is being shifted!)
i found one that allows you to shift children from one parent to another and also to swift childrens order under one parent…
i can send you the files if you want them…
good luck 
I have updated the feature, now it supports shifting between parent and children nodes.
I have submitted the item for approval from CodeCanyon.
I will put up an update notice once it is approved.
For now, you can take a look at the demo at http://www.the-di-lab.com/node-demo/node/admin/node_c.php
Thank you again for your resource and suggestion, I will quote you on Item details page.
Looks nice! Just wondering if the script supports supports markup such as color, target, rel I’m thinking of using this as a replacement menu in a CMS but I would need to be able to specify a ‘target’ and ‘rel’ for external links and of course ‘title’ for all links.
Thanks
works lika a million dollars, thanks
I did, with 5 stars of course
I need the option to add classes to every of the ul’s and li’s. Could you add this in future updates. I would also be willing to pay you do get this done asap!
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.
Hi there
It is basically using adjacency list model.