The help hook of the module shows the sitemap URL, but it doesn't show a link; therefore, the user cannot simply click on the link to see the sitemap.

Comments

Anonymous’s picture

Category: task » feature
Status: Active » Postponed
Anonymous’s picture

Assigned: Unassigned »
Anonymous’s picture

Status: Postponed » Active
dave reid’s picture

Status: Active » Fixed

I don't think this applies:

/**
 * Implementation of hook_help().
 */
function xmlsitemap_help($path, $arg) {
  switch ($path) {
    case 'admin/settings/xmlsitemap':
    case 'admin/settings/xmlsitemap/engines':
      $output = t('The sitemap is located at <a href="@sitemap">@sitemap</a>.', array('@sitemap' => url('sitemap.xml', array('absolute' => TRUE))));
      break;

That sure looks like it generates a link to me. Marking this as fixed.

avpaderno’s picture

It has been fixed on June 22, but the request has never been marked as fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.