![]() |
Requires
GD 2.0+ Library ---------------------------- What is this? why does it need it and how can I get/install it? Thanks |
You can check if GD is installed on your php, by looking at the PHP information in your AdminCP.
|
question, is there a way to limit each usergroups amount of pictures they are allowed to upload?
|
Great mod well done. Just what I needed.
|
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:
so like this 3b. In INCLUDES/INIT.PHP: PHP Code:
|
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?
|
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?
|
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 |
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 #? |
Quote:
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&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&userlist=buddy&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&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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|