e-card picture url problem e-card picture url problem
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

e-card picture url problem

Started by jtothek3030, May 07, 2007, 11:23:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jtothek3030

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?

jtothek3030

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/',