vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBGarage v3.1.1 (now with GD-Lib support!) (https://vborg.vbsupport.ru/showthread.php?t=63681)

noppid 12-10-2004 09:40 PM

You need to have your host install GD. It's in the readme I believe.

Jacko 12-10-2004 10:43 PM

is it possible to add a watermark to each image upon uploading??

trevelyn1015 12-11-2004 12:26 AM

what is GD?

cinq 12-11-2004 12:41 AM

Quote:

Originally Posted by trevelyn1015
what is GD?

http://www.boutell.com/gd/
You need to have that installed. Ask your webhost.
( you can do a phpinfo to check if it is currently present on your host -> in Admincp )

cinq 12-11-2004 12:43 AM

Quote:

Originally Posted by Action-N
vba Gallery will work if all you want to do is post a picture, but the garage lets you post about your car.

Action, do you think you could try to incoporate a means to dynamically add new fields. I am sure this would be a welcome addition to the next version.

Quote:

Originally Posted by Action-N
joeychgo, I wanted to go ahead an convert how it stored images since it was looking to be a big concern. Especially when I went to back up my own garage with just a few images in it. Multiple garage part works fine, just working on the images part of things right now.

Yep, file storage system is a must, and I hope it will be in the next version as well. Multiple garages would only mean MORE images per user, MORE images in total, MORE space taken up in the db...you get what I am driving at.. :D

CSS59 12-12-2004 01:07 AM

will this work with 3.0.3?

cinq 12-12-2004 01:11 AM

Yes it will.
But for the changes in init.php ( in the zip package's instructions ), instead of following that, use this change instead :

Code found here

Tbird66 12-12-2004 05:40 AM

Installed on 3.0.3 - install went great, and I can post / view garages. However, I did notice that all users, including unregistered, can view garages regardless of the setting of the Can use vBGarage? usergroup variable. If Can use vBGarage? is set to NO a user can't create a garage, but they can still view all garages. This leads me to 2 questions:

1. Is this behavior by design?
2. How can I set it up so that only particular usergroups can view garages (for example - registered users can view only, users of a custom usergroup can view and create / update)?

Thanks!

evss 12-12-2004 06:27 AM

Quote:

Originally Posted by Tbird66
Installed on 3.0.3 - install went great, and I can post / view garages. However, I did notice that all users, including unregistered, can view garages regardless of the setting of the Can use vBGarage? usergroup variable. If Can use vBGarage? is set to NO a user can't create a garage, but they can still view all garages. This leads me to 2 questions:

1. Is this behavior by design?
2. How can I set it up so that only particular usergroups can view garages (for example - registered users can view only, users of a custom usergroup can view and create / update)?

Thanks!

encounter similar problem.
Usergroup only allow to post comments anot.
that is the YES/NO settings.

dun think that is the setting to restrict view.

cinq 12-12-2004 07:47 AM

Yes it is by design.
The Can Use vbGarage option simply allows that particular usergroup to be able to add a car profile or edit it.

If you want to restrict the viewing of car profiles or the main list page, you will need to add an if condition to the vbgarage.php file in the do=list section.
Something like this:
Code:

if ($permissions['genericpermissions'] & CANVBGARAGE)
{
...view_car_profile_code_here....
}
else
{
print_no_permission();
}

Hope it helps :)


All times are GMT. The time now is 11:40 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.03244 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete