Version: 1.00, by SpeedStreet
Developer Last Online: Feb 2011
Version: 3.0.0
Rating:
Released: 03-21-2004
Last Update: Never
Installs: 76
No support by the author.
Coppermine Gallery 1.21 and vBulletin 3.0.0 Integration
Version 1.0
Compiled by SpeedStreet
I'm not the hacker for this; I am merely the guy who poured through all of the threads on vBulletin.org and the Coppermine Development Forums to come up with one definitive post about integrating vBulletin with Coppermine.
WHAT IT DOES:
At the end of this how-to, you're installations of vBulletin and Coppermine will work together off of the same login. While everyone else wants to see all sorts of integration between the two, I believe this is the first step to making those things happen.
CREDITS:
A big thanks to everyone over at Coppermine for a terrific product and the users that support and mod it on a daily basis. I am merely standing on the shoulders of giants here, folks. Also, Nanobot was the guy over there that did the vB3 Gamma bridge, so the credit for that is all his.
FILES TO EDIT (2):
/bridge/vbulletin3.inc.php (Coppermine)
/include/init.inc.php (Coppermine)
HACK REQUIREMENTS:
vBulletin 3.0.0 Installed and Running
Coppermine 1.2.1 Installed and Running
5 Minutes of your time
There are seem to be some issues with people integrating this with forums located on subdomains (e.g. subaruforums.speedstreet.org). Please reference the Coppermine Gamma Thread above for more info.
Please ensure that Coppermine and vBulletin cookies are NOT named the same thing.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I want integrate the usergallery in the userprofile from vbulletin. How can i do this?
Other users should see also the userpictures in the userprofile from every user (browse over Memberlist and click a user to see his profile and pictures..)
when I click on the users link, it goes to a 404. the file usermgr.php is there though, so I assume one of the includes is borked? I am expecting to see a userlist similar to the group list i see when I click on groups in the admin bar.
I also am now having troubles adding albums as an admin. a test user had it work great.
I think there are still some cookie issues too... here is my setup and the symptoms:
vbull location is www.mysite.com/forums
vbull cookie prefix is vbull
path to save is /
domain to effect is blank
coppermine location is www.mysite.com/jdgallery
cookie name is cpg11d (prefix = name?)
path is /
When users go to board, they are logged in, everything works great. When they go to gallery, it says they are logged out. If they refresh the page they are shown as logged in. When administrating the board, it seems like everything will go fine, then after the third or fourth save theres a permission denied error and i need to go back tot he site and then return back to the gallery and refresh to show up as logged in again to continue administrating.
I also have the issue with admins no longer being able toa dministrate. At first, all was working well, then when I tried to make some albums, I lost all admin priviledges.
Hope we can get this worked out, it seems like its really close to at elast having full user/group integration, which is what I think is most important. CSS and style integration will come with time I'm sure.
Confirmed and posted for additional info on coppermines site.
I want integrate the usergallery in the userprofile from vbulletin. How can i do this?
Other users should see also the userpictures in the userprofile from every user (browse over Memberlist and click a user to see his profile and pictures..)
Is this realizable???
I use vb 3.0 gold.....
It is possible...just not done at this time.
We'll be working on additional development hacks for coppermine soon.
i would like to set another usergroup than the admingroup to have admin access at the gallery
is that possible?
maybe it has to do something with these lines
PHP Code:
// Group definitions (default values used by the board)
define('VB_VALIDATING_GROUP', 3);
define('VB_GUEST_GROUP', 1);
define('VB_MEMBERS_GROUP', 2);
define('VB_ADMIN_GROUP', 6);
i would like to set another usergroup than the admingroup to have admin access at the gallery
is that possible?
maybe it has to do something with these lines
PHP Code:
// Group definitions (default values used by the board)
define('VB_VALIDATING_GROUP', 3);
define('VB_GUEST_GROUP', 1);
define('VB_MEMBERS_GROUP', 2);
define('VB_ADMIN_GROUP', 6);
can anyone help?
Insofar as I know, this is done by altering the Usergroups directly in Coppermine. I've tried this, and the UGs propogate perfectly...its jsut all the other issues I am dealing with now.
Insofar as I know, this is done by altering the Usergroups directly in Coppermine. I've tried this, and the UGs propogate perfectly...its jsut all the other issues I am dealing with now.
Any luck on finding the problem with admins not beingable to upload or create a personal gallery?