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.


Messages - jarmen

Pages: [1] 2
1
Actually, I watch the boards and site regularly...hoping and waiting for a version 2.0 ?!?

Josef

2
Actually, I posted a corrected link on another thread.  A search should have found that.  At any rate, the permanent link can be found at:
http://www.jarmen.com/english_translation.zip

Josef

3
Updated .zip with Chris's JS fix and the email format above.

http://www.coolfront.com/english_translation.zip

4
Thanks Chris for those fixes.  I sort of guessed there might be a problem with that slice of code, but i'm using a Mac and sometimes unless it jumps right at me, i'll overlook it...plus my complete lack of skill with JS. :wink:


I'll fix the version I posted above, including the user addin.

Jarmen

5
This is just an english translation of Bernd's mod that allows a registered user to send an image request via email of the contents of their lightbox. It's rough, but it works. :D

http://www.coolfront.com/english_translation.zip

Jarmen

6
Ok.  Here's a rough translation of Bernd's lightbox send mod (including the last email format).  Read the readme.txt included.

http://www.coolfront.com/english_translation.zip

Jarmen

7
:!: I'm not sure how to get this integrated, but this small snippet of code will take image (A), then add image (B) on top of it and save it back out to
image.jpg.  I just started to mess around with it, but given my limited php I'm slow.  Image (B) would be a png file with no background and a © xxxx black text.  This should be sized to fill the images (given they're fixed width).  Anybody think this is worth anything?  If so, it would be interesting to make it work on a batch or folder of images.


Code: [Select]

<?php
Header
&#40;"Content-type&#58; image/jpeg"&#41;;

$image ImageCreateFromJPEG&#40;$pass&#41;;
$icon ImageCreateFromPNG&#40;"copyright.png"&#41;;
$trans ImageColorAt&#40;$icon,0,0&#41;;
ImageColorTransparent&#40;$icon,$trans&#41;;
$width ImageSX&#40;$icon&#41;;
$height ImageSY&#40;$icon&#41;;
ImageCopyResized&#40;$image,$icon,100,50,0,0,$width,$height,$width,$height&#41;;
ImageJPEG&#40;$image, "./image.jpg"&#41;;
ImageJPEG&#40;$image&#41;;
ImageDestroy&#40;$image&#41;;
?>

8
Discussion & Troubleshooting / Better search logic??
« on: December 31, 2002, 07:08:44 PM »
Jan,

I've noticed that the script doesn't find words within an image name.  For example, a series of images within a category are named Alamo001, Alamo002, etc... Doing a simple search for Alamo should theoretically find them or even doing an advanced search for image name using Alamo should find those images.  Only if you put the actual name itself including the 001, etc...does it find it.  Can this be fixed? :?:

9
Mods & Plugins (Requests & Discussions) / I'll slap myself thanks...
« on: December 31, 2002, 06:57:44 AM »
:oops: Found it...

http://4homepages.de/forum/viewtopic.php?t=1968

for anyone else wondering the same thing.

Thanks Jan

10
Bernd,

Can you give me some advice on how to better format the email that is sent?  Maybe adding some spaces between the requested images, etc...

thanks

11
Actually, if your referring to the actual .gif, it's in the templates/images folder.  lightbox_yes, lightbox_no, and lightbox_off.gif

12
Mods & Plugins (Requests & Discussions) / YA Random Image question
« on: December 31, 2002, 05:20:06 AM »
Is this just impossible or extremely difficult?  I would really appreciate any leads or tips...thanks. 8O

13
As soon as I get everything re-packaged I'll post my translated version (if Bernd doesn't mind).

J

14
Mods & Plugins (Requests & Discussions) / YA Random Image question
« on: December 23, 2002, 11:11:44 PM »
I poured through the past posts and couldn't find a solution (or had trouble translating the German - Babelfish only goes so far :D ).  

I want to replace the 'New Images' thumbs that appear on the 'home' page with 6 random images and take off the one on the left column. Removing the one on the left is no problem, but I can't seem to figure out how to get six random images.  Any ideas, mods, suggestions?

Thanks

15
Doh!

Don't know how I missed that template.   To much caffeine, too little sleep.

Pages: [1] 2