Add a placeholder with functionality to pictures? Add a placeholder with functionality to pictures?
 

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

Add a placeholder with functionality to pictures?

Started by bakerman, March 18, 2013, 05:02:29 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

bakerman

Hi everyone.

I am working on a new plugin - which is a sort of e-commerce plugin for cpg 1.5.x
I do have a bit of a problem finding the place where the actual code for pictures are created.

I want to create a div around the picture, and add a few buttons / code below each picture, both on the normal view and enlarged view.

Can anyone point me to where this code is generated?

ADFTPA

ΑndrĂ©

As you're creating a plugin, it doesn't matter where the actual HTML output is created, but which plugin hooks you can use. I suggest to have a look at the file_data hook.