Kodi Community Forum
Solved Need Help : problems adding to slide - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: reFocus (https://forum.kodi.tv/forumdisplay.php?fid=72)
+----- Thread: Solved Need Help : problems adding to slide (/showthread.php?tid=193674)



Need Help : problems adding to slide - Reynald - 2014-05-01

I would like the option Discart added extra view with Poster and Landscape, I change the "viewslide" file by adding my section Discart
I change myvideoNav and I modfier variable file, but it does not work. what I forgot to do?
I need to added the words string.po translation. But why it does not work? I do not see my views appear in the view options (I want to integrate a view which already includes Portrait ,2 views options, poster and landscape,) but I not understand it. which files change!

I'm sorry, I'm a beginner and I want to make a beautiful mod refocus!

thx for your help


RE: Need Help : problems adding to slide - Reynald - 2014-05-01

change after that, when I click on landscape, it opens my views list (why?)


PHP Code:
<!--slideposter or fanart-->
                <
control type="button" id="112">
                    <
label>$VAR[view_Layout]</label>
                    <
onclick condition="Control.IsVisible(521)">Container.SetViewMode(52)</onclick>
                    <
onclick condition="Control.IsVisible(52)">Container.SetViewMode(521)</onclick>
                    <
onclick condition="Control.IsVisible(523)">Container.SetViewMode(52)</onclick>
                    <
onclick condition="Control.IsVisible(52)">Container.SetViewMode(523)</onclick>
                    <include>
menu_Button</include>
                    <
visible>[Control.IsVisible(52) | Control.IsVisible(521) | Control.IsVisible(523)] + [Container.Content(movies) | Container.Content(tvshows)] + !SubString(Container.FolderPath,plugin://)</visible>
                
</control



RE: Need Help : problems adding to slide - Reynald - 2014-05-01

or again that //

PHP Code:
<!--slideposter or fanart or discart-->
                <
control type="button" id="112">
                    <
label>$VAR[view_Layout]</label>
                    <
onclick condition="Control.IsVisible(521) + Controle.IsVisible(523)">Container.SetViewMode(52)</onclick>
                    <
onclick condition="Control.IsVisible(52)">Container.SetViewMode(521) + Controle.IsVisible(523)</onclick>
                    <include>
menu_Button</include>
                    <
visible>[Control.IsVisible(52) | Control.IsVisible(521) | Control.IsVisible(523)] + [Container.Content(movies) | Container.Content(tvshows)] + !SubString(Container.FolderPath,plugin://)</visible>
                
</control

Image