My apologies for cross posting this on the forums as well--we're trying
to get our site up ASAP and this problem has been vexing.
We would like customize the navigation links at the top of each page, so
I have changed the $custom_links values in conf.php, but see *no* effect
in any templates.
This is strange because other values are clearly being read out of the
conf.php file, including the mysql database location and password, and
the base url.
This is what the relevant section of conf.php looks like now:
<snip>
# links here. These links are typically displayed in a row near the
# top of every page.
$custom_links = array("<a href=\"index.php\">Home</a>");
?>
<snip>
It's also puzzling because I've used the same line in my home
installation of Drupal, and the nav bar changes immediately.
I thought it might be my browser, but I cleared the cache and got the
same problem. Other changes also take effect on reload.
I also thought it might be PHP settings, but I have added the lines
php_value magic_quotes_gpc 0
php_value session.save_handler user
php_value session.cache_limiter none
to the .htaccess file in the root directory, and had no luck.
I'm really stuck... any ideas?
Thanks,
David
--
[ Drupal support list | http://list.drupal.org/ ]
|