
11-04-2003, 04:54 PM
|
 |
|
|
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Gt-358
Does Oak work with vB 3.0.0 Beta 7?
Reason I ask, is everytime I set it to vbulletin in the config file. I get this error
Warning: chdir(): No such file or directory (errno 2) in /home/gt358/public_html/gallery/include/getuser-vbulletin.php on line 15
If I change to IP type, it seems to work (just don't know how to admin it in IP mode and would like it to use the vb3 usernames).
Code:
// IMPORTANT PATH SETTINGS
//
/// Absolute web path to gallery files
$cfgGalleryDirWeb = '/gallery/';
/// Absolute web path to image dir
$cfgImageDirWeb = '/gallery/images/';
/// The local path to the image dir
$cfgImageDirLocal = '/var/www/html/gallery/images/';
/// Absolute web path to thumbnails dir
$cfgThumbDirWeb = '/gallery/thumbnails/';
/// The local path to the thumbnails dir
$cfgThumbDirLocal = '/var/www/html/gallery/thumbnails/';
/// The file-mode to set on the files after upload
$cfgImageFileMode = 0644;
/// Put the forums usernumbers for the OakGallery Admins here (comma separated).
/** Like this: '1,2,3,4' - NOT like this: '1, 2, 3' !!! */
$cfgAdminList = '1,2,3';
/// The local path to the forum dir
$cfgForumDir = '/home/gt358/public_html/forum/';
/// The local path to the vGallery dir
$cfgGalleryDir = '/home/gt358/public_html/gallery/';
|
No this hack is for vb2. No hacks here at vBulletin.org work with vb3 as practially all the code has been changed. Also hacking discussion is not currently allowed here until the RC1 is released (refer to announcements forum for more info)
|