create menu from taxonomy/term in drupal 7 - menu

in the documentation site of drupal:
http://drupal.org/node/774892
It shows an example of how to create a menu using taxonomies. Basically we must add a link to an url like taxonomy/term/{termID}/all . But it says it can not work with drupal 7. is there any other way to make that menu from a hierarchical taxonomy?
Thank you

Yes there is a module Taxonomu menu. You can generate menu for any vocabylary.
Transform any of your taxonomy vocabularies into existing menus
easily!
P.S. I use 7.x-1.x-dev release instead of recommended. There are more options

You can use Taxonomy menu module for the same.

Related

Need help in 2017 R2 - 17.200.0401 modern UI Sitemap

I have created some new categories and added my screen under that category, do we have an option to put these newly created categories and sitemap structure into customization project or else we need to recreate manually in each instance.
Group 1 and Group 2 are the new categories I have created and linked some screen under it.
The steps are:
Add the page to the classic SiteMap (SM200520)
Add classic sitemap entry to your customization project sitemap section and publish it
Add your page to modern UI
In customization project editor SiteMap section click 'Reload from Database'
The Reload from Database step should add the Modern UI sitemap entry.
You can check if the modern UI were packaged in the customization project items (Menu->File->Edit Items). Project items of type SiteMapNode that deploy to modern UI will have XML elements/attributes prefixed with 'MUI' (ModernUI).
if we uncheck entry screen checkbox for GI screens, we are able to get the entry form in both Title Menu and as well as in Menu Item also. But, as these default Acumatica GI screens are in Hidden folder, they are not exposing in Add Menu Item popup, so I moved to Help folder
A combination of John's answer and HB_ACUMATICA's answer seems to be the more complete answer. The steps in HB_ACUMATICA's answer works, except if the classic Sitemap item is contained in certain folders (in my case, Finance/AR/Configuration/Manage), then it won't show up on the modern UI in the list of items to choose. If I moved it to the Help folder, then I could choose it. Anyone know what the criteria is for including an item in the modern UI item choice list?

Its possible create a dropdown menu using ghost?

I'm new using ghost, it's possible create this using ghost?
If you are asking if there is an easy way to create a dropdown menu from the ghost backend i am afraid there is none.
You can find a navigation.hbs in the standard theme (Casper) partials folder that you could style as you wish.
Or you can search for a theme that has dropdowns implemented.

Drupal 8 Twig Template - Show menu if node has a menu item

I am creating custom twig templates for a Drupal 8 theme. I want to render a menu in a region only if the node has a menu link (i.e. when editing the node the menu settings on the right has been configured so the “provide a menu link” box has been checked).
Ideally I would like to create this in the twig template so I can change the layout accordingly, but any pointers greatly appreciated!
Usually this issue is handled differently(by creating a separate content type and set visibility) but for the sake of the question I'll give some solutions.
Solution 1: Block Visibility Groups.
If that is not enough.
Solution 2: hook_block_view_alter(or any other hook_ENTITY_TYPE_view_alter) where you can deactivate the access to menu block after you check if condition is met with Drupal::routeMatch() to check what node is displayed.

How to add subpages in Orchard CMS

I added a new page in the main menu, e.g. Products. Now I want to add a subpage e.g. Sub Products below a Products page. I tried all possible options in the dashboard but it didn't work for me. Any ideas how to handle this?
Thanks.
here is a quick solution for this
Go to your dash board -->Gallery -->Modules
search for Hierarchical menu and install it
after installing then go to Configuration -->Features and enable it.
Go go to Navigation .give position like 2 for "Products" and 2.1 for "Sub products".
you will see Sub products appear under Products page.
As of Orchard CMS 1.5 this is supported by the core navigation module. Now you can simply drag and drop menu items under one another in the Admin -> Navigation view. You can then control level rendering under the widget settings for the menu by setting the "Start level" and "Levels to display" properties.
See release notes for further details.
The navigation documentation doesn't seem to be up to date though :(
Take a look at: http://orchard.codeplex.com/Thread/View.aspx?ThreadId=242327
The module to support this (along with many other modules) is available in Orchard's module gallery.

How do I remove items from the Site Actions menu in SharePoint?

How can I customise the Site Actions menu to remove or rename 'standard' menu items? Where are the site actions menu items defined?
The site actions menu is defined in the Siteaction.xml in Template\layouts\editingMenu under the 12 hive. The following link shows how to manually remove items.
Customize Site Actions Menu
I have added options to the menu using features, but have never tried to hide OTB option in code. I would be interested in your results.
Good luck!
I was able to hide the menu item I wanted to hide by using ConfigMenu="Delete" in the relevant XML node of SiteActions.xml. e.g.
<ConsoleNode ConfigMenu="Delete" ChangedNodeID="wsaCreateSite" />
The valid values for ConfigMenu are documented at http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.publishing.webcontrols.configmenuoptions.aspx
I have used a control that runs javascript to hide the entire site actions menu for users of a certain privelege level.
That approach may be an option if you need to remove items for particular users.
It is not the worlds classiest approach however.

Resources