<div dir="ltr">Hello pmwiki users,<br><br>I&#39;m upgrading the wonderful Petko&#39;s recipe (thumblist) from v1 to the last one (20081015).<br>I see no problem (I&#39;m playing with the basicer fonctions) but at that time I can&#39;t or don&#39;t know how to make the lightbox work by default (It did with former thumblist v1).<br>
If I write rel=lightbox, it&#39;s working, the lightbox is there, but no way to to make it work by defaut (for thumb and for thumblist, I want both).<br>
<br>---the doc--- :<br>To enable Lightbox for all thumblist galleries by default, set in config.php:<br>&nbsp;$ThumbList[&#39;LinkRel&#39;] = &#39;lightbox&#39;;<br><br>---my config (lightbox)--- :<br><br>##-- THUMBLIST ****************************************************************************************<br>
include_once(&quot;$FarmD/cookbook/thumblist2.php&quot;);<br>##-- LIGHTBOX *******************************************************************************************<br>$ThumbList[&#39;fPreChecks&#39;] = &#39;uThumbLightbox&#39;;<br>
function uThumbLightbox(&amp;$opt)<br>{<br>&nbsp; global $HTMLHeaderFmt;<br>&nbsp; if(preg_match(&quot;/lightbox/i&quot;, @$opt[&#39;rel&#39;]))<br>&nbsp; {<br>&nbsp;&nbsp;&nbsp; $LightboxDirUrl = &quot;/pub/lb&quot;; # LIGHTBOX DIRECTORY<br>&nbsp;&nbsp;&nbsp; $opt[&#39;rel&#39;] = &#39;lightbox[?G]&#39;;<br>
&nbsp;&nbsp;&nbsp; $HTMLHeaderFmt[&#39;lightbox&#39;] =&lt;&lt;&lt;EOF<br>&lt;script type=&quot;text/javascript&quot; src=&quot;$LightboxDirUrl/prototype.js&quot;&gt;&lt;/script&gt;<br>&lt;script type=&quot;text/javascript&quot; src=&quot;$LightboxDirUrl/scriptaculous.js?load=effects&quot;&gt;&lt;/script&gt;<br>
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--<br>LightboxDirUrl = &quot;$LightboxDirUrl&quot;;//--&gt;&lt;/script&gt;<br>&lt;script type=&quot;text/javascript&quot; src=&quot;$LightboxDirUrl/lightbox.js&quot;&gt;&lt;/script&gt;<br>
&lt;link rel=&quot;stylesheet&quot; href=&quot;$LightboxDirUrl/lightbox.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot;/&gt;<br>EOF;<br>&nbsp; }<br>}<br>$ThumbList[&#39;LinkRel&#39;] = &#39;lightbox&#39;;<br>&nbsp;<br>
<br>Any idea of what&#39;s wrong ? <br>Looking at the html code there is something strange in the image link :<br><br>When using (notworking) config param I got :<br><pre id="line8"><span class="attribute-name">rel</span>=<span class="attribute-value">&quot;lightbox&quot;</span></pre>
When using (working) rel=lightbox in wiki code I got :<br><pre id="line252"><span class="attribute-name">rel</span>=<span class="attribute-value">&quot;lightbox[1]&quot;</span></pre><br>You can see in live my page I&#39;m playing with this recipe if needed :<br>
<a href="http://www.languefrancaise.net/docs/Argot/Apaches">http://www.languefrancaise.net/docs/Argot/Apaches</a><br>edit password : editer<br><br>Thank you !<br>Gilles.<br><br>---------------------------------------<br>| A | de la langue française<br>
| B | <a href="http://www.languefrancaise.net/" target="_blank">http://www.languefrancaise.net/</a><br>| C | <a href="mailto:languefrancaise@gmail.com" target="_blank">languefrancaise@gmail.com</a><br>
---------------------------------------<br>
</div>