I'm creating a corporate website with Drupal. Drupal was choosen, 'cos the taxonomy feature: one product can be found be in several categories and so on.
I've modified the taxonomy_dhtml module to use the great aqtree3clickable menu from http://www.kryogenix.org/code/browser/aqlists/ I will post it after some code cleanup -- btw. where should I post it?
I've read the documentation on taxonomy and vocabularies, and understand the basics of the theory behind the classification of information. That said, I know a lot of you out there are experts on this sort of thing, and I could really use and appreciate a bit of guidance.
I'm new to drupal, and so the taxonomy/vocabulary/term approach is new to me. But I am getting to know my way around as I go.
I'm building a website for a horse ranch and would like some advice on the best way to organize my data, in terms of vocabularies, terms, and subterms. Largely the content will be articles, pictures, and announcements, along with a forum and events calendar.
Here is an outline of the site in general: (where I say "page" should probably read "node")
I have a problem that when i enable clean urls I cannot access any of the pages in my site. Basically I keep getting forwarded back to the index.php page.
This has been raised in another thread in the support forums but I have a specific question that hasn't been answered there and that thread seems to have died.
I posted this subject on another forum cuz noone could help me out here. Well, i got better results and i got my flash banner installed in the header of my webpage. Or at least i thought i did. The original code in my chameleon.theme file looked like this:
$output .= " <div id=\"header\">";
$output .= "insert your standard flash embed code here";
$output .= " </div>\n";
I then changed the code to insert my flash file into the header:
But when you go to my site, it looks like it did before, no flash banner, with just my site's name in the header. When you log into my site tho, the banner shows up, but the rest of the site doesn't. The banner just sits there with nothing else loading. And i know my flash file is large, very large. I'm working on fixing that, forgot to optimize the images in it. So, it won't be large for long. I just want to know how to fix the fact that only users logged can only see the flash, and fix it so the rest of my page loads.
I've just installed Drupal (4.4.1-2) under GNU/Linux Debian, SID.
After installing, the front page appeared - drupal logo, login box, with a "page not found" message. When I clicked on the "create new account" button, it gave the following error msg:
The requested URL /usr/share/drupal/index.php was not found on this server.
When I checked apache's error log file, it says:
[Fri Jun 25 08:40:20 2004] [error] [client 192.168.1.70] File does not exist:
/var/www/usr/share/drupal/index.php
Apparently it looks for the "/usr/share/drupal" directory under the default "/var/www" directory. Where should I fix this? Which file should I modify?
I installed drupal after some research using an auto-install system on my shared host administration panel. It seemed to have worked superficially, but whenever I try to login, the links given from clicking the submit button format the url as "http://http://etc." if I can remove the extra http manually I can reach the log in page properly, but I can never send my log in info due to this error. Is this a common error?