Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
I did try it as installed and it opens up a new page, even if I put the display tag in the current page.
It’s not so much having the popup that I want as having the image display on the same page as the thumbnails are located.
You can check out what I mean on my test site: http://blog-cafe.com
You’ll see 3 articles, testing 3 ways to display images, including yours.
Offline
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
Thats strange, Initially I thought it might have been because the gallery was on the root of your website, but I tested that and had no problems, then I thought it might be due to the extra / in the url was fooling Apache into thinking that you wanted to go to a directory, but I removed the slash and still it reloaded another page.
I’m gonna plug away at it tonight and see if I can’t remedy the issues you’ve clearly got with it. I think i’ll create my own custom tag for displaying the images instead of using TP’s built in image_display. Just some final reassurance, your using the gallery like:<code>
//Option 1
<txp:cgd_dynagallery cat=“Digital Art” usethumbs=“1” rows=“4” />
//Option 2
<txp:cgd_dynagallery cat=“Photography” usethumbs=“1” wraptag=“div” />
//Must Have to display full size image <txp:image_display />
</code>
Isolated-Designs http://www.isolated-designs.net/core
Offline
#27 2004-06-23 00:21:05
- austizmo
- New Member
- Registered: 2004-06-21
- Posts: 2
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
Hey Caged, would it be possible to add a tag to output image captions in the next update. I tried, but this code is far beyond my meager PHP skills.
Or better yet, if someone see’s this and knows of a tag in TP 1.19 that does this, let me know. But from what I gather, no such option has been enabled as of yet.
Thanks,
Austin
Offline
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
Quit Following me :p . Yeah, when I create the custom tag for displaying I’m gonna add the captions and also the ability for you to choose a popup or not.
Cheers
Isolated-Designs http://www.isolated-designs.net/core
Offline
#29 2004-06-23 00:26:51
- austizmo
- New Member
- Registered: 2004-06-21
- Posts: 2
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
grins Who’s following you? You quit getting to places I’m going before I do. And thanks for the update. :thumbsup:
Offline
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
Yeah, I’m using option 1, with the rows. I might switch to the div one later, once I get things ironed out. :)
What puzzles me is this: using < txp:image_display / > shouldn’t launch a new page, but it does.
Offline
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