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

avpaderno’s picture

Actually, 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.

avpaderno’s picture

If 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.

avpaderno’s picture

Assigned: Unassigned » avpaderno
Status: Active » Fixed

It 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.

Status: Fixed » Closed (fixed)

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