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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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...