I find it quite cumbersome to download one-module/one-theme at a time from the web browser. Is there a single tarball (say 4.2.0 + all the modules+ all themes that work on 4.2.0) ? If not it may be a good idea to produce one. What do you think?
BTW, to ease my own downloading, I have made a quick and dirty script for getting all 4.2.0 modules/themes & related readme's. Get the script or the all-in-one tarball at: http://www.lugs.org.sg/~anand/drupal/
I have just configured Drupal 4.2.0 according to the documentation on a Red Hat 7.3 server with mysql. Every feature seems to work correctly except for editing user information. Regardless of what field (username, theme, password, etc.) I edit or change, after I click the Save button it goes back to exactly the way it was before.
I have seen other posts from people that have had this problem, but never a resolution. Any ideas?
I'm using the Taxonomy_dhtml module to have navigation blocks for static pages on the front page. (Somehow i suspect that there's a simpeler way to achieve this, but i haven't found it and this seems to work ok so far... However, if i am wrong and there IS a better way, i'd be forever grateful if you'd tell me :))
It works ok, except for one thing: i can't find the piece of code that puts the dash (-) in front of the links! As i'd like to remove these dashes, i was hoping someone could point me into the right direction.
Hi all,
I'm using taxonomy_html to print out taxonomy navigation for every kind of node I have (currently 5 node types, which are extensions of the standard node).
I would like to be able to limit the output only to one node type.
How can I do it ??
Do I need to hack the module ??
What url should I specify to filter the node type ? (e.g. taxonomy_html for event type, for standard node type, etc.) ??