Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Edit: read his comment at the end of the thread. Only change from 4.6.2 to 4.6.3 relates to XML-RPC. Thread closed. Next time, PLEASE mail security@drupal.org instead of a public post if you have security problems. chx.
I have a recently installed drupal site up and running (a week old or so) and when examining my Apache log i see requests like the ones show below. I'm using the Goofy them but have been unable to verify if this is a theme problem.
Anyone seen similar requests and know what to do with them?
I've been looking for a way to strip down user profile pages to give them a different (but not "new theme" different) look. I think I've found what I want, by addng this php code to my page.tpl.php, before the BODY tag and after the tag.
I would like to have two front pages: the one that people come to when they initially go to the site, and then one that they go to when they are already at the site and click home. The difference between the two is minimal: the 'clean' home pages only has a few sticky nodes on it, whereas the 'working' home page has all of the recent posts on it. Is this something I should do with the Front Page module, or is their another way. Just from reading the Front Page module documentation, it looks like it may take some work to do this.
When browsing old items from the front page the links are still with '?' (like http://site.com/node?from=30) even though everything else is configured to work with rewrite.