Issues trying to remove some system stylesheets

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.

Building mail module (problemos)

Hi,

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?

grz

Advanced Forum

Hi,

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.

Any help very much appreciated!

Dan_TT

LDAP integration error: The website encountered an unexpected error. Please try again later.

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.

Any help would be appreciated.

Get maximum value database column

Simple question, but can't seem to solve it. How do I get drupal to execute the following Mysql query:
SELECT id
FROM xml
WHERE id = (

SELECT MAX( id )
FROM xml
)

Please help...

Theme Files does not contain any .info files.

Hello,

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.

Is there anyone knows how to fix it?

Thx,
Erman

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x