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)

danhaga 05-20-2005 10:11 PM

Requires
GD 2.0+ Library
----------------------------

What is this? why does it need it and how can I get/install it?

Thanks

Marco van Herwaarden 05-21-2005 08:02 AM

You can check if GD is installed on your php, by looking at the PHP information in your AdminCP.

Turbo_WRX 05-21-2005 08:10 AM

question, is there a way to limit each usergroups amount of pictures they are allowed to upload?

lionslair 05-23-2005 12:15 PM

Great mod well done. Just what I needed.

Hyrel 06-20-2005 10:20 PM

I was getting an error when I first install everything from this file. Nothing would work. So I took the modification to it out and got everything else set up. Problem was I couldn't change the usergroup permissions to be able to use it. This seems to be the problem, just wanted to post incase any other newbs like me have the same thing.

The file says

3b. In INCLUDES/INIT.PHP:

PHP Code:

Find:
    
#######################
        
'caneditownusernotes'      => 131072
    
#######################
    
    
REPLACE with:
    
#######################
        
'caneditownusernotes'      => 131072,
    
// START VBGARAGE HACK
        
'canvbgarage'              => 262144
    
// END VBGARAGE HACK
    ####################### 

to make it work you have to add the , after 262144
so like this

3b. In INCLUDES/INIT.PHP:

PHP Code:

Find:
    
#######################
        
'caneditownusernotes'      => 131072
    
#######################
    
    
REPLACE with:
    
#######################
        
'caneditownusernotes'      => 131072,
    
// START VBGARAGE HACK
        
'canvbgarage'              => 262144,
    
// END VBGARAGE HACK
    ####################### 

Everything has be perfect since then.

RCSwap 06-27-2005 01:05 PM

Hey. I have a small issue. I beleive I accidently deleted the link in the USERCP to edit your garage. Where do I add the code back into and what's the code I'm missing?

RGSMDNR 06-28-2005 06:51 PM

is there a way to hot link a users garage under their name in a post? so i dont have to click at the top and scroll through all the users garages?

Sia Bani 07-06-2005 07:44 PM

So I updated VB, and only my admins can access vb garage. Reg users say does not have permission.

Oh, I get a database error when I try to reinstall again. I already have the database mods, so I don't know what to do from here. I've already edited the php files. Nothing more than that though.

HELP! Thanks in advance

ryans 07-12-2005 03:58 PM

I Cannot delete or edit users or post. I noticed in vbgarage.php on line 195

if ($_REQUEST['do'] == 'delgarage')
{
globalize($_REQUEST, array('id' => INT));

if (!$bbuserinfo['userid'] OR $bbuserinfo['usergroupid']!=6)

My admin number is not 6. should I change it to my admin group #?

ryans 07-12-2005 04:42 PM

Quote:

Originally Posted by RGSMDNR
is there a way to hot link a users garage under their name in a post? so i dont have to click at the top and scroll through all the users garages?


Sure, edit your postbit template, OR postbit_legacy template depending on which version your using. (if you add it and it's not showing up try the other template)

Add this line anywhere you want it to show up.
<a href=vbgarage.php?do=view&amp;id=$post[userid]>View Garage</a>

Or, if you'd like to put it in the drop down menu when you click the username find this line:

<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>

and add right under it:

<tr><td class="vbmenu_option"><a href=vbgarage.php?do=view&amp;id=$post[userid]>View $post[username]'s Garage</a></td></tr>


All times are GMT. The time now is 08:36 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.03864 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)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