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.
I have Drupal installed at the root of a site on a shared hosting provider. OSCommerce is installed in directory called "catalog" but I am having troubles accessing the "admin" folder inside of "catalog".
This admin page, which I need to configure the store, just goes to the Drupal 404 page.
I am creating a navigation structure that consists of a number of menus that are enabled as blocks on the side of the page.
However, I would like the menu title to be a link and not just a piece of text.
Is there a module or patch that adds this functionality?
Failing that, how easy would it be to modify menu.module to accomplish this (my php skills, along with my knowledge of the inner workings of Drupal, is basic but slowly growing)?
I want to design a new phpTemplate based theme for the same. The problem is that the theme engine is behaving very erratically. New xTemplate based themes get detected without any problems but new phpTemplate based themes don't show up.
I have tried to make phpTemplate detect the new theme by going to "admin >> themes >> configure" but no use.