Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
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
#42 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
#46 2005-02-12 21:28:20
- bmangold
- New Member
- Registered: 2005-02-12
- Posts: 3
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
I have played around with the dynagallery and would really like to be able to have a page with thumbnails at the top and then when you click on a thumb the image appears below.
I can get it to work, but the thumbs disappear and I only get the image.
I currently have this code in an article:
txp:cgd_dynagallery cat=“images” usethumbs=“1” rows=“4”
And this code in the main bit of my page presentation:
div id=“main-content”
txp:article limit=“10”
div id=“show_image”
txp:image_display
/div
/div
(I am new so I can’t figure out how to post with “<” and “/>” so I just took them off – they are in my real code – promise!)
Does anybody know if it is possible to get this working?
Last edited by bmangold (2005-02-12 21:30:34)
Offline
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
Hi Justin,
I’ve just discovered your gallery plugin, and it does pretty much exactly what I want out of the box… Thanks!
But I’m having one big problem:
I’m using RC3 of TXP, and using the basic form of the plugin:
<txp:jmr_gallery category="some_category"/>
The first image in my category appears fine, but when the ‘next’ hyperlink is clicked, I get the RC3 equivilent of a 404 (back to the home page). Same if click ‘previous’.
The URL generated for the ‘next image’ is:
http://notcrazy.net/index.php?imagenum=2 which would seem correct – any pointers as to how to debug?
Thanks
Last edited by NeilA (2005-03-28 22:47:25)
Offline
#48 2005-03-29 00:44:38
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: [archived] cgd_dynagallery: Dynamic Gallery v0.1 Released
hiya neil, I think you’re in the wrong thread mate : ) read through here and your confusion will be complete
I have this working with RC3 using clean URLs (altho the prev/next gallery links aren’t clean) but to be honest I can’t remember how I got here… break a leg
Offline