Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
So I'm using Nice Menus, Menu Attributes, and have a main menu, one of the links in that main menu needs user some parameters that are user contextual so I need to append to the link. However I can't find anything that will override the output. In template.php I have tried:
mytheme_links_system_main_menu
mytheme_menu_link
mytheme_menu_item_link
I do have mytheme set to my actual theme name. Shouldn't one of these give me access to the links?
I have a site with 3 tabs and each tab calls the same hook_form() except they also pass in a parameter to differentiate which tab is selected. I have many variables that are being variable_set. If I work on tab1, it variable_set's those variables, which is then set in all the other tabs, but I want them to be different. Is there another way to do this without having to make 3 of each of my "variable_set" variables?
I cannot add new main menu items (under admin user) on D7. When I go to /admin/structure/menu/manage/main-menu/add I see the form with most fields read-only, a message "This menu item cannot be edited." at the top, and only the "Cancel" button at the bottom.
I have a great challenge completing my installation of Drupal Software on my website www.platiniumglobalventures.com/install.php , let alone accessing the Admin page.
Moreso I have tired viewing if I will see the user table to access the user name, password, and email, yet it's not there.