home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Skins
New Design.
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Forgotten Illustrator" data-source="post: 83336" data-attributes="member: 17564"><p>I don’t know if you’re able to change this type of information in the skin editor program. As it is called form other files. I’ll try and explain it for you.</p><p></p><p>Too save time and have a gobal change in xml file you can call the same information e.g. same position, but use different images, label etc for it. When you import a file <em> ( <import>common.window.xml</import> ) </em> in a xml page file <em> (mysomething.xml) </em> you can define <em> ( <define>#header.hover:hover_my videos.png</define> ) </em> what peaces of information you wish to use from the imported file.</p><p></p><p><strong>mysomething.xml</strong></p><p>[code]</p><p>...</p><p> <define>#header.label:134</define></p><p> <define>#header.image:videos_logo.png</define></p><p> <define>#header.hover:hover_my videos.png</define></p><p>...</p><p> <controls></p><p>...</p><p> <import>common.window.xml</import></p><p>[/code]</p><p></p><p></p><p><strong>common.window.xml</strong></p><p>[code]</p><p>...</p><p> <control></p><p> <type>image</type></p><p> <id>1</id></p><p> <posX>75</posX></p><p> <posY>370</posY></p><p> <texture>#header.hover</texture></p><p> </control></p><p>...</p><p>[/code]</p><p></p><p></p><p>But in saying that if you don’t desire the hover image on every page. You can delete define bit of code from it “<em> <define>#header.hover:hover_my videos.png</define></em>” . This will only affect that 1 page which you delete if from. Or you can delete the related code in the imported xml file for a global affect.</p><p></p><p>Hope this is what you looking for <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="Forgotten Illustrator, post: 83336, member: 17564"] I don’t know if you’re able to change this type of information in the skin editor program. As it is called form other files. I’ll try and explain it for you. Too save time and have a gobal change in xml file you can call the same information e.g. same position, but use different images, label etc for it. When you import a file [i] ( <import>common.window.xml</import> ) [/i] in a xml page file [i] (mysomething.xml) [/i] you can define [i] ( <define>#header.hover:hover_my videos.png</define> ) [/i] what peaces of information you wish to use from the imported file. [b]mysomething.xml[/b] [code] ... <define>#header.label:134</define> <define>#header.image:videos_logo.png</define> <define>#header.hover:hover_my videos.png</define> ... <controls> ... <import>common.window.xml</import> [/code] [b]common.window.xml[/b] [code] ... <control> <type>image</type> <id>1</id> <posX>75</posX> <posY>370</posY> <texture>#header.hover</texture> </control> ... [/code] But in saying that if you don’t desire the hover image on every page. You can delete define bit of code from it “[i] <define>#header.hover:hover_my videos.png</define>[/i]” . This will only affect that 1 page which you delete if from. Or you can delete the related code in the imported xml file for a global affect. Hope this is what you looking for :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
New Design.
Contact us
RSS
Top
Bottom