Inserting the COMMENTS option. Inserting the COMMENTS option.
 

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

Inserting the COMMENTS option.

Started by Steve.H, October 28, 2004, 02:43:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Steve.H

Hi! I've made myself a page of my VIDEOS, using the same layour i've designed for my CPG.
But i'm getting stucked on the .PHP language (maybe i'm too newbee on this), and i'd like to ask for some help.

This is what happens:

I wish to add the COMMENTS option in this page, it's a normal .HTML page, with my videos links, and i'd like to have the INSERT YOUR COMMENTS box avaliable to my visitors. Is that possible, How?

That's it.
Many thanks in advance!

Joachim Müller

static html pages can't contain dynamic content. You could easily come up with a form on the static html page that posts into a php page within the coppermine folder - this php page would then have to make up the identity of the user who was posting and what pic/video the post was refering to, and write everything into the database. Such a file hasn't been created yet afaik, and it's the part of the request that is more complicated. I guess you're in for some php coding if you actually need this.

Joachim