How do you switch off "Top Menu" in Open Publish
How do you switch off "Top Menu"? By that I mean the menu that contains options:
Hello admin Log Out About Us Advertise Subscribe RSS
Primary links menu block suddenly got larger
Hi
Not sure how t happened but after I added some extra modules (location and calendar) the block that contains the primary links menu expanded from 45 to 123 (firebug).
I am using a submenu based on openpublish-theme. If I have empty files under the css in the submenu it stays the same size. If I go back to the openpublish theme then everything goes back to normal.
I can get round it by putting top.-50px; in the css for nav but would prefer to find the source of the problem and correct it there.
Any thoughts anyone, and please be gentle if the answer is really obvious.
Read moretheming de un menu, id individuales para cada item de menu segun si nombre
Amigos drupaleros, tengo el siguiente problema, estoy armando un theme cuyo menú, posee imágenes en lugar de texto, es decir hago un reemplazo del texto por imágenes mediante css, pero esas imagenes son especificas , es decir un par por cada item (sin seleccionar y hober y seleccionado) pero no he encontrado un script que me fucnione, he estado sobreescribiendo una funcion mediante template.php, pero estoy un poco perdido. les dejo que estoy haciendo o utilizando a ver si saben porque no funciona.
(estoy utilizando phptemplate para crear el theme)
esto va en template.php
/**
Read moreTaxonomy menu con depth
Hola drupaleros!
Tengo un tema q no he podido resolver y quiza alguno de ustedes tuvo q experimentar algo similar.
Tengo dentro de un site un menú de categorias creado con (Taxonomy Menu) donde cada termino es una opcion de menu y el vocabulario es el item padre de todo el menú.
Hasta ahi todo bien, funciona correctamente, incluso con los Custom Path.
Read moreDepth Taxonomy Menu
Hi everyone,
I am trying to make a taxonomy menu for tags, but I would like this menu to add on to the current URL of the page the person is on. I would like to achieve this for the purpose of users being able to sort my websites default categories by user submitted tags.
Read moreHow to list the groups on the primary menu?
I am anticipating this to be a basic question, but any pointers would be great appreciated.
Thanks,
JP
Aktiverad meny-item baserad på URL
Så här är läget:
På en hemsida har vi som Primary Links: Kalendarium - Galleri - Blanketter - Om oss - Kontakt
Om man klickar på Galleri kommer man till galleriet och meny-alternativet blir understruket för att visa var man är.
Man kan också surfa till galleri/utbildning för att komma till bilder gällande utbildningar.
Finns det någon möjlighet att få meny-alternativet Galleri att fortfarande vara understruket? Bara utifrån URLen? Har testat att lägga till Menu Trail, secondary links men får det inte att fungera. Går det över huvud taget att göra så som jag tänkt?
/AE
Read moreHome link not marked Active in menu system
I am using OpenPublish 2.2 and I would added some child links under the Home link in the primary menu system. What I found is that the Home link is not marked active by the system when I am on the front page, so the "on" class isn't added to that link, so the child links aren't displayed unless you hover over the link. I would like them to show by default. I know that the main menu system is controlled by openpublish-menu.tpl.php in sites/all/modules/openpublish_core/openpublish_menu. This is the code that appears there:
Getting Menu_Id for a Menu-Block placed in a Region of a Theme
Hello!
This may be OT here - in case it is, maybe you can point me to the right place to post this.
I'm working on a theme for a non-profit website. I've been googling for a whole day without finding a solution.
I want to achieve the following:
Menu-Blocks that are placed in a certain region of my theme need to be processed to change their markup. Processing is not hard to do. But how can I get the following info from drupal:
- Is there a Block containing a Menu in a certain region?
- If so, what is the menu_id of this menu, so that my theme can process the menu tree?
How to use tokens in menus?
hi,
how can I use tokens like "%user" when creating menu elements at "/admin/build/menu-customize/navigation/add"?
What I try to do is this:
- At "admin/build/menu/add" I created a new menu called "Top Navigation" (top-navigation).
- This menu should contain links to user profile pages, like:
-- Profile Homepage -> user/[USERNAME]
-- Edit your profile -> user/[UID]/edit
-- List your friends -> user/[UID]/friends
-- List your content -> user/[UID]/content
-- etc.


