Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Oak?s vGallery 1.0 Details »»
Oak?s vGallery 1.0
Version: 1.00, by Bergman Bergman is offline
Developer Last Online: Aug 2006 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 01-27-2003 Last Update: Never Installs: 24
 
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 01-29-2003, 07:00 PM
Bergman Bergman is offline
 
Join Date: Aug 2002
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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;

?>
Reply With Quote
  #33  
Old 01-29-2003, 07:47 PM
SpeedStreet SpeedStreet is offline
 
Join Date: Aug 2002
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
WarningCannot add header information headers already sent by (output started at /home/speedstr/public_html/forums/gallery/galleryconfig.php:47in /home/speedstr/public_html/forums/gallery/create_category.php on line 75 
Reply With Quote
  #34  
Old 01-29-2003, 07:48 PM
ranger2kxlt ranger2kxlt is offline
 
Join Date: Jan 2003
Location: Plano, TX
Posts: 272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok question
on these lines where it asks for path to ????

Code:
$cfgForumDir = "/home/vbulletin/"; //The local path to the forum dir
what path our FULL path or just a ../vb ???
Reply With Quote
  #35  
Old 01-29-2003, 07:55 PM
SpeedStreet SpeedStreet is offline
 
Join Date: Aug 2002
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #36  
Old 01-29-2003, 07:56 PM
SpeedStreet SpeedStreet is offline
 
Join Date: Aug 2002
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by ranger2kxlt
ok question
on these lines where it asks for path to ????

Code:
$cfgForumDir = "/home/vbulletin/"; //The local path to the forum dir
what path our FULL path or just a ../vb ???
Full path is prolly best.

Usually it's /home/USERNAME/public_html/vbulletin or whatever.
Reply With Quote
  #37  
Old 01-29-2003, 08:05 PM
ranger2kxlt ranger2kxlt is offline
 
Join Date: Jan 2003
Location: Plano, TX
Posts: 272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #38  
Old 01-29-2003, 08:13 PM
SpeedStreet SpeedStreet is offline
 
Join Date: Aug 2002
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Me too
Reply With Quote
  #39  
Old 01-29-2003, 08:19 PM
ranger2kxlt ranger2kxlt is offline
 
Join Date: Jan 2003
Location: Plano, TX
Posts: 272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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)
any fix for this?
Reply With Quote
  #40  
Old 01-29-2003, 09:32 PM
Bergman Bergman is offline
 
Join Date: Aug 2002
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now we figured it out ... there were blank rows in there 3 files. Sorry for the problems but it should work now.
Reply With Quote
  #41  
Old 01-29-2003, 09:34 PM
SpeedStreet SpeedStreet is offline
 
Join Date: Aug 2002
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is a link to an English working demo:

http://www.speedstreet.org/forums/gallery
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:45 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
  • Page Generation 0.05060 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete