Integrating vBulletin variables? Integrating vBulletin variables?
 

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 vBulletin variables?

Started by translucent, November 17, 2003, 07:19:05 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

translucent

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.

Joachim Müller

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

translucent

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.

Joachim Müller

I don't get the point, could you be more specific about that?

GauGau

golf16vkr

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.