Well, I am not really understanding your problem...
Is it that you cannot use the $custom_links() which you should define inside
conf.php? Or is it, that the 'navigation'-links (like, 'home', 'blogs',
'forum', 'events' and so on) aren't displayed?
If you are not sure, I recommend that you install the latest version of
drupal (http://drupal.org/drupal/cvs/drupal/drupal-cvs.tar.gz) and update
often till the drupal community releases the official drupal 4.4.
You can read more about it here: http://drupal.org/node/view/5879
The CVS version of drupal is kind a stable at this time, because we are in
the middle of a code-freeze, which means that we only fix bugs and don't
implement any big new features.
Is there somewhere we can watch what is happening? Is it on a production
site? What's the address? Can point us to an php_info() file?
Hope to help you out of problems...
For your info, I copied the $custom_links() which I used on my site.. So,
this should be good... Here it is, copy and past it, maybe you can do
something with it:
$custom_links = array(
"<a href=\"?q=node\">home</a>",
"<a href=\"?q=blog\">my daily diary</a>",
"<a href=\"?q=story\">my thinking about the world</a>"
);
(Just copy-and-past this inside you conf.php and let me know if this works..
I used the '?q=' because i don't know if you have url's enabled/disabled, so
this should always work!)
Stefan.
--
[ Drupal support list | http://list.drupal.org/ ]
|