forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: grnolasco on November 06, 2005, 06:04:34 am

Title: Adding ads next to a video
Post by: grnolasco on November 06, 2005, 06:04:34 am
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
Title: Re: Adding ads next to a video
Post by: Joachim Müller 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
Code: [Select]
// HTML template for intermediate image display
and modify the stuff beneath it accordingly.
Title: Re: Adding ads next to a video
Post by: grnolasco on November 07, 2005, 06:50:58 am
you'll need to edit your custom theme. Create a custom theme first, then edit themes/yourtheme/theme.php. Find
Code: [Select]
// HTML template for intermediate image display
and modify the stuff beneath it accordingly.

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