How would I go about linking vBulletin's global.php page within coppermine's php pages/templates? I'd like to be able to integrate variables passed from vBulletin so that a vBulletin user's info would be displayed in the gallery pages. One particular example is being able to pop up a notification whenever a user gets a private message from vBulletin while browsing the gallery pages. Also, when a user is browsing the gallery, I'd like that user's session to be counted on the vBulletin's "Who's Online" page.
I'm not sure about vBulletin specifically, but if you want to include other files, take a look at http://coppermine.sourceforge.net/faq.php?q=customHeader#customHeader or use the anycontent feature of cpg1.2.0 (refer to documentation).
Do you have vBulletin integration up-and-running (bridge file)?
GauGau
Quote from: "gaugau"I'm not sure about vBulletin specifically, but if you want to include other files, take a look at http://coppermine.sourceforge.net/faq.php?q=customHeader#customHeader or use the anycontent feature of cpg1.2.0 (refer to documentation).
Do you have vBulletin integration up-and-running (bridge file)?
GauGau
Thanx. I do have the integration set up. What I need though is not to simply include an external file but reference the variables from it.
I don't get the point, could you be more specific about that?
GauGau
Want he wants i guess is link in Coppermine that point back vbulletin.
Like users and logout username. When bridged it points you in the wrong direction.