forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 plugins => Topic started by: SolidSnake2003 on January 25, 2016, 01:34:52 pm

Title: Customize CPMFetch Output
Post by: SolidSnake2003 on January 25, 2016, 01:34:52 pm
Is there a way to customize the output of CPMFetch?  I am adding an overlay similar to how Im doing it for the gallery itself

the code looks something like this:

Code: [Select]
<a href="http://www.blalbla.com"><span class="overlay"></span><img src="http://www.blabla.com/albums/name/name2/thumb_blabla.jpg" /></a>
http://www.solidsnakelegacy.net/gallery
Title: Re: Customize CPMFetch Output
Post by: gmc on January 26, 2016, 12:53:28 am
How are you invoking CPMFETCH? (there are muliple ways - via <IMG> tag or from php script... sample code would be helpful)
I would think you could easily add your <span> tags around the call - or are you trying to do more than that?

Your gallery is offline - so I can't see examples there.