How does one hide the "automatically generated" top navigation links with the Marvin theme. I have tried adding the links I desire to the conf.php file only to find that apparently Marvin pays no attention to that.
I realize that I should probably move to a newer theme but I am almost done with this thing and will change themes later.
reading and searching on how to implement additional languages I sccueeded finally in adding the neccessary table for an additional language and also edited the confd.php accordingly. I can now add strings to the new language. However, I have an SQL file with most strings already translated and wanted to dump that into { locales } table { de }. Either the SQL File is buggy or I am missing something. Here's the error I get:
I've tried to imort some RSS feeds in windows-1251 codepage. And got alot of errors:
warning: xml_parser_create(): unsupported source encoding "windows-1251" in
arning: xml_parser_set_option(): supplied argument is not a valid XML Parser resource in
... and so on
So how can I fix it OR can I use other codepage than UTF for entire Drupal site?
Hey guys, I got drupal set up and running. From searching on this site I see that I have to run cron.php to update the search database. I tried typing http://www.freshfemi.net/drupal-4.4.0/cron.php into my browser and I get a blank page. I have no idea what to do now. Any help would be appreciated.
I've managed to install Drupal 4.4.0 in Debian sid, but whenever I try to setup a site I got pretty lost very quickly :) ; the documentation in drupal.org is inappropriate to learn the product; anybody knows if there is a tutorial that explains step by step how to setup a simple site?
Hello,
I'm trying to create a taxonomy for file downloads that is like this :
Downloads
-- binary
-- source
There are some nodes in drupal that belong to "binary" and some to "source". I would like to display a page with all the nodes that are "Downloads". How do I do that? I try "taxonomy/view/or/5" (5 is the "Downloads" term id) but the nodes for "binary" and "source" don't show up... :(