Hi I want to add new element in user's profile->your stuff tab-> Your Stuff section for which i added the following code in plugin.xml of clearspace 2.5.x :
<component id="profile-overview-content">
<tab id="profile-overview-content">
<item id="watches" name="plugin.userbar.item.text"
url="showIdeas.jspa" description="plugin.watch.item.tooltip" />
</tab>
</component>
But, nothing shows up on the UI.
Is there any other way to add element in your stuff tab or am i doing anything wrong in this code?