WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Could anyone update Last Items & Any Items?
the attached zip files anyitems and lastitems seem to be corrupt
the attached zip files anyitems and lastitems seem to be corrupt, would you be so Kind and re-up the files...?
if($use_lightbox2 == 1) { ?> <script type="text/javascript">window.jQuery || document.write('<script src="http://localhost/wb283/modules/bakery/jquery/jquery-1.7.2.min.js"><\/script>')</script> <script type="text/javascript" src="http://localhost/wb283/modules/bakery/lightbox2/js/lightbox.js"></script> <script type="text/javascript"> // Lightbox2 options $(function () { var lightbox, options; options = new LightboxOptions; options.fileLoadingImage = 'http://localhost/wb283/modules/bakery/lightbox2/images/loading.gif'; options.fileCloseImage = 'http://localhost/wb283/modules/bakery/lightbox2/images/close.png'; options.labelImage = 'Bild'; options.labelOf = 'von'; return lightbox = new Lightbox(options); }); </script>
<?php echo WB_URL; ?>
<td class="mod_bakery_main_td_f"> <br /> <a href="http://localhost/wb283/pages/bakery/elefant-9.php"><span class="mod_bakery_main_title_f">Elefant</span></a> <br /> Preis: EUR 200.00 <br /> Elefant </td>
replaced all localhost stuff by Quote<?php echo WB_URL; ?>. but still not working
Now lightbox is working everywhere, but still not for anyitems nor lastitems - no pics are shown
Hi marmot, where can I get bakery 1.72 now...?
I But do you think it has to do with bakery rather than with lastitems or anyitems?
if ($setting_lightbox2 == "overview" || $setting_lightbox2 == "all")
if ($use_lightbox2 == 1)
<script type="text/javascript"> // Lightbox2 options $(function () { var lightbox, options; options = new LightboxOptions; options.fileLoadingImage = '<?php echo WB_URL; ?>/modules/bakery/lightbox2/images/loading.gif'; options.fileCloseImage = '<?php echo WB_URL; ?>/modules/bakery/lightbox2/images/close.png'; options.labelImage = '<?php echo $MOD_BAKERY['TXT_IMAGE']; ?>'; options.labelOf = '<?php echo $TEXT['OF']; ?>'; return lightbox = new Lightbox(options); }); </script>