How to customize background of home screen in Confluence for Frodo?
#1
In Eden I was able to do this to customize the backgrounds for the home page:

<item id="13">
<label>Arcade</label>
...
<icon>special://skin/backgrounds/arcade.jpg</icon>
</item>

How do I do that for Confluence under Frodo? The above no longer works.

Thanks...
Reply
#2
+1
Reply
#3
You need <thumb> not <icon>
- - - Tribute to Metallica - - -
If I managed to help you, please click my reputation
Reply
#4
(2012-11-08, 08:32)18000rpm Wrote: In Eden I was able to do this to customize the backgrounds for the home page:

<item id="13">
<label>Arcade</label>
...
<icon>special://skin/backgrounds/arcade.jpg</icon>
</item>

How do I do that for Confluence under Frodo? The above no longer works.

Thanks...

Are you able to get different background per menu item? i have copied the bit of code you posted here but it doesnt seem to have any effect?

Code:
<item id="21" description="Custom1">
     <visible>true</visible>
     <label>testing</label>
     <thumb fallback="special://skin/backgrounds/tv.jpg">special://storage/Backgrounds/tv.jpg</thumb>
     <onclick>ActivateWindow(10025,&quot;smb://APEG-PC/Drobo/&quot;,return)</onclick>
</item>

This is the code i used to create a new home page element using "skin.confluence.simplemod" which is working perfect... but i would love to get different background images per menu item.

I have found a few mods to the confluence skin which have rotating background but they all seem to do a lot more on top of that and the skin becomes too heavy for my Raspberry Pi to handle

Thanks,
-aPeg

Reply

Logout Mark Read Team Forum Stats Members Help
How to customize background of home screen in Confluence for Frodo?0