The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VbGarage 3.5 Details »» | |||||||||||||||||||||||||
Summary: This is a semi-direct port of the hack located at: https://vborg.vbsupport.ru/showthread.php?t=63681 The author has given me permission to re-release this hack under his 3.1.1 codebase, and as such I have converted it Vbulletin 3.5 support which involved a good many changes. Also I changed a couple templates, and some html fixes so it will look a little better than it used to, feel free to suggest any other bugs that need to be fixed. One last thing, although I will "Try" to get around to fixing any bugs that come in, this is NOT my hack, and therefore I will not associate myself with supporting this hack; I merely have done a service for the people that requested the port. Credit goes to the original authors: magnus, noppid, action-n Again: THIS IS NOT MY CODE. AND IT IS NOT SUPPORTED. Information: 1. Make sure you have a writable tmp directory. 2. This script only supports jpg, png, gif files. 3. I dont plan on re-writing this entire script to make it bug free, so please dont ask me to do so. Upgrade From Vbulletin 3.x.x : 1. There is no upgrader; you just need 2 do a couple things. 2. More than likely you can leave your old vbg tables (havnt tested). 3. You _Do_ need to delete any previous settings/phrases/templates though. 4. Use phpmyadmin or w/e you use, and search your database for vbg with a wildcard it should locate anything that has that name in it; and delete them. Then follow the INSTALL.txt Installation: 1. Download Zip File 2. Read INSTALL.txt 3. Click install if you like Changes: 3/10/2006 8:43am - Fixed Comments; they now post to correct Garage. 3/9/2006 10:37pm - Image Types are determined manually. 1. Did some actiontemplate optimizations, so only the necessary templates are loaded on the pages needed. 2. Removed the text field limit for describing your ride. 3/9/2006 10:37pm - Image Types are determined manually. 3/9/2006 12:54pm - A change to image output. 3/9/2006 12:06pm - Attempt to fix image corruption. To Upgrade: Simply overwrite the vbgarage.php file. Show Your Support
|
Comments |
#502
|
|||
|
|||
Ok, this is really strange.
I have noticed certain functions on my forum stop working for example the search function is disabled yet i have not disabled it and i can't seem to enable it, also quick links is the same. In the wysiwyg message editor certain things in there are no longer working for example the font size just doesn't work at all, you click it and nothing happens. Now the latest thing i am noticing is that i can no longer find the garage settings in the admin CP What on earth is going on with my board where are the settings so i can increase the number of pictures members can upload to their garage. Someone please help this is driving me insane arrrgggggg |
#503
|
|||
|
|||
im not sure about your random board issues... I didnt run into those, what is your site?
your garage settings can be found in admincp -> vb options -> vbulletin garage |
#504
|
|||
|
|||
I got alot of emails telling me that pictures wouldn't upload... people were trying to load pictures fresh off the camera without compressing or resizing! So I did a quick template edit to help members know there is a LIMIT!
in the vbgarage_editgarage template i found Code:
<td class="alt2"><b>$vbphrase[vbgarage_file]:</b></td> Code:
$vbphrase[vbgarage_file]: Code:
 (Must be under 300kb in size or will not upload!) |
#505
|
|||
|
|||
hey guys i am having a problem installing this hack, once i add the code to navbar template i get this under my navbar
href="http://www.myforum/forum/usercp.php">User CP and when i click on VBgarage in my navbar it tells me i have a 404 error and that it cant find the file vbgarage.php i uploaded the php file to my fourm/ directory where the index.php and showthread.php files are, can anyone be of assistance to me? thanks in advance |
#506
|
|||
|
|||
can we see your navbar template?
|
#507
|
|||
|
|||
yeah sure must i post the whole thing?
|
#508
|
|||
|
|||
thanks...
|
#509
|
|||
|
|||
is th the current template where it is leaving the user cp code below the navbar?
also - can i have a link to your forumhome? |
#510
|
|||
|
|||
I am assuming the space left here is where you inserted the code, doind it there you have broke a link, that is why your user cp is showing strange and your not linking right
Code:
<!-- nav buttons bar --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px"> <tr align="center"> <if condition="$show['member']"> <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> </if> Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px"> <tr align="center"> <if condition="$show['member']"> <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> </if> Code:
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td> <!-- vBGarage --> <td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[vbgarage]</a></td> <!-- / vBGarage --> |
#511
|
|||
|
|||
okay that got rid of this under my navbar thanks!!
href="http://www.myforum.com/forum/usercp.php">User CP but when i click on VBgarage iy still says 404 not found /vbgarage.php so i moved the vbgarage to the root directory and i get this Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|