Same experience here w/ 3.5 RC2 and a fresh-install of G2 - a nicely vB-wrapped G2 interface, but no user-integration. :ermm:
Thought it was cookie-related at first, but I've verified that the users aren't being created automatically in G2 by the script yet I'm not getting any errors being generated by the code, either. Anyone have any ideas? Regards, Pete |
3.5 users: as mentioned above, i've not updated to 3.5. however, Pete's clue led me to think about this:
maybe 3.5 changed their user variable? in particular, the line: Code:
$uid = $bbuserinfo['userid'] = 0 ? '' : $bbuserinfo['userid']; food for thought! :) i'll probably upgrade to 3.5 once they go gold w/ it. in reading on how it'll be much easier to upgrade on a customized/hacked vB, it sounds nifty! Zed28: on another note - i upgraded to G2RC1+5 yesterday and had the cookie issue (images ended in ?G2_SID=alkjsdfo0987sdf87s987df) both logged in or not logged in. so i did the fix you linked to, thx! in particular, went to G2 Site Admin -> General Settings -> Cookies and set: Path = / Domain i left blank worded right away, didn't have to clear my cookies on the FF browser i was using! :) |
Quote:
|
thanks whodah, this is very cool!
i got it working in 3.5 even :) can anyone help me figure out how to make it so that only logged in users can leave comments? i'm thinking i can set the g2 permissions so that Everybody can post comments, but then restrict the link from actually showing up with some vbcode? |
I am getting this error:
Code:
line: 96, Failed to create G2 user with extId [1]. Here is the error message from G2: Code:
<?php Anyone able to help? Note, I have Gallery 2 running under a different MySQL database than vbulletin...is that a problem? |
Quote:
How come you can go beyond the global.php? I got this error in the 1st place. Code:
Warning: main(./global.php): failed to open stream: No such file or directory in /home/abc/public_html/gallery/gallery2.php on line 32 one thing i finally learnt is that the gallery2.php must be placed in the vb3 folder or else it can't work right? |
Just wanted to say thanks. Been wanting to do this for quite some time. If you want to check out my integrated vb3 -> gallery2 install you can check out:
http://blendchicago.com Gallery2 Embeded: http://blendchicago.com/forums/gallery2.php Gallery2 Standalone: http://blendchicago.com/gallery Anyhow, if people care I can post the changes I made to the code in this thread. I did get mod_rewrite working in both standalone and embeded mode. I also stripped down the template since I didn't want the vb window borders around my install, and I noticed a ton of css conflicts I didn't want to work out. |
yw zquestz! :D
and i'd be very greatful if you'd post your fixes. i'd love to see 'em! :D they address some issues that i've just kinda lived with, ha ha! (i.e. the css issues) |
anybody gotten this to work on 3.5 yet?
|
Am currently looking at this on a test area @ home
in vb 3.5x you need to change Code:
$bbuserinfo to $vbulletin->userinfo here change it to Code:
global $vbulletin, $userinfo; |
All times are GMT. The time now is 01:30 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|