Publicity module in Coppermine, How ?? Publicity module in Coppermine, How ??
 

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

Publicity module in Coppermine, How ??

Started by sle-sle, February 25, 2006, 01:02:58 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

sle-sle

Hello !!

I want to put a publicity module in my coppermine but I dont know how !!

somebody can help me?

Thanks !!

Tranz


sle-sle

Any that operate with Coppermine, of course !

Thanks.

Tranz

That doesn't answer my question. I don't what you're talking about.

sle-sle

Quote from: TranzNDance on February 25, 2006, 07:08:29 PM
That doesn't answer my question. I don't what you're talking about.

banner-rotation scripts or similar.

Where I can see any block of banner rotation for to put in the anycontent.php file ?

lordprodigy

search the boards for ads, banners, or similar keywords. right now there is no "module" that does that. I have posted a plugin request which would deal with google ads or possibly any type of ads/banners.

the easiest way to go for this is to add your code into the theme.html. if you want to get fancy, search the boards for phpadsnew...

Joachim Müller

Quote from: lordprodigy on February 25, 2006, 11:58:50 PM
the easiest way to go for this is to add your code into the theme.html.
There's no such file.

lordprodigy

#7
Quote from: GauGau on February 27, 2006, 08:01:26 AM
There's no such file.

sorry I meant template.html  ::)

Joachim Müller

a banner rotation script means dynamic (PHP) code, so it can't go into template.html (which can only hold static html code). Instead, such a modification needs to go into theme.php. Another option would be the use of anycontent.php or using the custom_header_include feature.

lordprodigy

check this thread http://forum.coppermine-gallery.net/index.php?topic=18284.0

and this one too: http://forum.coppermine-gallery.net/index.php?topic=27970.0

although they apply to google ads, it will give you an idea how to integrate ad code into your theme.php.