![]() |
Awesome! Works perfectly now, no errors :)
A new thread for this really should be created... |
ok i cant scratch my head no more... this is driving me nuts :confused:
i decided not to upgrade to 3.5.4 YET because there is no way of getting my v3 articles hack to work with 3.5.4 so i upgraded from 3.0.7 to 3.0.13. All worked well except the intergration of gallery 2.1 into vb 3.0.13 Gallery works standalone i had it working with vb 3.0.13 and gallery 2.0, but i upgraded to gallery 2.1 and now all i get is this error PHP Code:
VB is installed into /home I'm not a programmer so any help is welcome |
Quote:
Brent and i went through some things that might help if you still get errors, and johnmount put up some more code that should resolve any issues you have :) |
i was under the impression that the variables changed because of vbulletin 3.5.x cause i tried that script and it didnt work with my gallery 2.1 and vb 3.0.13
any ideas? |
The first script ONLY works with gallery 2.0 and vB 3.0... The second script ONLY works with with gallery 2.0 and vB 3.5, and the third script that I posted and johnmont provided fixes for is ONLY for gallery 2.1 and vB 3.5... There is no script for 2.1 and 3.0 that I'm aware of.
|
Glad to see this effort for 3.5 happening. Are there plans to release this in a new thread over in the 3.5 extensions forum?
|
I'll write a tutorial for the 3.5.4/Gallery 2.1 version and post it over there later tonight, maybe we'll get some more people interested in this and expand it further :)
|
Plugin 1:
This will delete users from the gallery table when you delete them from the VB Admin Panel. 1. new hook (Plugin System: Add New Plugin) 2. Hook Location: userdata_delete 3. Call it "Delete Gallery User' or something similar 4. The code: Code:
require_once('/absolute/path/to/gallery2/embed.php'); Plugin 2: This plugin will: a. Update a VB user's information in the gallery2 database when they modify their User CP. b. If a user has not been created already in the gallery2 database, a new user will be created. c. Also note the use of custom user fields in the code, to allow for full names in the gallery information area. Installation is similar to my previous post: 1. new hook (Plugin System: Add New Plugin) 2. location: userdata_postsave 3. call it "Update Gallery User" or something 4. The code follows: Code:
require_once('/absolute/path/to/gallery2/embed.php''); |
can anyone give some help with 3.0.x to 2.1?
/me scratch's head alternatively if someone could point me in the right direction to get v3 articles working with VB 3.5.X or find a way to get the articles i have in my database displayed in another articles hack i could then upgrade to 3.5.x help please |
Awesome, johnmont, thanks!
|
All times are GMT. The time now is 07:36 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|