Hi all,
On the homescreen (confluence skin) in Frodo, I'm trying to hide the "add ons" link under 'Videos'.
I know that this:
can be added to advancedsettings.xml in the userdata folder, but how do I hide the video add ons link for a specific user?
I've tried adding advancedsettings.xml to Userdata\profiles\profilename but the add ons link is still there.
When I created the profile, I set for everything to start afresh, rather than copy from the master profile, so I'm surprised all the video add ons are installed/enabled in the profile at all. So if they have to be brought in from the master profile, I though I would at least be able to remove the add ons links for that user profile.
Where am I going wrong?
On the homescreen (confluence skin) in Frodo, I'm trying to hide the "add ons" link under 'Videos'.
I know that this:
Code:
<advancedsettings>
<virtualshares>false</virtualshares>
</advancedsettings>
can be added to advancedsettings.xml in the userdata folder, but how do I hide the video add ons link for a specific user?
I've tried adding advancedsettings.xml to Userdata\profiles\profilename but the add ons link is still there.
When I created the profile, I set for everything to start afresh, rather than copy from the master profile, so I'm surprised all the video add ons are installed/enabled in the profile at all. So if they have to be brought in from the master profile, I though I would at least be able to remove the add ons links for that user profile.
Where am I going wrong?