The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBGarage v3.1.1 (now with GD-Lib support!) Details »» | |||||||||||||||||||||||||
[high]***[/high]CLICK HERE FOR vB3.0.5 INSTALLER/UPDATE[high]***[/high] vBGarage v3.1.1 (now with GD-Lib support!) Description This hack will allow your users to create a virtual garage where they can store photos, details, etc.. about their vehicle (this can be modified to suit forums of other interests). Latest Uploads will be displayed on Garage List. Forum users can now leave comments in member garages. Admin functions are available in the AdminCP. This version contains the ability to limit access by usergroup(s). All templates are 100% XHTML Verified! Information Tested and developed on vB 3.0.0 Gold. Requires GD 2.0+ Library Demo http://www.sffba.net/forum/vbgarage.php?do=list (Temporary) This hack, as like the rest of my hacks, are FREE. However, if you enjoy this hack and feel the need to donate something for my time you can do so by clicking the icon below: *NOTE: Those who donate are explicitly granted permission to remove the "Powered by" information from the vBGarage footer. *NOTE: When donating, please include your forum url. Thanks! Version History v3 - Initial release. Let's hope I don't have alot of entries here. v3.0.1 - Added GD-Lib Support! v3.1.0 - Added User Comments, Latest Uploads on Garage List, AdminCP Options v3.1.1 - Added ability for Admin to "edit" users' garages. Use ImageCopyResampled(); over ImageCopyResized(); for better thumbnail quality. Planned Features - Multiple entries per user. - Possible integration with Photopost/Coppermine/etc.. If you use this, please click * Installation script by John [hr]-[/hr] UPGRADES v3.1.0 -> v3.1.1 UPGRADE INSTRUCTIONS v3.0.1 -> v3.1.0 UPGRADE INSTRUCTIONS v3.0 -> v3.0.1 UPGRADE INSTRUCTIONS [hr]-[/hr] MODIFICATIONS/ADD-ONS [high]1. Add "Who's Online" Location by magnus[/high] [high]2. Organize Your vBGarage Templates by magnus[/high] [high]3. Increase Thumbnail Image Quality (v3.1.1 and older) by magnus[/high] [high]4. Alphabetize Garage List by magnus[/high] [high]5. Add "Latest Uploads" to FORUMHOME by magnus[/high] [high]6. EvilLS1's Timeslip Database Integration by SVTOA[/high] [high]7. Installer/Uninstaller by Action-N[/high] [high]8. vBulletin 3.0.5 Compatible Installer/Update by noppid[/high] Supporters / CoAuthors Show Your Support
|
Comments |
#342
|
||||
|
||||
Quote:
|
#343
|
|||
|
|||
Will do. I have tried everything!
Stand by |
#344
|
|||
|
|||
Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head><title>$vboptions[bbtitle] - $vbphrase[vbgarage]</title> $headinclude </head> <body> $header $navbar <form action="vbgarage.php" method="post" enctype="multipart/form-data"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="max_file_size" value="$vboptions[vbgmaxfilesize]"> <table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"><tr><td> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <tr> <td class="tcat" colspan="2"><b>$bbuserinfo[username]'s $vbphrase[vbgarage]</b></td> </tr> <tr> <td class="thead" colspan="2"><b>$vbphrase[edit_options]</b></td> </tr> $logincode <tr> <td class="alt2"><b>$vbphrase[vbgarage_year]:</b></td> <td class="alt2"><input type="text" class="bginput" name="year" size="4" maxlength="4" value="$data[year]" /></td> </tr> <tr> <td class="alt2"><b>$vbphrase[vbgarage_make]:</b></td> <td class="alt2"><input type="text" class="bginput" name="make" size="19" maxlength="50" value="$data[make]" /></td> </tr> <tr> <td class="alt2"><b>$vbphrase[vbgarage_model]:</b></td> <td class="alt2"><input type="text" class="bginput" name="model" size="19" maxlength="50" value="$data[model]" /></td> </tr> <tr> <td class="alt2"> <b>$vbphrase[vbgarage_text]:</b><br /><br /><br /><br /> <span class="smallfont">$vbphrase[vbgarage_text_desc]</span> </td> <td class="alt2"><textarea name="text" rows="20" cols="70">$data[text]</textarea></td> </tr> <tr> <td class="alt2"><b>$vbphrase[vbgarage_uploaded_images]:</b><br /> <span class="smallfont">$vbphrase[vbgarage_allowed_total]</span></td> <td class="alt2"><table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" class="alt2"> <tr> $editimagebits </tr> </table></td> <tr> <if condition="$count != $vbgarage_total_images"> <tr> <td class="alt2"><b>$vbphrase[vbgarage_file]:</b></td> <td class="alt2"><input type="file" class="bginput" name="src" size="30" /></td> </tr> </if> </table> </td></tr></table> <br /> <table cellpadding="2" cellspacing="0" border="0" width="$stylevar[tablewidth]" align="center"> <tr> <td align="center"> <input type="submit" class="button" value="$vbphrase[submit]" accesskey="s" /> <input type="hidden" name="do" value="edit" /> </td> </tr> </table> </form> $footer </body> </html> |
#345
|
|||
|
|||
I guess my question is why does it work for me only, and why will it work when the OLD vbgarage.php file is used (renamed the upgraded file temp and re-uploaded the original)
|
#346
|
|||
|
|||
To add: If I turn the Garage off in the admin cpanel, I get this:
Fatal error: Call to undefined function: can_administer() in /home/edited/public_html/vb3/vbgarage.php on line 50 |
#347
|
||||
|
||||
Quote:
FIND: HTML Code:
$vbgarage_total_images HTML Code:
$vboptions[vbgmaxupload] |
#348
|
||||
|
||||
Quote:
FIND: PHP Code:
PHP Code:
|
#349
|
|||
|
|||
No need to be sorry. It's all good again, I am very happy.
You can release your latest update to me if you want me to test it? |
#350
|
||||
|
||||
Quote:
|
#351
|
||||
|
||||
Same problem!
Help! Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|