Jump to content

James Myddelton

Clients
  • Joined

  • Last visited

  1. In applications/core/modules/front/sitemap/sitemap.php I changed this line from https to http $content = SimpleXML::create( 'sitemapindex', 'http://www.sitemaps.org/schemas/sitemap/0.9' ); and now the sitemaps gets submitted with 'Success' status on both of my sites ...
  2. Not sure whether this is the issue - sitemap.php is generating the sitemap with https instead of http ? <sitemapindex xmlns="https://www.sitemaps.org/schemas/sitemap/0.9"> The correct namespace URL for sitemaps is: http://www.sitemaps.org/schemas/sitemap/0.9 Notice the difference: Incorrect: https://www.sitemaps.org/schemas/sitemap/0.9 (uses https) Correct: http://www.sitemaps.org/schemas/sitemap/0.9 (uses http)
  3. FYI - I have the same error on v5.0.5
  4. Is it possible to a different page layout for different forums ? i.e. when I use the Page Editor I would like to use different widgets within different forums
  5.    Claudia999 reacted to a post in a topic: Suggestion: Auto-tagging parser
  6. It would be really cool if there was a way to provide a list of keywords and for all the posts, events, pages & blogs to be parsed for these keywords and automatically add tags. I wouldn't want this all on created tags, I would want a smaller specific list to use to trawl the content. At the moment I'm doing this manually which is obviously taking a lot of time. Thanks ! 👍
  7. Is it possible to change the publish date so that when I feature a page it doesn't show up as the 1st item on the 1st page - I want the pages featured but I want better control over the ordering within the featured content. Many thanks, James