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 would like to create a custom function to generate the user menu, is there a methodology included in Drupal that will replace a core function with a theme specific one without destroying the core?
that is :
function core_function_name(param1[,param2])
can be replaced with
function _theme_core_function_name(param1[,param2])
and Drupal intuitively knows to use the them function when that theme is defaulted, if so how do i implement this, if not, any other suggestions?
I've recently created a new Drupal 7 site (www.oxfordstars.com). All working great apart from two small issues relating to UberCart and Coupons. The errors I am receiving I have confirmed are down to errors in two modules, one with the coupon module itself and one with the date_popup module. There are patches available for both which I have downloaded.
I have followed the steps in a video tutorial and installed the ckeditor and ckfinder. When I go into configuration in Drupal, the status report says :
You are using a feature that requires $cookie_domain to be set, but it is not set in your settings.php (CKFinder is enabled in the Full profile).
I have edited the following line in the default.settings.php file but the module still will not work :
Hello!
i recently move from joomla to drupal beacause i think it offers you more possibikities.
i plan to make a site for car dealers.i want the dealer to make registaration and then allow him to submit cars,but in front-end no in administrator panel.Also i like to make the front page only with search criteria.how can i do that?
For now i only look at cck,views and webforms.
Thanks!