Hi!
My website is http://www.90210-media.org
and my gallery is http://photo.90210-media.org.
I now installed cpmFetch and had to tweak the include to make it work on my site
<?php
include "/home/myusername/public_html/photos/cpmfetch/cpmfetch.php";
$objCpm = new cpm("/home/myusername/public_html/photos/cpmfetch/cpmfetch_config.php");
$objCpm->cpm_viewLastAddedMedia(1,4);
$objCpm->cpm_close();
?>
when I use that in wordpress it does include 4 pictures but the link to the pic and the grapics links are wrong
it goes to http://90210-media.org/img/displayimage.php?pos=-45473
instead of http://photos.90210-media.org/displayimage.php?pos=-45473
How can I change that?
I did search here but couldn“t find anything to help me...
It will link to where you told it Coppermine was installed. Set the correct URL to your gallery in Coppermine's configuration panel.
Thank you so much :)
I got the site from someone else and never noticed that. It works now :)
And thank you for coming back and resolving your thread.