Closed (fixed)
Project:
XML sitemap
Version:
7.x-2.x-dev
Component:
xmlsitemap_user
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Jul 2008 at 08:50 UTC
Updated:
14 Jul 2012 at 23:29 UTC
The fieldset "Site map settings" appears in every tab under user/%/edit (where % stays for any valid user id).
That is not correct, as those pages should never appear in the sitemap; therefore, there isn't the need to add the settings in those pages.
Comments
Comment #1
avpadernoActually, the module seems to simply add its settings fieldset under
user/%/edit, which is not desired at all; those pages should be visible only to whom is able to edit an user account.Comment #2
avpadernoIf the settings try to change the order on which profile categories appear in the sitemap, then that doesn't make any sense, as the profile categories are normally presented in the user page (and not under different tabs).
The settings UI the module attaches appears also in the categories tabs added by third party module through
hook_user(), which doesn't make any sense too.Comment #3
avpadernoIt has been fixed; the priority settings appear now only once in the user editing form, and not also in all the tabs under
user/<nn>/edit.xmlsitemap_user.module adds the
user/<nn>URLs into the sitemap.