<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using the Joomla Lightbox</title>
	<atom:link href="http://dvector.com/oracle/2009/02/05/using-the-joomla-lightbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://dvector.com/oracle/2009/02/05/using-the-joomla-lightbox/</link>
	<description>Obscure words of unity</description>
	<lastBuildDate>Tue, 25 Oct 2011 23:19:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joomla lightbox Hack &#124; Code Q</title>
		<link>http://dvector.com/oracle/2009/02/05/using-the-joomla-lightbox/comment-page-1/#comment-22268</link>
		<dc:creator>Joomla lightbox Hack &#124; Code Q</dc:creator>
		<pubDate>Thu, 28 Jul 2011 08:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://dvector.com/oracle/?p=203#comment-22268</guid>
		<description>[...] Some time ago I found a hack for using Joomla’s backend light box(which is an implementation of Harald Kirschner’s Squeeze box which can be found on his website) on the frontend. The hack can be found on this website: http://dvector.com/oracle/2009/02/05/using-the-joomla-lightbox/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Some time ago I found a hack for using Joomla’s backend light box(which is an implementation of Harald Kirschner’s Squeeze box which can be found on his website) on the frontend. The hack can be found on this website: <a href="http://dvector.com/oracle/2009/02/05/using-the-joomla-lightbox/" rel="nofollow">http://dvector.com/oracle/2009/02/05/using-the-joomla-lightbox/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: one1</title>
		<link>http://dvector.com/oracle/2009/02/05/using-the-joomla-lightbox/comment-page-1/#comment-17657</link>
		<dc:creator>one1</dc:creator>
		<pubDate>Fri, 29 Apr 2011 20:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://dvector.com/oracle/?p=203#comment-17657</guid>
		<description>@one2

I think that it should but have not verified it as I am not running 1.6 yet. Noticed that the versions of Mootools and Squeezebox were bumped so that the mentioned patch should not be needed.

