Adding ads next to a video Adding ads next to a video
 

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

Adding ads next to a video

Started by grnolasco, November 06, 2005, 06:04:34 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

grnolasco

Hi,
I tried to look but I couldn't find this in here.
I am trying to setup coppermine for a video clips viewing site to be supported by ads.  I was wondering how I can add a 300X250 ad next (side by side) with the video.

I see that the video display is in the displayimage.php but I don't really know php, so I was wondering if anyone can help me add this video next (on the right) of the playing video...

Thanks a lot.
geoff

Joachim Müller

you'll need to edit your custom theme. Create a custom theme first, then edit themes/yourtheme/theme.php. Find// HTML template for intermediate image display
and modify the stuff beneath it accordingly.

grnolasco

Quote from: GauGau on November 06, 2005, 02:18:38 PM
you'll need to edit your custom theme. Create a custom theme first, then edit themes/yourtheme/theme.php. Find// HTML template for intermediate image display
and modify the stuff beneath it accordingly.

thanks a whole bunch... That saved me a lot of time...