coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: AlwaysMiley on May 03, 2014, 03:29:09 PM

Title: Adding ad in full image pop-up
Post by: AlwaysMiley on May 03, 2014, 03:29:09 PM
Hi,

I would like to add a google ad above the pic when people click on the "normal_" sized photo to see the full size and the full pic window pops-up (preview: http://i.imgur.com/WtqGZCz.jpg). Can anyone help me please?

Thank you :)
Title: Re: Adding ad in full image pop-up
Post by: gmc on May 03, 2014, 04:09:45 PM
The fullsize picture display is set by function 'theme_display_fullsize_pic'...
To modify, copy the function 'theme_display_fullsize_pic' from themes/sample/theme.php to your theme.php and modify.

Likely just an addition to the first setting of $fullsize_html that defines the <html>, <head>, and <body> tags.

For future, please attach images directly to posts rather than linking to them.
Linked images often disappear - making future sense of the thread more difficult. An attached image will remain for others to view.
Title: Re: Adding ad in full image pop-up
Post by: AlwaysMiley on May 03, 2014, 04:49:10 PM
thank you :)