You could probably make it even easier and just add:
&lt;?php JHTML::_(&#039;behavior.mootools&#039;); ?&gt;
into your template instead of what is shown in the original article.

The rest should work the same.</description>
		<content:encoded><![CDATA[<p>@one2</p>
<p>I think that it should but have not verified it as I am not running 1.6 yet. Noticed that the versions of Mootools and Squeezebox were bumped so that the mentioned patch should not be needed.</p>
<p>You could probably make it even easier and just add:<br />
&lt;?php JHTML::_(&#8216;behavior.mootools&#8217;); ?&gt;<br />
into your template instead of what is shown in the original article.</p>
<p>The rest should work the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: one2</title>
		<link>http://dvector.com/oracle/2009/02/05/using-the-joomla-lightbox/comment-page-1/#comment-17578</link>
		<dc:creator>one2</dc:creator>
		<pubDate>Fri, 29 Apr 2011 02:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://dvector.com/oracle/?p=203#comment-17578</guid>
		<description>does this work for joomla 1.6?</description>
		<content:encoded><![CDATA[<p>does this work for joomla 1.6?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: one1</title>
		<link>http://dvector.com/oracle/2009/02/05/using-the-joomla-lightbox/comment-page-1/#comment-13433</link>
		<dc:creator>one1</dc:creator>
		<pubDate>Thu, 03 Mar 2011 16:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://dvector.com/oracle/?p=203#comment-13433</guid>
		<description>@Wybielanie

Honestly, it sound more like you need a plugin. What you want is a call to squeezebox from the window.onload event. See http://forum.joomla.org/viewtopic.php?p=1902862 and http://stackoverflow.com/questions/559150/best-practice-for-using-window-onload

The trick is &#039;once per each user visit&#039;. This will take additional code that is beyond the scope of squeezebox usage.</description>
		<content:encoded><![CDATA[<p>@Wybielanie</p>
<p>Honestly, it sound more like you need a plugin. What you want is a call to squeezebox from the window.onload event. See <a href="http://forum.joomla.org/viewtopic.php?p=1902862" rel="nofollow">http://forum.joomla.org/viewtopic.php?p=1902862</a> and <a href="http://stackoverflow.com/questions/559150/best-practice-for-using-window-onload" rel="nofollow">http://stackoverflow.com/questions/559150/best-practice-for-using-window-onload</a></p>
<p>The trick is &#8216;once per each user visit&#8217;. This will take additional code that is beyond the scope of squeezebox usage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wybielanie</title>
		<link>http://dvector.com/oracle/2009/02/05/using-the-joomla-lightbox/comment-page-1/#comment-13421</link>
		<dc:creator>Wybielanie</dc:creator>
		<pubDate>Thu, 03 Mar 2011 13:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://dvector.com/oracle/?p=203#comment-13421</guid>
		<description>Hi,

Good tutorial! But I have a question:

&gt;Basically, you are creating a link and the link opens the lightbox content.

I have such link: 
&lt;a href=&quot;#xxx&quot; rel=&quot;nofollow&quot;&gt;Go!&lt;/a&gt;
And it works correctly, but do You know how to open it automatically once per each user visit ? (without clicking on the link)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Good tutorial! But I have a question:</p>
<p>&gt;Basically, you are creating a link and the link opens the lightbox content.</p>
<p>I have such link:<br />
<a href="#xxx" rel="nofollow">Go!</a><br />
And it works correctly, but do You know how to open it automatically once per each user visit ? (without clicking on the link)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: one1</title>
		<link>http://dvector.com/oracle/2009/02/05/using-the-joomla-lightbox/comment-page-1/#comment-5535</link>
		<dc:creator>one1</dc:creator>
		<pubDate>Mon, 30 Aug 2010 20:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://dvector.com/oracle/?p=203#comment-5535</guid>
		<description>@Kathy Keating
Not finding a valid page at:
http://www.tricalyx.com/unisex-sizing-chart?tmpl=component
Guessing this is not really your link but as modified by WP Comments.

But besides that, the link is not correct to make a call to the lightbox. It should be of the format:
&lt;a rel=&quot;{handler: &#039;iframe&#039;, size: {x: WIDTH, y: HEIGHT}}&quot; href=&quot;LOCATION&quot; class=&quot;modal&quot;&gt;LINKTEXT&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@Kathy Keating<br />
Not finding a valid page at:<br />
<a href="http://www.tricalyx.com/unisex-sizing-chart?tmpl=component" rel="nofollow">http://www.tricalyx.com/unisex-sizing-chart?tmpl=component</a><br />
Guessing this is not really your link but as modified by WP Comments.</p>
<p>But besides that, the link is not correct to make a call to the lightbox. It should be of the format:<br />
&lt;a rel=&quot;{handler: &#8216;iframe&#8217;, size: {x: WIDTH, y: HEIGHT}}&quot; href=&quot;LOCATION&quot; class=&quot;modal&quot;&gt;LINKTEXT&lt;/a&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kathy Keating</title>
		<link>http://dvector.com/oracle/2009/02/05/using-the-joomla-lightbox/comment-page-1/#comment-5529</link>
		<dc:creator>Kathy Keating</dc:creator>
		<pubDate>Mon, 30 Aug 2010 18:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://dvector.com/oracle/?p=203#comment-5529</guid>
		<description>Would love to implement this, but the JS is failing. I&#039;m getting an error that says &quot;el.set is not a function&quot; (coming from mootools.js).

I&#039;m linking to another Joomla page, here&#039;s the html for that link:

&lt;a href=&quot;/unisex-sizing-chart?tmpl=component&quot; rel=&quot;nofollow&quot;&gt;sizing is unisex&lt;/a&gt;

Thoughts?</description>
		<content:encoded><![CDATA[<p>Would love to implement this, but the JS is failing. I&#8217;m getting an error that says &#8220;el.set is not a function&#8221; (coming from mootools.js).</p>
<p>I&#8217;m linking to another Joomla page, here&#8217;s the html for that link:</p>
<p><a href="/unisex-sizing-chart?tmpl=component" rel="nofollow">sizing is unisex</a></p>
<p>Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: one1</title>
		<link>http://dvector.com/oracle/2009/02/05/using-the-joomla-lightbox/comment-page-1/#comment-5169</link>
		<dc:creator>one1</dc:creator>
		<pubDate>Tue, 24 Aug 2010 22:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://dvector.com/oracle/?p=203#comment-5169</guid>
		<description>@marico
Which version of IE. I viewed the site in IE7 and IE8 without any image distortions. IE6 is poorly behaved.</description>
		<content:encoded><![CDATA[<p>@marico<br />
Which version of IE. I viewed the site in IE7 and IE8 without any image distortions. IE6 is poorly behaved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcio</title>
		<link>http://dvector.com/oracle/2009/02/05/using-the-joomla-lightbox/comment-page-1/#comment-4930</link>
		<dc:creator>Marcio</dc:creator>
		<pubDate>Fri, 20 Aug 2010 05:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://dvector.com/oracle/?p=203#comment-4930</guid>
		<description>What&#039;s happening with my installation of this (on the bio page of the www.rodeiro-art.com website) is that in IE, the images get reduced for some reason and it distorts the text written on fireworks. It looks fine in both FF and Chrome.</description>
		<content:encoded><![CDATA[<p>What&#8217;s happening with my installation of this (on the bio page of the <a href="http://www.rodeiro-art.com" rel="nofollow">http://www.rodeiro-art.com</a> website) is that in IE, the images get reduced for some reason and it distorts the text written on fireworks. It looks fine in both FF and Chrome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: one1</title>
		<link>http://dvector.com/oracle/2009/02/05/using-the-joomla-lightbox/comment-page-1/#comment-3625</link>
		<dc:creator>one1</dc:creator>
		<pubDate>Wed, 28 Jul 2010 20:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://dvector.com/oracle/?p=203#comment-3625</guid>
		<description>@Q_the_novice

Good find. Not so much a novice after all?</description>
		<content:encoded><![CDATA[<p>@Q_the_novice</p>
<p>Good find. Not so much a novice after all?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

