I have Drupal 4.7.1 installed. I can see a "Theme Configuration" box under "my account|edit" when I login as administrator. However, the configuration is missing from other users' "my account|edit" page. How can I config it so that other users can change their theme configuration too.
Anybody know how to use the "Show block on specific pages when PHP code returns True" to have a menu block appear based on a nodes taxonomy term as well as when a taxonomy term is hit and loads a list of nodes??
I thought taxonomy_context was the answer but I cant add menu items to it like links to pages or blogs. I thought taxonomy_menu was it but it is not updated for 4.7..... any help would be greatly appreciated.
Hello. I am fairly new to Drupal and I am not a PHP guru. I have been trying to design my homepage by having a flash headline and then displaying content from other parts of the Website, in two or three columns. I looked at the Flash module but I keep getting an error when I upload my flash file. The Front Page module does not seem to allow me to do what I need. Can anyone pls offer any suggestions?
I need to connect to a central db (a different one to the drupal site runs on), but when i insert the code before anything else (ie) in index.php, i get this error:
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/*******/public_html/index.php:18) in /home/*******/public_html/includes/session.inc on line 10
I am literally just doing a connect and 1 query...