The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Oak?s vGallery 1.0 Details »» | |||||||||||||||||||||||||
The Gallery?s features:
- Forum users can add their own images - Forum users rate/comment the images (not rate their own) - Admin can add/delete categories/subcategories - Admin can move images between categories/subcategories - Admin can delete images and comments - A toplist sortable in rating, votes, views, comments - Automatic Thumbnail creation through ImageMagick?s Convert function - Images info is stored in MySQL - Images is stored in a directory of the webserver (not in MySQL) Coming soon: - More Admin features - More data fields - More sorting options You want some new feature to the next version ? ------------------------------------------------------------------------------ What you need: - Licenced vBulletin forum - PhpMyAdmin to import database structure http://www.phpmyadmin.net/ - ImageMagick (Convert) installed on server http://imagemagick.sourceforge.net/ - "register_globals" in php.ini turned to "On" - Webservers User must have write access to "images" and "thumbnails" directories ------------------------------------------------------------------------------ How to install: - UnZip "Oak vGallery 1.0.zip" - Import database structure from "InstallDB\Oak_vGallery.sql" with PhpMyAdmin - Configure DB User/Pass in "Upload\sql.php" - Configure your vGallery in "Upload\galleryconfig.php" - Configure the text and link styles in "Upload\gallery.css" - Upload the files from "Upload" to your vGallery directory on the webserver - Give the webservers User write access in "images" and "thumbnails" directories - Start your vGallery and Upload your image categories - Please post your vGallery link here - Finished ! ------------------------------------------------------------------------------ Here is some screenshots: ------------------------------------------------------------------------------ Direct link to my vGallery (This one is Swedish): http://websociety.wm.net/~wmanbem/fi...leri/index.php ------------------------------------------------------------------------------ Please post questions, comments and suggestions here ! Show Your Support
|
Comments |
#32
|
|||
|
|||
Aaarrrghh ... it seems that the //Functions-section is wrong in galleryconfig.php
This is the right <? // Functions function createStars($dblRating) { $intRating = round($dblRating); $imgTag = "<img width=\"55\" height=\"12\" src=\"icons/" . $intRating . "stars.gif\" alt=\"" . round($dblRating, 1) . "\"> (" . round($dblRating,1) . ")"; return $imgTag; } function removeHTML($sData) { $searchFor[0] = "<"; $searchFor[1] = ">"; return str_replace($searchFor, "", $sData); } function outputRowColSelector($cid, $scid, $sort) { global $rowcol; ?> |
#33
|
|||
|
|||
Awesome!
We are one step closer to getting this to work. Here is the newest problem that appears on the top of all my pages: PHP Code:
|
#34
|
|||
|
|||
ok question
on these lines where it asks for path to ???? Code:
$cfgForumDir = "/home/vbulletin/"; //The local path to the forum dir |
#35
|
|||
|
|||
I'm toying around with this, and while I error out trying to upload a picture, it does in fact work...I am getting VERY excited about this.
Is you team planning on integrating this with vBulletin further? I would LOVE to see the ability for an admin to lock a certain category for their uploading only and maybe the ability for common users to add their own sub categories as well....or maybe even link their own subcategory to their profile (ala PhotoPost). This program has HUGE potential in our community, you can sign me up as your number 1 beta tester /me definitely installs |
#36
|
|||
|
|||
Quote:
Usually it's /home/USERNAME/public_html/vbulletin or whatever. |
#37
|
|||
|
|||
i get this now
Code:
Warning: Cannot add header information - headers already sent by (output started at /www/html/vb/VGallery/galleryconfig.php:47) in /www/html/vb/admin/functions.php on line 1692 figured it out, was b/c i forgot to define the user groupid numbers in the config |
#38
|
|||
|
|||
Me too
|
#39
|
|||
|
|||
ok new problem, got everything else working, everything uploads but i get an error when i hit upload, same for creating cat., making a comment...etc...
the code is the same on them all Code:
Warning: Cannot add header information - headers already sent by (output started at /home/virtual/site238/fst/var/www/html/vb/VGallery/galleryconfig.php:47) |
#40
|
|||
|
|||
Now we figured it out ... there were blank rows in there 3 files. Sorry for the problems but it should work now.
|
#41
|
|||
|
|||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|