Page 1 of 1
Dumb question...Please Help !
Posted: 20 Apr 2007, 21:02
by piko111647
Aloha from Hawaii,
Guess I do not know how to fill in the sendpic.htm file. I have been stumbling along with this one but cannt get it right. It sends the email to me but the address of the image is wrong. What/Where do I fill in on the sendpic.htm file so that the email directs me to he slideshow image?
Pretty dumb on these kinda things.......please help.
Mahalo, Peter
www.woodshopgallery.com/mcphoto/index.php
Posted: 21 Apr 2007, 10:46
by piko111647
is there anybody out there??????????/ Hello?
I still need Help; isnt this why this forum is here?
Peter
I know that I have to fill in my url. address and everything I just need help.................Please.
disapointed
Posted: 22 Apr 2007, 11:39
by piko111647
Posted: 25 Apr 2007, 03:48
by mjau-mjau
Its a bit hard for other users to answer this issue ...
I checked your send e-mail template here:
http://www.woodshopgallery.com/mcphoto/ ... ndpic.html
There is some trailing trash there, and you have not set one of the links correctly. However, I dont think this has anything to do with your main question. It seems to be skipping "mcphoto/" part of your URL.
You could easily fix this by hardcoding the value into the dynamic links. Eg.:
[gal_url]/mcphoto/?directimage=[path]
I will get my partner to look at this topic.
Posted: 25 Apr 2007, 04:11
by Nick
You just have to strip junk outta template.html to make it look and work correctly.
Change
<a href="[www.woodshopgallery.com/mcphoto/]/slideshow.php?directimage=[path]"> [gal_url]/slideshow.php?directimage=[path]</a><br> -->
to
<a href="http://www.woodshopgallery.com/mcphoto/slideshow.php?directimage=[path]"> www.woodshopgallery.com/mcphoto/slideshow.php?directimage=[path]</a><br>
Thank You
Posted: 25 Apr 2007, 04:13
by piko111647
Aloha and thanks for thr reply. It will be a great asset to my web site if I ever get it to work.
Once again thank you for responding.
Posted: 25 Apr 2007, 04:17
by Nick
Sorry it should look like this - forgot to wrap it in
and it was parsed by phpBB as url.
Did you forget something?
Posted: 25 Apr 2007, 04:21
by piko111647
Did you forget something? Received the below but nothing else
Peter
Sorry it should look like this - forgot to wrap it in
and it was parsed by phpBB as url.
Many Thanks
Posted: 25 Apr 2007, 04:59
by piko111647
Once again...............Thanks to everyone. It now works great.
Peter
Posted: 25 Apr 2007, 06:15
by Nick
I edited the post above when said that forgot to wrap in