| Re: Xcgal & Lighbox Effect with resize to current window option |
| by Anonymous on 2009/2/14 13:19:19 Quote: mcleines wrote: Oh yes - please make it available ![]() Quote: mcleines wrote: Can you elaborate a little? So far as I can tell from my site running xcgal 2.0.3 on XOOPS 2.3.2b, the hit counter is certainly working okay. I really like xcgal (thank you mcleines ) and it would be great to have your input along with that of stuie200 and the dev who released v2.0.4 to consolidate everything into a v2.0.5 release ![]() I'll help too
|
| Re: Xcgal & Lighbox Effect with resize to current window option |
| by mcleines on 2009/2/14 8:35:29 I have implemented this effect with next and previous button using jquery lightbox. Demo! If you are interested I will upload the hack without any support. The hack isn't ready for the public because some old functions of xcgal are not running any more, e.g. hit counter, picture rating, ... |
| Re: Xcgal & Lighbox Effect with resize to current window option |
| by stuie200 on 2009/1/10 17:51:08 Hi Optikool, You are correct in the way this is to be configued when using static images from the same directory. Unfortunatly with XCgal calling images dynamicaly its not possible to do this using the standard setup. I belive kerkyra has the correct idea on how this should be implemented but i do not have a clue as to where to start implementing there suggestions. |
| Re: Xcgal & Lighbox Effect with resize to current window option |
| by optikool on 2009/1/8 8:00:28 They way you get the next and previous button to work is all the images have to have the rel="lightbox[somename]" attribute. They should also be on the same page. If you want to display text, you should put it in the title attribute... like title="your text goes here". You can look at the source from my module to get an idea of what I mean here... http://www.optikool.com/modules/gallery/?file=HIN/ . Hope that helps. Optikool |
| Re: Xcgal & Lighbox Effect with resize to current window option |
| by kerkyra on 2008/12/16 14:04:54 I think the images should be loaded in the page as links with the rel="lightbox[category]" where category should be the same for all! perhaps passing the images along with their details in an array through smarty in a hidden div which will contain all the images of the specific category/album will sort this out for you. otherwise i think this will have to be done with ajax-jquery perhaps in order to load the next image on the fly but some hacking will have to take place in the lightbox code in order to get the previous and next buttons showing. i will give it a try but i dont guarantee any results :P perhaps the day after tommorow. :) |