Integrating to webpage hell Integrating to webpage hell
 

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

Integrating to webpage hell

Started by Forse, December 12, 2003, 01:00:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Forse

Well I have site where I have left menu bar and top....so contect gets pasted via include('something.php') in the middle. So I'd like to make my own temple...well kinda, more like modify some good one to suite my page.

I'd like to have some php I could past to middle and users could brows gallery within my site (like postnuke stuff, except I don't like ANY content managers). But if I paste gallery index to middle all links are broken (coz it doesn't use full path). Also I'd like to have a login box on main page :)

I basicly want everything to be in php files that I could paste using include, also how to handle that when something in gallery is clicked and it wouldn't leave the page but would post all results and so on inside of my layout?

I am not asking for anything ready, but I am asking maybe for examples or even some hints and ideas so I could implement that myself ;)

If this have been asked before then I am sorry, but I did use search  :roll: and also I went through all docs included with software

T:Forse

Joachim Müller

There are several options for including dynamic (php) content:

jb2003

Hi there, just to add my own thoughts to it.

:( I am using PHP-includes myself a lot and have highly complex templates for the generic layouts of websites I am responsible for.
:oops: I am currently using a self-developed photo-album-function, not as easy to use as Coppermine, but it seems to me that I am on a better track expanding my solution vs. using Coppermine as I cannot start generating header/footer-files for Coppermine in addition to the templates in use.

It would be nice to find Copperminers addressing this issue and splitting the code to allow to integrate into any table-cell or div-container. Thus would require some adjustments, such as a sample CSS.

MOO, no offense as you obviously did an outstanding job here, just doesn't meet my needs - Merry Christmas

Tarique Sani

Quote from: "jb2003"It would be nice to find Copperminers addressing this issue and splitting the code to allow to integrate into any table-cell or div-container. Thus would require some adjustments, such as a sample CSS.

What you are asking is almost impossible without a complete re-write, that said there are hacks/mods out there which allow you to put bits and pieces of  CPG in your web pages

QuoteMOO, no offense as you obviously did an outstanding job here, just doesn't meet my needs

Thank you for the compliment BUT if it does not meet your need you can try searching for one which does there are several dozen of them out there :)
SANIsoft PHP applications for E Biz

hhfbrouwer

Quote from: "tariquethat"said there are hacks/mods out there which allow you to put bits and pieces of  CPG in your web pages

I'm really anxious to know where I could find such mods. Any 'hints'?

I'd like to tease the visitors of my main siite with two recent and two random pictures to enter the photoalbum.

Thanx alot!

--ed
I've looked in the old forums and found the following:
http://coppermine.sourceforge.net/oldboard/viewtopic.php?t=645

The tool is called SSI and works really great!
http://gaugau.de/download/index.htm?action=file&id=4

Respect,
Hessel

Joachim Müller