I am trying to use the "Upload" button in the administer->themes->configure (Global Settings) of a new install of 4.5.1. I can upload a .gif file, but if I try to upload a .jpeg or .png file, it tells me "Only JPEG, PNG and GIF images are allowed to be used as logos."
This is not a serious problem since I can simply FTP the file up, but I was wondering if this is a bug or something set up wrong in my system?
I've had an ongoing issue with the now included menu portion of Drupal since moving to 4.5. Now I'm at 4.5.1 and no change.
Basically when I'm trying to add menu or add menu item, it writes to MYSQL but does not output changes to the website through it says it's successful. When I go into my menu table, I can see the items or items I've added but no results output or print.
I just installed Drupal 4.5.1 and I am still playing around with how to structure everything, but for now (till I make my own theme), I would like to get my logo's background to match the banner's blue background. I see the banner is 102,153,204 (6699cc). So I made a logo with that as the background and put a white "HC" across it for now, then uploaded it.
I recently created a Drupal site for our school's newspaper. I created two taxonomy vocabularies - one called:
Issue (story)
- Issue I
and another called:
Page (story)
- Page 1
- Page 2
- Page 3
- Page 4
- Page 5
When the user submits a story, they are required to choose an Issue # and a Page #. I originally thought that all these terms could go under on vocab. i.e.
Layout (story)
Issue I
- Page 1
- Page 2
- Page 3
I would like to get a list of all story nodes. That's extremely simple and intuitive for blog nodes (/blog), for forum nodes (/forum), for polls (/poll), etc.
So you would expect the command /story to produce a list of all stories... except it doesn't work (I believe I read somewhere that up until Drupal 4.4 or so /story indeed produced a list of stories).
Two questions:
1)Can someone tell me how I can get a list of story nodes in Drupal 4.5.X?
2)Who supports my suggestion to re-introduce the /story command?