CodeCanyon

Node (dynamic menu made easy)

  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
overrider1488 says

Hello there,

is this system build using the adjacency list model model or the nested set model?

thanks

Posted 2 years ago
Author
dilab dilab replied

Hi there
It is basically using adjacency list model.

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
  • United Kingdom
cfoinfo says
Purchased

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.

Posted 2 years ago
Author
dilab dilab replied

Thanks.

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
  • Brazil
equipexq says
Purchased

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

Posted 2 years ago
Author
dilab dilab replied

Hi equipexq
Thank you for purchasing and your suggestions.

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
jagster17 says

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?

Posted 2 years ago
Author
dilab dilab replied

Hi jagster 17
You need to integrate it into your PHP page since it is dynamic.

Posted 2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Netherlands
Paulos says

I don’t understand you demo

Posted 2 years ago
Author
dilab dilab replied

Hi, this is a dynamic front-end UL list with a back-end control panel for you to config the UL list content.

Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • India
nandananushil1 says
Purchased

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

Posted 2 years ago
Author
dilab dilab replied

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.

Posted 2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • United States
azeemgujjar says
Purchased

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.

Posted 2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • United States
azeemgujjar says
Purchased

still waiting for you response

Posted 2 years ago
Author
dilab dilab replied

Hi, Azeem, I did not really get what you mean.It will be very helpful if you can email me your issues. thanks

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
  • Spain
alexdeluxe says
Purchased

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

Posted 1 year ago
Author
dilab dilab replied

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.

Posted 1 year ago
Purchased
alexdeluxe alexdeluxe replied

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.

Posted 1 year ago
Author
dilab dilab replied

Hi
I have never tried to integrate ‘Node’ into Wordpress. But I think you need to modify some codes or structure in order to do the integration since Wordpress is using its own kinda of pattern to work.

Posted 1 year ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • Netherlands
evasive says
Purchased

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…

Posted 1 year ago
Author
dilab dilab replied

Thank you, and I think it is a good idea. I will try to implement this feature.

Posted 1 year ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • Netherlands
evasive says
Purchased

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 ;)

Posted 1 year ago
Author
dilab dilab replied

Great~!, thanks for helping

Posted 1 year ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • Netherlands
evasive says
Purchased

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!

Posted 1 year ago
Author
dilab dilab replied

Appreciate!

I am working on the drag and drop feature. Will upload to codeCanyon as soon as I complete. If you would like to get notified asap, please follow my twitter for latest updates.

Cheers~

Posted 1 year ago
Author
dilab dilab replied

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

Posted 1 year ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • Netherlands
evasive says
Purchased

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!)

Posted 1 year ago
Author
dilab dilab replied

I am using jquery UI for the sortable list, It seems like currently it does not support shifting child from one parent to another.

I will keep an eye on the jquery ui updates.

Posted 1 year ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • Netherlands
evasive says
Purchased

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 ;)

Posted 1 year ago
Author
dilab dilab replied

Appreciate if you can : )

Posted 1 year ago
Author
dilab dilab replied

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.

Posted 1 year ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
Guardian says

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.

Posted 11 months ago
Author
dilab dilab replied

You can assign dynamic Node Name or Node Url as their attributes. or you can specify static attributes.

You can do this from one of the function called __getTypeOne() in file menu-generator.php

Posted 11 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
Guardian says

Thanks

Posted 11 months ago
Author
dilab dilab replied

No problem.

Posted 11 months ago
  • Has been a member for 3-4 years
  • Bought between 100 and 499 items
urbanlah says
Purchased

works lika a million dollars, thanks

Posted 7 months ago
Author
dilab dilab replied

Thank you. I am glad to hear that.

Please rate this item if you like it.

Cheers.

Posted 7 months ago
  • Has been a member for 3-4 years
  • Bought between 100 and 499 items
urbanlah says
Purchased

I did, with 5 stars of course

Posted 7 months ago
Author
dilab dilab replied

Thank you.

Posted 7 months ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 100 and 499 items
  • United States
guide_robert says
Purchased

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!

Posted 4 months ago
Author
dilab dilab replied

Please email me at thedilab[at]gmail[dot]com.

Posted 4 months ago

You must sign in or sign up to purchase this item.

$7Regular Licence

$7

Regular Licence a website (commercial, personal, client), or intranet site project - Details

$35Extended Licence

$35

Extended Licence a website template for sale (including on ThemeForest or ActiveDen) - Details

57 Purchases 19 Comments

Buyer Rating
12345 ( 11 ratings )
dilab

dilab

  • Has been a member for 1-2 years
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Exclusive Author
  • Sold between 5 000 and 10 000 dollars
  • Bought between 1 and 9 items
  • Singapore
  • Referred between 1 and 9 users
View Portfolio
Created 6 May 10
Compatible Browsers IE9, Firefox 3, Safari 5, Chrome
Software Version PHP 5.x, MySQL 4.x, MySQL 5.x
Files Included JavaScript JS, PHP, SQL
by
by
by
by
by