Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#49 2006-03-30 06:18:53
- erissiva
- Member
- Registered: 2006-03-30
- Posts: 18
Re: [plugin] [ORPHAN] bas_lightbox (Thumbnail galery with unobtrusive javascript)
Bastion – Fantastic script. I actually came here also looking for an answer to the same CSS question – but now I know! I’ll just have to wait.
My other question is: Will upgrading to Lighbox JS v2.0 be looked into at all? Or is that something we can do on our own without messing the script up?
Edit: I see that the same question was asked above me. But I would still like to know if its possible to upgrade ourselves without damaging the script.
Last edited by erissiva (2006-03-30 06:20:18)
zan.thri.a – personal political/philosophical blog
Offline
Re: [plugin] [ORPHAN] bas_lightbox (Thumbnail galery with unobtrusive javascript)
I didn’t know Lightbox2.0, thanks for the hints.
I will include that one, but i’m not sure when,
so stay tuned :)
Offline
Re: [plugin] [ORPHAN] bas_lightbox (Thumbnail galery with unobtrusive javascript)
This Lightbox thing is beautyful. But it doesn’t work in IE, does it? Bastian’s info url crashes IE completely.
Can anyone show me an example that does work in IE?
Offline
Re: [plugin] [ORPHAN] bas_lightbox (Thumbnail galery with unobtrusive javascript)
I mean, is there a way to make this work in IE? Maybe without the transparent png?
edit: it DOES work. Sorry, please ignore my textpattern ignorance :)
Last edited by ragger (2006-04-02 13:56:20)
Offline
#53 2006-04-03 06:27:55
- erissiva
- Member
- Registered: 2006-03-30
- Posts: 18
Re: [plugin] [ORPHAN] bas_lightbox (Thumbnail galery with unobtrusive javascript)
hmmm
So, is there any way to be able to use this script to generate a gallery? Such as a page of all the <txp:bas_lightbox /> images in TP? Or, would this be more of a Lightbox 2.0 task?
Edit: Well – From the looks of the Help file (which I should have read), it seems that the functionality is already built in. Shouldn’t take me too long to whip up a gallery. :D
Last edited by erissiva (2006-04-03 06:38:26)
zan.thri.a – personal political/philosophical blog
Offline
#54 2006-04-07 15:31:19
- marvix
- Member
- Registered: 2006-04-06
- Posts: 27
Re: [plugin] [ORPHAN] bas_lightbox (Thumbnail galery with unobtrusive javascript)
When can we get the light2 :) ?
Offline
#55 2006-04-07 18:11:05
- erissiva
- Member
- Registered: 2006-03-30
- Posts: 18
Re: [plugin] [ORPHAN] bas_lightbox (Thumbnail galery with unobtrusive javascript)
marvix wrote:
When can we get the light2 :) ?
I think the author is looking at that right now. ;-)
zan.thri.a – personal political/philosophical blog
Offline
Re: [plugin] [ORPHAN] bas_lightbox (Thumbnail galery with unobtrusive javascript)
When can we get the light2
How fast you can code it?
But serious, txp and plugin are my hobby. I dont’t get it paid and i have several other things to do.
If everyone is faster than me:
Feel free to use my code to include Lightbox 2!
Or you have to wait a little, till i include.
Last edited by Bastian (2006-04-07 18:43:24)
Offline
Re: [plugin] [ORPHAN] bas_lightbox (Thumbnail galery with unobtrusive javascript)
I am using the bas_Lightbox plugin in combination with the “Setting up a (thumbnail-) gallery” how-to, but encountered a problem. Searched for hours but can’t seem to find the awnser, maybe I’m looking to hard?
I’m using a gallery-list and a gallery-single form on my gallery page (section), the first displays a list of all galleries and the second has to display the gallery itself, with all the thumbnails.
The list is no problem, but the single gallery is. I’m using the <code><bas_lightbox cat=”“></code> tag, but I have to call for the image category name, because that’s variable.
Can somebody help me?
Thanx in advance.
Last edited by Gurney (2006-04-10 09:18:25)
Offline
Re: [plugin] [ORPHAN] bas_lightbox (Thumbnail galery with unobtrusive javascript)
I’ve been trying to find where I can change the way the plugin parses the titles
ie
instead of
<code><a href=”/images/212.jpg” rel=“lightbox” title=”$caption”> <img src=“212t.jpg” alt=”$alt” /> </a></code>
I would like it to output
<code><a href=”/images/212.jpg” rel=“lightbox” title=”$alt”> <img src=“212t.jpg” alt=”$alt” /> </a></code> in the thumbnail view.
The reason? I use html in the caption which results in invalid xhtml when using the plugin as all tags are included in the title attribute of the a href.
At the same time I would like the caption to appear under the large image as it currently does.
CAn anyone suggest how i could hack the plugin to achieve this?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#59 2006-04-10 07:32:07
- panik
- Member
- From: Bonn, Germany
- Registered: 2005-08-13
- Posts: 13
Re: [plugin] [ORPHAN] bas_lightbox (Thumbnail galery with unobtrusive javascript)
colak wrote:
CAn anyone suggest how i could hack the plugin to achieve this?
I achieved this with a dirty workaround:
i changed the plugin to output something like
<code> <a href=”/images/212.jpg” rel=“lightbox” title=”$alt”><img src=”/images/212.jpg” alt=”$alt” /></a><span style=“display: none;”>$caption</span> </code>
then i changed the javascript to display the innerHTML of the invisible span under the large image.
i can send you my plugin-code, but i’m not a programmer and i’m using lightbox plus
jonas
Offline