forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 ecards & email => Topic started by: jtothek3030 on May 07, 2007, 11:23:37 pm

Title: e-card picture url problem
Post by: jtothek3030 on May 07, 2007, 11:23:37 pm
Hi, i was having a problem with my e-card urls, extra slash at end of url.  I fixed it by hard coding the url to the "more pictures" in ecard.php and displayecard.php.  I changed it to this in 3 places '{VIEW_MORE_TGT}' => 'http://eoraptor.com',
That worked fine for view more pictures link, but now the e-card image gives this: http://eoraptor.comdisplayimage.php/?pos=-91
with no slash after the .com
How can i fix this?
Title: Re: e-card picture url problem
Post by: jtothek3030 on May 08, 2007, 03:54:19 am
ok, solved it. i just had to change the 3 instances ( 2 in ecards.php and one in displayecard.php) of '{VIEW_MORE_TGT}' => 'http://eoraptor.com', to '{VIEW_MORE_TGT}' => 'http://eoraptor.com/',