Remove/Hide Add-ons-button

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Silver Fang Offline
Junior Member
Posts: 22
Joined: Feb 2012
Reputation: 0
Post: #1
Hi,

It would be nice to be able to hide the "Add-ons"-button, like with the "Add-source"-button.
System->Settings->Appearance->File lists...

Thanks
Eden Beta 3
find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #2
Create an advancedsettings.xml containing:

Code:
<advancedsettings>
  <virtualshares>false</virtualshares>
</advancedsettings>

See http://wiki.xbmc.org/?title=Advancedsettings.xml for more info on the advancedsettings.xml file.

JR
find quote
Silver Fang Offline
Junior Member
Posts: 22
Joined: Feb 2012
Reputation: 0
Post: #3
I created a xml-file, and saved that into userdata-folder.
C:/Program/XMBC/userdata

What should I do next to remove/hide that button ??

Thanks
find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #4
Silver Fang Wrote:I created a xml-file, and saved that into userdata-folder.
C:/Program/XBMC/userdata

What should I do next to remove/hide that button ??

Thanks

That's the wrong location for the file. I assume you're using Windows. In that case press Windows-R and in the Run dialog type:

notepad "%APPDATA%\XBMC\userdata\advancedsettings.xml"

click OK and when Notepad prompts you to create a new file answer "Yes". Now copy and paste the following into Notepad:

Code:
<advancedsettings>
  <virtualshares>false</virtualshares>
</advancedsettings>

Close Notepad and save the changes. Now run XBMC and you should find the "Add-ons" link has gone.

JR
find quote
Silver Fang Offline
Junior Member
Posts: 22
Joined: Feb 2012
Reputation: 0
Post: #5
Thanks, it worked.
Sorry for not writing all the info, yes i did use windows 7.

But i was thinking to get a htpc and have xbmc live on it, without win7.
I will maybe have the xbmc live on a usb-stick 3.0 or a sd-card.
How will i do then ??

Thanks
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,187
Joined: Nov 2003
Reputation: 82
Post: #6
same way, except ~/.xbmc/userdata is the path.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Silver Fang Offline
Junior Member
Posts: 22
Joined: Feb 2012
Reputation: 0
Post: #7
OK, thanks, will try it when i get a htpc.
find quote
Silver Fang Offline
Junior Member
Posts: 22
Joined: Feb 2012
Reputation: 0
Post: #8
Is there any way to remove the "add-on" below the picture-video-music on the mainscreen of the confluence skin ??

Thanks
find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #9
You could edit the skin file. I don't know of any other way to do it.

JR
find quote
Silver Fang Offline
Junior Member
Posts: 22
Joined: Feb 2012
Reputation: 0
Post: #10
Ok thanks, i dont know how to do it, so i will just skip it.
Just wanna have it simple and clean...
find quote
Post Reply