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 Plugins
Popular Plugins
Moving Pictures
Moving-Pictures Movie List to HTML
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="Addow" data-source="post: 599827" data-attributes="member: 83134"><p>@ valloq: nice patchwork! Maybe I'll have to switch fully to jQuery. I was more a jQuery fan, rather than mootools. But since LRFalk introduced Mootools for sortableTable, I did not want to change that.</p><p></p><p>@ JSorrentino: Do you get errors while manually exporting? Is "Make Movie list" checked in the MovingPicturesXML configuration? You can also try checking "Customize MovieList XML", with <strong>default</strong> values. And make sure you are transforming the XML with one of the accompanied XSL files.</p><p></p><p>Guys, I have put the developed on hold for now, too busy at work and no time when I am home. But I will not abandon the plugin, I am sure. It seems the latest release is quite stable. No one reported bugs so far, only feature requests. Thank you for that!</p><p></p><p>Good luck!</p><p></p><p></p><p></p><p>It is not that difficult though. I will give you a few hints, hope you can manage it yourself, so you can learn from it <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p><p></p><ol> <li data-xf-list-type="ol">First of all change the javascript headers and references from <strong>mootools1.2.3.js</strong> to <strong>jquery-1.4.2.min.js</strong> (<a href="http://blog.jquery.com/2010/02/19/jquery-142-released/" target="_blank">current release</a>) in the XSL header</li> <li data-xf-list-type="ol">Make sure you are using the Sexy Tooltips version using <strong>jQuery</strong>, so replace in the header also <strong>sexy-tooltips.v1.1.mootools.js</strong> to <strong>sexy-tooltips.v1.1.jquery.js</strong> and point to the right location (assuming you downloaded Sexy tooltips and extracted the jQuery version to the <strong>js</strong> subfolder).</li> <li data-xf-list-type="ol">Two differences in the way the tooltips are called, should be changed:<ul> <li data-xf-list-type="ul"><em>document.addEvent('domready', function()</em> must be replaced by <em>$(document).ready(function()</em></li> <li data-xf-list-type="ul">the referenced ID is different: add an extra number sign in front of the id. So <em>$('hd<xsl:value-of select="ID" />').tooltip</em> should look like <em>$('<strong>#</strong>hd<xsl:value-of select="ID" />').tooltip</em>.</li> </ul></li> </ol><p></p><p>That should be it! Good luck, mate! <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /></p></blockquote><p></p>
[QUOTE="Addow, post: 599827, member: 83134"] @ valloq: nice patchwork! Maybe I'll have to switch fully to jQuery. I was more a jQuery fan, rather than mootools. But since LRFalk introduced Mootools for sortableTable, I did not want to change that. @ JSorrentino: Do you get errors while manually exporting? Is "Make Movie list" checked in the MovingPicturesXML configuration? You can also try checking "Customize MovieList XML", with [b]default[/b] values. And make sure you are transforming the XML with one of the accompanied XSL files. Guys, I have put the developed on hold for now, too busy at work and no time when I am home. But I will not abandon the plugin, I am sure. It seems the latest release is quite stable. No one reported bugs so far, only feature requests. Thank you for that! Good luck! It is not that difficult though. I will give you a few hints, hope you can manage it yourself, so you can learn from it ;) [LIST=1] [*]First of all change the javascript headers and references from [b]mootools1.2.3.js[/b] to [b]jquery-1.4.2.min.js[/b] ([url=http://blog.jquery.com/2010/02/19/jquery-142-released/]current release[/url]) in the XSL header [*]Make sure you are using the Sexy Tooltips version using [b]jQuery[/b], so replace in the header also [b]sexy-tooltips.v1.1.mootools.js[/b] to [b]sexy-tooltips.v1.1.jquery.js[/b] and point to the right location (assuming you downloaded Sexy tooltips and extracted the jQuery version to the [b]js[/b] subfolder). [*]Two differences in the way the tooltips are called, should be changed: [LIST] [*][i]document.addEvent('domready', function()[/i] must be replaced by [i]$(document).ready(function()[/i] [*]the referenced ID is different: add an extra number sign in front of the id. So [i]$('hd<xsl:value-of select="ID" />').tooltip[/i] should look like [i]$('[b]#[/b]hd<xsl:value-of select="ID" />').tooltip[/i]. [/LIST] [/LIST] That should be it! Good luck, mate! :D [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
Moving-Pictures Movie List to HTML
Contact us
RSS
Top
Bottom