Author Topic: Email list of images in lightbox...  (Read 172339 times)

0 Members and 2 Guests are viewing this topic.

Offline Alex01

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: Email list of images in lightbox...
« Reply #60 on: August 07, 2005, 04:15:37 AM »
Hello,

can you add to the mail the direct link to the image (http://www.page.com/data/media/1/big01.jpg)?

Thanks

TheOracle

  • Guest
Re: Email list of images in lightbox...
« Reply #61 on: August 07, 2005, 04:29:34 AM »
I could but it would just take longer to code and this method would be unsecured. It would be best to keep my recent post as it is. Meaning, it is not a recommended technic. Besides, you can still click on the URL and view the picture as it if were like the original source link. ;)

Offline Alex01

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: Email list of images in lightbox...
« Reply #62 on: August 07, 2005, 01:48:52 PM »
But the link does't work for me. The link ist not in the sendet mail.  :?

And can you do it so that the ful images where in the mail sendet? :roll:

TheOracle

  • Guest
Re: Email list of images in lightbox...
« Reply #63 on: August 07, 2005, 02:05:21 PM »
Quote

But the link does't work for me. The link ist not in the sendet mail.


Hum, I did not see this report before. Perhaps it is a matter of ' waiting ' before posting the results ?

1 - As you can see above, I was waiting for the answers regarding it's functionnality.
2-  No specific details are being mentionned about the failure of showing the URL. Is it "only" the URL that's not showing or that entire line is gone ?

Quote

And can you do it so that the ful images where in the mail sendet?


I'm not sure I get this one either.

Please be specific in the future.  :?

Offline Alex01

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: Email list of images in lightbox...
« Reply #64 on: August 07, 2005, 02:33:48 PM »
I become that to the mail but not the link to the gallery:

------------
Image_Name(1): ghjgjg
Intended_Usage_general(1): Personal
Additional_Comments(1): ššddddddd
------------

Quote
And can you do it so that the ful images where in the mail sendet?

That the link and the big picture from the galery are add to the mail (the picture as a enclosure).


TheOracle

  • Guest
Re: Email list of images in lightbox...
« Reply #65 on: August 07, 2005, 02:55:20 PM »
Quote

That the link and the big picture from the galery are add to the mail


That was the main idea in the first place . . .

So the image name is still showing up but the URL doesn't show up at all - right ?

Offline Alex01

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: Email list of images in lightbox...
« Reply #66 on: August 07, 2005, 02:58:30 PM »
Yes, the name is but the link not.

TheOracle

  • Guest
Re: Email list of images in lightbox...
« Reply #67 on: August 07, 2005, 03:01:00 PM »
Thanks for the update. There was a slight mistake in the remplacement code. My post has just been updated. Try it now and, please - this time, post the results.

Offline Alex01

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: Email list of images in lightbox...
« Reply #68 on: August 07, 2005, 03:34:44 PM »
Now the cat name is working fine but the link to the image stil not.

Quote
<a href=\"".$site_sess->url(ROOT_PATH."details.php?image_id=".$image_row['image_id'])."\" target=\"_blank\"><input type=\"hidden\" name=\"Image_Name(".$running_number.")\" value=\"".$image_row['image_name']."\"></a>

TheOracle

  • Guest
Re: Email list of images in lightbox...
« Reply #69 on: August 07, 2005, 03:53:14 PM »
In that case, PM me for more evaluations.

TheOracle

  • Guest
Re: Email list of images in lightbox...
« Reply #70 on: August 07, 2005, 05:48:28 PM »
This problem will be looked up closely for this particular feature. Stay tuned for more info . . .

Offline nika2000

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
Re: Email list of images in lightbox...
« Reply #71 on: August 10, 2005, 11:01:19 PM »
Hi!

I have two problems with this mod:
1. the mail I get has no sender! In quotation_send.php there is the following entry:
  $inPHormer_headSend = "From: ".$HTTP_POST_VARS['user_email']."(".$HTTP_POST_VARS['user_name'].")";

  ->  is this wrong?

2. How can I create some line breaks in the text of the Mail?
   I'd like to have a line break after each picture....

Greetings
Nika2000

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: Email list of images in lightbox...
« Reply #72 on: August 11, 2005, 08:26:36 PM »
about 1)
no sender in the code is normal!
the sender email adress is added after!

sincerly
vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods


Offline nika2000

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
Re: Email list of images in lightbox...
« Reply #73 on: August 12, 2005, 10:13:19 AM »
Noone has an idea how to format the mail for the admin?

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: Email list of images in lightbox...
« Reply #74 on: August 12, 2005, 02:47:30 PM »
in the quoatition_send.php is the send to email adress

// The email the form gets sent to
$inPHormer_mailTo = "youremail@email.com";

there you put your adminemail

vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods