Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
[archived] txp->gallery
Textpattern Gallery
Textpattern Gallery v1.21 is there.. it supports one display typ until now.. more to come.
Its quite flexible allready.
regards
Max Ziebell
Last edited by Max Ziebell (2004-05-20 10:43:26)
“The insistent messiahs-Type of Guy”
“Max wrote the code and uploaded it over a satellite connection from his top secret island hideway somewhere in the Mediterranean.”
Offline
Re: [archived] txp->gallery
One small problem, when you want to use an image that is not the first as your container, the script automaticly replaces it. Other than that, great!
Offline
Re: [archived] txp->gallery
Okay… I turned on autoload … by default
edit the line that says:
$autoload = (empty($autoload)) ? 0 : intval($autoload);
to
if (isset($autoload)) $autoload = intval($autoload);
I will fix this as soon I get more feedback or I release the next version
“The insistent messiahs-Type of Guy”
“Max wrote the code and uploaded it over a satellite connection from his top secret island hideway somewhere in the Mediterranean.”
Offline
Re: [archived] txp->gallery
It is not a big, I just noticed it because I never used the first image as default. One more thing, as i mentioned on your site, the “break” parameter doesn’t seem to work. I tried “” and “li” but I always get the default break.
Offline
Re: [archived] txp->gallery
bump 1.21 —- fixed bugs….
to fix autoload… uncomment marked line in the new version…
as I want gallery to load out of the box this must be changed by hand.
Last edited by Max Ziebell (2004-05-20 10:45:44)
“The insistent messiahs-Type of Guy”
“Max wrote the code and uploaded it over a satellite connection from his top secret island hideway somewhere in the Mediterranean.”
Offline
#6 2004-05-26 00:46:42
- jay
- New Member
- Registered: 2004-02-28
- Posts: 2
Re: [archived] txp->gallery
Uncomment which line?
I do not see a commented line.
This to turn off the thing that loads an image automatically?
Offline
Re: [archived] txp->gallery
Not sure what autoload does, but I might suggest an addition to this (if possible). Why not put a thumbnail generation feature into this? I have to manually create them – which requires me download a trial piece of software. I know PHP can do image manipulation, so why not put it to use. :D
Aaron
Aaron Brazell
United States Navy
chmod a+x /bin/laden – Give everyone permission to execute /bin/laden
Offline
Re: [archived] txp->gallery
After trial and error, got it to work. I’m at a loss about how to use the additional tags though, the ones like usethumbs for example.
What I would like to achieve is to show thumbnails within an article and have those thumbnails generating a popup of the full size image.
All I have managed to achieve is showing one image, with a list of the other images above it.
Any help would be appreciated
Offline
Re: [archived] txp->gallery
Benoit,
I wanted the same set up and Dean told me how to do it here. You will have to add some code (about halfway through the thread Dean says what and where) and manually add the thumbnails.
By the way, I second the automatic thumbnail generation idea. I think you need to have the GD or Imagemagick library installed to do it, though.
As for using thumbnails with Textpattern Gallery, once they are uploaded, use usethumbs=1 and it should work.
Offline
Re: [archived] txp->gallery
GD has been bundled <a href=“http://us4.php.net/manual/en/ref.image.php”>with PHP since 4.3</a>. :)
Aaron Brazell
United States Navy
chmod a+x /bin/laden – Give everyone permission to execute /bin/laden
Offline
Re: [archived] txp->gallery
I had forgotten that, my (soon to be former) server runs 4.2.2 and does not have it installed. One more reason to use Textdrive…
Offline
Re: [archived] txp->gallery
Is there a way that I can change the plugin so that it accepts xhtml tags in the caption of the image?
Refresh Dallas and other Refreshing Cities.
Offline