Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
About the caption, I know Max gallery plugin does include it in it’s output. I suppose someone who’s php savvy could lift the code from there. What I would like is also the possibility to format how the caption is displayed through CSS.
For example, if I write a new item on my blog and use a copyrighted image, I want to be able to include the copyright notice AND a caption, both sized differently. If I can’t use CSS to handle the formatting, I got a major problem.
Offline
#32 2004-10-08 20:54:34
- odinsdream
- New Member
- Registered: 2004-10-05
- Posts: 2
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
I’m not able to download version 0.2 from your website, even though the text link’s filename seems to be 0_2. Could you check that link? I’m looking forward to the wraptag addition. This plugin is a pleasure to use so far, great work!
Also, I really like the additional txp:image_caption hack just above this post, wonderful job.
Last edited by odinsdream (2004-10-08 20:55:06)
Offline
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
Thanks! This was a breeze to set up and use.
Coming from someone who barely can tell you what the icons on hi desk-top are for, it’s a big deal!
=op
Offline
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
Hmm.. question: if I’m using
<code><txp:cgd_dynagallery cat=“People” usethumbs=“1” wraptag=“div” /> </code>
shouldn’t I get a div-based output? Instead, I get the likes of
<code><table class=“dynaGallery” cellspacing=“1”>
<tr><th colspan=“3”>People</th></tr></code>
It does not really affect me, but I just noticed it, and was wondering. .
Offline
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
the plugin is coded with a table based layout built in so theres really no way around it. i believe the div tag will just wrap the table.
Offline
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
Oh.. Haha, that explains it then! Thanks.. i was worried i found another way to screw up my txp installation.. Hehe..
Offline
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
I too only get version 0.1, instead of v0.2. Also, since you have to specify a category, could it be possible to load an image automatically when the category page loads, similar to Max’s plugin?
Or possibly get the plugin to use the global category?
I have two galleries I would like to display and I’m not sure how to display the second category since I have to specify which category to use in the tag. Any ideas?
Rayne
mama love
Offline
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
Does anyone know if it’s possible to make the thumbnail open in another section? So as to have the large img on it’s own page with a differant page style/layout.
Offline
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
made a minor modification to this plugin so that <code>$cat</code> in the links was changed to <code>urlencode($cat)</code>.
Eliminated %20 in the URL for categories that have spaces in the name…it’s a little cleaner that way. I really like this plugin!
Last edited by rayne (2004-11-30 22:26:25)
Rayne
mama love
Offline
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
Hi,
I love this gallery plugin, … the problem I’m having is I have several categories of photos, but I don’t want to display them all on one page.
Instead I want to somehow make the cat=… dynamic. I currently have the links I want set as so a href=”?c=category…. is there something in PHP where I can grab the “c” value and display the corresponding category’s gallery that was clicked/selected?
thanks in advance…
Last edited by ddsoul (2004-12-03 20:11:36)
Offline
#41 2004-12-07 00:50:07
- cargan
- Member
- From: Uk, Exeter
- Registered: 2004-03-18
- Posts: 10
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
hallo, is it posible to use something like that:
<code><txp:image_display image=“1” /></code>
to start showing an image?
Last edited by cargan (2004-12-07 01:55:22)
Offline
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
Cool plugin, it seems to work fine, however I use <txp:image_display /> but it doesn’t emit any HTML! Any thoughts?
Offline
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
I think I answered my own question, apparantly <txp:image_display /> belongs in the ‘page’ not the ‘form’.
Offline
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
Caged,
could it be that there is still no v2 plugin code behind the download link? Because I, like a couple of other people, only get a table even though I specified wraptag=“div”.
Offline