Hi,

Anybody knows how can I get rid of the user terms functionality in a clean way? It's confusing the users when registering to the site. Of course I could override Commons' features and delete dependencies but I was wondering whether there was a cleaner way without modifying the profile. I can't hide it through css because there is no id declared, any clues?

Regards,

Igor.

Comments

lightsurge’s picture

If you wanted to hide it without meddling with modules you could either be satisfied with hiding the tagging-widget-container div which leaves the fieldset (Edit: sorry, that won't work will it, there's nothing that differentiates this fieldset from the other tagging widgets), or you'd have to alter the template I suppose.

I don't really see how this is better than disabling the user terms module though. Personally, to get round presenting a new user with a complex profile page just to set their initial pasword (which users in my initial test-run didn't like), I installed http://drupal.org/project/chgpwd which moves password change from their profile to a separate tab.

japerry’s picture

Version: » 6.x-2.x-dev
Issue summary: View changes
Status: Active » Closed (won't fix)

No longer applicable in 7.x-3.x and we're no longer working on non-security bug fixes for commons 6.x-2.x