forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 plugins => Topic started by: palm3ro on March 17, 2012, 10:01:51 am

Title: fetchcontent
Post by: palm3ro on March 17, 2012, 10:01:51 am
I am developing a site that i have added fetchcontent to but the users of that page doesnt want fetchcontent that shows photos from coppermine to be clickable, is that possible to do somehow, if it is, how do i do it?
Title: Re: fetchcontent
Post by: Αndré on March 19, 2012, 11:30:13 am
Not sure if I understood it correctly. You're embedding pictures to an external page and want (I guess it's the "CPMFetch" plugin which generates the output) to remove the clickable links? I don't know the config options of that plugin, but in the worst case you could still use the PHP functions ob_start and preg_replace.