Kodi Community Forum
Edit Hub Title/Name - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Arctic: Zephyr - Reloaded (https://forum.kodi.tv/forumdisplay.php?fid=221)
+---- Thread: Edit Hub Title/Name (/showthread.php?tid=277175)



Edit Hub Title/Name - Krismyklebust - 2016-05-27

Hello! Smile

I'm looking to edit the "name/title" of the different hubs (see attached screenshot for what I'm trying to edit).

Image

Does anyone know where (and how) I can change this?

Thanks in advance!

- Kris.


RE: Edit Hub Title/Name - Krismyklebust - 2016-07-15

Hate to be the one to bump this, but if anyone can point me in the right direction, I'd be very grateful! Smile

- Kris


RE: Edit Hub Title/Name - jurialmunkey - 2016-07-16

you would have to add a condition to Includes_Furniture.xml in the "MainHeaderLabel" variable based upon the visible hub window id (hub ids are 1111 through 1119)

e.g.

Code:
<value condition="Window.IsVisible(1111)">HEADERTEXT</value>



RE: Edit Hub Title/Name - Krismyklebust - 2016-07-17

(2016-07-16, 10:26)jurialmunkey Wrote: you would have to add a condition to Includes_Furniture.xml in the "MainHeaderLabel" variable based upon the visible hub window id (hub ids are 1111 through 1119)

e.g.

Code:
<value condition="Window.IsVisible(1111)">HEADERTEXT</value>

Thank you jurialmunkey! Smile
I know there's been others asking the same question...
Maybe it would be possible to add a label option for this in the skin settings, similar to how you'd edit a label for the main menu items?


RE: Edit Hub Title/Name - Krismyklebust - 2016-07-25

How would I go about changing the icon in the top left corner of the hubs, though?

Image


RE: Edit Hub Title/Name - Michelmo - 2016-08-06

I search to how to change this icon.