fetchcontent fetchcontent
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

fetchcontent

Started by palm3ro, March 17, 2012, 10:01:51 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

palm3ro

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?

ΑndrĂ©

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.