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)

Firepower_426 08-02-2005 11:43 PM

Where are the vbGarage images uploaded too? I've been looking, but having been finding anything! Thanks!

lionslair 08-03-2005 08:25 AM

Quote:

Originally Posted by Firepower_426
Where are the vbGarage images uploaded too? I've been looking, but having been finding anything! Thanks!


In the database as I understand. Makes for a huge table though.

AndyW 08-08-2005 08:57 AM

How do I stop the VBgarage being veiwable in Navbar when not logged in??? I don't want people not logged in to be able to see the garage. Please help??? My Bandwidth is being eaten.......... Help???? :surprised: :ermm:

snags204 08-09-2005 04:28 AM

I did a huge screw up i added the vbgarage 3.11 to my vbulletin 3.07 board without a back up and the whole site crashed. Does anyone have any idea's how to fix this with out having to use one of my older database back ups..

Any help would be great.. Thanks

lem 08-11-2005 01:46 AM

I am having problems with the vbgarage permissions changing everytime I go into the permissions for registered users. Is anyone else having this problem? Its like the permissions keep changing themselves for vbgarage.

Thanks,

Lem

Turbo_WRX 08-11-2005 05:28 AM

Attention!!!! If someone has extensive knowledge using this garage feature and can code me a page...all i need is someone to add some text in a field for me and get it to show up for users and what not...I made a pic through photoshop of what i want it to be like...if you can code what i drew up..trust me i know someone can..i will PAY you for you time and troubles...please email me jdmartin010101@hotmail.com and have VBGARAGE in the title..I will pay when you're done...100%...I'm prefectly legit, check my ebay if you want, user icp_double_j...I just need some help and i know money talks...so yeah...

kderentz 08-12-2005 11:05 PM

I installed this and everything went fine, however when I go the control panel and try and upload an image to the garage its submits the form with no errors but the image dose not come up. I am running GD2+ so that shouldnt be an issue. Anyone have any ideas?

lem 08-15-2005 08:21 PM

This is my second post regarding this issue. Others have posted the same but nobody ever answers. Here is the problem:

I have installed this hack on about 7-8 forums now, and all have the same problem. Whenever I go into the usergroup settings to adjust a setting for a specific usergroup, it turns off the permissions for the vbgarage automatically.

I always have to go back in that usergroup's settings and turn on vbgarage again. It is very annoying. Is there any way to fix this?

Thanks,

Lem

Action-N 08-15-2005 11:41 PM

Quote:

Originally Posted by lem
This is my second post regarding this issue. Others have posted the same but nobody ever answers.

Probably over half of the questions in this thread are about the same problem you are asking about, with its answer following most of them. Try doing a search in this thread for "permissions" or something.


Here I found one of my old posts that should explain what you need to edit. https://vborg.vbsupport.ru/showpost....postcount=1455

lem 08-16-2005 04:44 AM

Alrighty folks, found the problem for those of you running 3.0.7 or 3.0.8 like I am on a lot of my forums. I was having serious problems with my vbgarage permissions changing constantly for my various usergroups. Hope this helps...

The instructions tell you edit INIT.PHP like this:
PHP Code:

    #######################
        
'caneditownusernotes'      => 131072,
    
// START VBGARAGE HACK
        
'canvbgarage'              => 262144
    
// END VBGARAGE HACK
    ####################### 

BUT They must have added the reputation system somewhere between 3.0.0 and 3.0.7 because 'canvbgarage' is not the last line before the );

So, what worked for me is this:

PHP Code:

    'canseehiddencustomfields' => 262144,  
//  Originally you had to place 'canvbgarage' before the above line.
//Drop down about 10 lines and add it to the end of the reputation lines like this.


    // Reputation

    
'canseeownrep'             => 256,
    
'canuserep'                => 524288,
    
'canhiderep'               => 1048576,
    
'cannegativerep'           => 2097152,
    
'canseeothersrep'          => 4194304,
    
'canhaverepleft'           => 8388608,
    
// START VBGARAGE HACK
    
'canvbgarage'              => 16777216
    
// END VBGARAGE HACK
); 

Notice that the number is double the previous reputation number(I dont know what the purpose of this is, but thats the pattern)

Hope this helps. I looked forever in these threads and I could not find anything clear. Just little bits and pieces. I hope this is a little easier to understand.

Thanks for this great hack,

Lem


All times are GMT. The time now is 11:58 AM.

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.02866 seconds
  • Memory Usage 1,756KB
  • 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
  • (2)bbcode_php_printable
  • (2)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