I tested my site with different browsers on different machines. There seems to be a caching problem. When a page changes, the browsers always use the older version instead of requesting a fresh version. I didn't have the problem with my old CMS. On drupal.org it's the same. When I go to the forum page, then log in and go back to the forum page, I have to push the reload button to be shown the login page. Is it possible that drupal doesn't send the correct meta information?
I have the input format set to PHP Evaluator. I insert a small PHP snippet. I save the page. The PHP code is displayed as well as the HTML entities for the < and >. I then edit the node again, deleting the entities and using <? php and ? > where appropiate, and the save the page. The PHP code then excutes and does what it should.
So why do I need to basically save the page twice? Is this a bug, do I have something misconfigured?
i'm trying to get the following feed to play nice with aggregator2 ( http://www.itofisher.com/mito/feeds/netpublics.xml ). It validates as RSS 2.0, its from movable type and when i hit refresh items, the blog description is pulled in but the blog entry is not.
I'm trying to theme the calendar and would like to create a link from a specific day to: node/add/event and have the date already filled in. I guess I'm looking for a way to do something like this:
node/add/event/2006/03/25 for March 25th, and have it set the date in the date input fields accordingly.
I know this can be coded, but I don't know where to start or what files I should touch. Any help would be most appreciated.