Loading...
 
Features / Usability

Features / Usability


Re: Menus, modules

posts: 4656 Japan

> My first installation of tiki I had to bomb because I'd scrapped the mnu_application_menu and couldn't successfully create another. After a clean installation I still have the same problem. The menus I can easily build are overpopulated, and I'd rather have a clean blank menu and build from there.
>
> Equally, it doesn't seem as if I can clone menus, or modules for that matter, although I can edit user-submitted modules, I don't find a way to (e.g.) duplicate the google module to specialise it for extra search engines. Also I don't find a way to build a menu from scratch, but that's probably my problem.

Menus are made on the Admin Menus page (tiki-admin_menus.php). The top of this page has a title "Create new Menu". Fill in the blanks with some menu details and click save. Then you'll see the new menu in the list at the bottom of the page. Click on the Configure Options icon (the tools) to add the menu items. "Section" means "Parent" or "top level" item (will have folder icon or +/- next to it), "option" means the items under a Section item. Follow the pattern of an existing menu regarding the rest of the menu item details.

> Can I suggest the feature of being able to take a pre-defined menu, and duplicate it.

This can be done by copying the relevant rows in the tiki_menu_options database table (actually it's easier to go this route if you have a lot of menu items to change — dump the table data and use a text editor). But there's no Tiki Admin page to facilitate it. Generally new menus are probably quite distinct from each other, so as a Tiki design decision it probably makes more sense to provide the tools for making menus from scratch rather than making duplicates.

> Equally, can I suggest the feature of being able to take a pre-defined module and duplicate it.....

Like ricks99 says, have a look at the templates/modules/ files to get an idea of how the current modules are done.

-- Gary - zukakakina.com

There are no comments at this time.