Solved Need Help : problems adding to slide
#1
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
Reply
#2
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
Reply
#3
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
Reply

Logout Mark Read Team Forum Stats Members Help
Need Help : problems adding to slide0