Search…

X3 Photo Gallery Support Forums

Search…
 
climb64
Topic Author
Posts: 5
Joined: 01 Apr 2007, 21:47

e-mail link not working

03 Apr 2007, 16:16

Can someone help me get an e-mail link up in the sitmenu module? Under linkXclickdata line I have: "link4clickdata = mailto:info@doubledogphotos.com" and when you click this in my site you get a 404 error page:

"The requested URL /doubledog/undefined was not found on this server.
Apache/1.3.36 Server at lostlightphotos.com Port 80"

I tried to put back the imagevue original line in the sitemenu.ini file: "link4 = mailto:info@www.photo.gallery" and it gives me the same error.

lostlightphotos.com/doubledog

Can anyone help? Thanks!
 
crim
Posts: 6
Joined: 05 Apr 2007, 13:08

I have ran into the same problem

05 Apr 2007, 13:12

Try this

link1clickdata = "mailto:info@doubledogphotos.com"

or

link1clickdata = "mailto:info@doubledogphotos.com?subject=Your Subject"

The only part I can not get to work is body=. If anyone knows how to do this please post.

thanks
 
crim
Posts: 6
Joined: 05 Apr 2007, 13:08

05 Apr 2007, 13:28

found it on another post

link1clickdata = "mailto:info@doubledogphotos.com?subject=Your Subject%26body=Dude this is sweet."
 
climb64
Topic Author
Posts: 5
Joined: 01 Apr 2007, 21:47

05 Apr 2007, 16:05

thanks for trying to help out, but unfortunately it still doesn't work for me. I'm using- mailto: [my address] for my linkclickdata liine, and i still just keep getting the 404 error page. I've tried it with quotes, and without. I've tried several different valid e-mail accounts--some connected to my hosting server, a mac.com account, an scbglobal account, etc.--no luck . . .same error with everything. I don't get it.
 
crim
Posts: 6
Joined: 05 Apr 2007, 13:08

05 Apr 2007, 20:46

Can you post this part of your sitemenu.ini need to make sure syntax is correct.
 
climb64
Topic Author
Posts: 5
Joined: 01 Apr 2007, 21:47

05 Apr 2007, 20:50

sure . . .

link6 = Contact
link6rollover = tooltip
link6rolloverdata = <b>www.doubledogphotos.com</b><br><br>Double Dog Photos<br>2321 W. Montana<br>Chicago, IL 60647<br><br><b>ph.:</b> 773-968-1905<br><b>fax.:</b> 773.278.2861<br><br><b>info@doubledogphotos.com</b><br>(Click to send us an e-mail)
link6click = _self
link6clickdata = mailto:info@lostlightphotos.com
 
crim
Posts: 6
Joined: 05 Apr 2007, 13:08

05 Apr 2007, 21:11

So I tried what you had

link6 = Contact
link6rollover = tooltip
link6rolloverdata = www.doubledogphotos.com<br><br>Double Dog Photos<br>2321 W. Montana<br>Chicago, IL 60647<br><br>ph.: 773-968-1905<br>fax.: 773.278.2861<br><br>info@doubledogphotos.com<br>(Click to send us an e-mail)
link6click = _self
link6clickdata = mailto:info@lostlightphotos.com

And I got the same error until I looked at (Click to...). The () is causing your link to parse incorrectly. Get rid of the () and it is good to go. If you want to add subject and body to email you have to use "" ex.

"mailto:info@doubledogphotos.com?subject=Your Subject%26body=Dude this is sweet."
 
climb64
Topic Author
Posts: 5
Joined: 01 Apr 2007, 21:47

05 Apr 2007, 21:14

Awesome. It works! Thanks so much for your help!

cheers-
dave
 
crim
Posts: 6
Joined: 05 Apr 2007, 13:08

05 Apr 2007, 21:18

No problem, I can't get your site to load tho. What's the url?

Keep in mind, do not use = () or $ in the sitemenu links. It creates a headache for php.
 
climb64
Topic Author
Posts: 5
Joined: 01 Apr 2007, 21:47

05 Apr 2007, 21:20

lostlightphotos.com/doubledog
 
crim
Posts: 6
Joined: 05 Apr 2007, 13:08

06 Apr 2007, 12:37

Looks pretty good man keep up the hard work.