Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - jcpr

Pages: [1]
1
Mods & Plugins (Requests & Discussions) / Postcard Modification
« on: January 08, 2003, 06:45:35 PM »
Hello everybody:

I have a problem concerning postcards.

I want the postcard to have not the original image, but the thumbnail.

I've changed all the post*.html and replaced {image} with {thumbnail}.

In both postcard create and preview, this works perfectly, but in the postcard send, instead of the thumbnail, it places the following link

Code: [Select]

<a href="./details.php?image_id=0&amp;sessionid=0770f1920d52d714fa37a122c861e9af"><img src="./templates/4waters/icons/jpg.gif" border="0" alt="02004151" /></a>


So, as you can see the image_id=0, and of course the no thumbnail image is loaded instead. That 02004151 is the name of the image.

Please help.

And, if possible Jan, tell me why does this happen only with postcard_send and not the other postcard*.html

Thanks

Jose

2
Discussion & Troubleshooting / I think I found a bug!!!
« on: January 03, 2003, 01:48:08 AM »
Hello Everybody:

During my quest to make a download log I noticed that if you press the download button and then choose to cancel the download, even if you cancel it before it starts, the download count increases.

Isn't there anyway to ensure that the download was complete and only then increase the count?

Thanks Guys

Happy New Year!!

Jose

3
Hi Everybody:

I would like to ask help from all you guys who know PHP :oops: .

I would like to modify the detailed version of Check for new Images page , in the admin section, so that instead of having to press the IPTC *** button to pass the IPTC information to the respective fields, these would be automatically be filled.

This is because I have approx. 1500 images, all with IPTC info and I would like to copy the caption and keyword fields from the IPTC information to the description and keyword fields in the image, so that the information contained in the caption and keyword fields of the IPTC information is searchable.

Thank you all  :D

And Happy New Year!!!  :P


Jose Rodrigues

---- Edited ----

Never Mind... I have managed to alter it myself. If anyone wishes to make the same modifications drop me a line.

4
Chit Chat / I have solved my problem! This is how i did it!
« on: September 17, 2002, 11:37:32 PM »
Hello Everybody:

Just to tell you that i'm finally generating autothumbnails.

This is how I did it...

1 - Forget ImageMagick

Forget ImageMagick. Go for the GD library, which is an extension for php, already included in the instalation.

Edit your php.ini and uncomment the line

extension=php_gd.dll

then restart windows.

if you get an error similar to "unable to load dinamic library php_gd.dll", get a copy of libsasl.dll and put it in the directory that holds php.exe.

restart it again, if needed.

then go to the settings of admin site of 4images and change the library to GD.

now try generating the autothumbnails...

voilá! there you have it...

To Jan:

Just a suggestion Jan, put this hint in the install documentation. It helps a lot. At least, it helped me...

5
Installation, Update & Configuration / What does this mean?
« on: September 17, 2002, 08:45:28 PM »
Hello everybody:

I'm having quite some trouble getting 4images to work on my server.

As stated in my previous topic i'm getting an error creating the thumbnails.

Create thumbnail for: Fofo1 (FofoNenoPressJoseRodrigues1.jpg) ....  
   Error creating thumbnail!


Create thumbnail for: zzz (examples.jpg) ....  
   Error creating thumbnail!


when i check my apache log, i get this:

C:\immagick\convert.exe: no delegate for this image format (./../data/media/1/FofoNenoPressJoseRodrigues1.jpg) [No such file or directory].
C:\immagick\convert.exe: no delegate for this image format (./../data/media/1/examples.jpg) [No such file or directory].

but the files are there!!

What's going on and how can I correct it?

Windows users please tell me about your experiences trying to get the autothumbnailer to work.

Thanks guys

Jose

Pages: [1]