Is there a simple example anywhere that demonstrates creating a new menu from Drupal 7 module code?
I'd like there to be a new menu with a fixed set of options when a user loads the module I'm developing.
So far my efforts with the menu API have not produced happy results. (Had success creating a theme with custom regions, module creates blocks for them, etc, but no luck creating a menu from API or finding a Drupal 7 example on how to do it.)
I am on the lookout for an freelance drupal expert from India who has showcased his/her expertise on functional and non functional elements(theming with HTML5 and CSS3) of drupal.
I try to create simple web form with hierarchical select. First is the select list with countries. When I choose e.g. "France", second list should offer me a list of French cities with options like "Paris, Marseille etc."
I installed the HS module and created taxonomy vocabulary with a list of countries. That´s it, don´t know what to do next and how to make it work. Thanks a lot for help.
Hi, I have imported an old forum into D7, got it all going good and looking right, but i cannot for the life of me find the thing in the database which is used to set the reply thread/vancode value.
There must be something somewhere which (when a user replies) is used to set the thread/vancode, and is then incremented by one, so the next reply is in the right order.
I want to display an image of a map of a building. When I mouse over a certain part of the building I want it to highlight and then if clicked go to a new page. Any suggestions on the best way to achieve this?