I'm trying to remove the system.menu.css file from my pages. It's adding a lot of unnecessary styles. I've tried this code in my template.php but it did not fix it. Do I need to call this function somewhere or is it automatic?
function theme_css_alter(&$css) {
unset($css[drupal_get_path('module','system').'/system.menus.css']);
}
Any other suggestions would be greatly appreciated.
I'm pretty new to drupal and I'm trying to build a d7 module to email a page to a friend.
But I have some problems starting with it because I'm still new to drupal.
Is it possible to dynamically create a page with a form in it when some1 installs the module?
I'm new to Drupal and the site I'm currently developing is my first with Drupal. I am trying to get the Advanced Forum setup... it is installed, and it is ticked as enabled but isn't showing up anywhere... I had it installed previously but I had some problems and ended up loosing it... I now can't get it back.
I have tried disabling it and re-enabling it but no luck there... have also tried uninstalling it but it won't uninstall.
Trying to get LDAP working in our environment and thought things were going smoothly until I got this error. The test found my ID without an issue. When I put in a wrong password with my ID, it identifies that it's incorrect. When I put in the right password, it returns with the Error:
The website encountered an unexpected error. Please try again later.
Where can I find more informative logs? We're using Red Hat Linux with apache 2.2.17 and PHP 5. Accessing LDAP on an Oracle Internet Directory on another server.
I am new to Drupal. For two days I have trying to install a new theme to Drupal from godaddy but in each try, I got below error message.
Warning: mkdir() [function.mkdir]: Permission denied in DrupalLocalStreamWrapper->mkdir() (line 628 of /home/content/23/7654823/html/includes/stream_wrappers.inc).
zen-7.x-3.x-dev.zip does not contain any .info files.