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 |
#1112
|
|||
|
|||
Quote:
|
#1113
|
|||
|
|||
So is there any news on having the files uploaded to a folder as opposed to the database?
|
#1114
|
|||
|
|||
Is their anyway yet to make the thumbnails resize automatically? Most of our members upload huge files (not in size, but in height/width) then you can't scroll the image. Its to big and goes way off the page.
|
#1115
|
|||
|
|||
For those who have latest uploads on their main page.
Does that kill your bandwith any? I've noticed I'm going through 700K/B's per day. I'm just wondering how that works, thanks, |
#1116
|
|||
|
|||
Quote:
|
#1117
|
|||
|
|||
Well guys i tried to post a thread on my forums today and i got the following error. Now no matter what thread i click on to view i get this error:
I tried to make a post on my forums today.. and i got this error.. Now no matter what thread i click on it shows this! What happened how do i fix it? Database error in vBulletin 3.0.0: Invalid SQL: SELECT post.*, vbgarage_users.*, vbgarage_users.userid AS vbgarage, post.username AS postusername, post.ipaddress AS ip, user.*, userfield.*, usertextfield.*, icon.title as icontitle, icon.iconpath, avatar.avatarpath, NOT ISNULL(customavatar.avatardata) AS hascustomavatar, customavatar.dateline AS avatardateline, NOT ISNULL(deletionlog.primaryid) AS isdeleted, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason, editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline, editlog.reason AS edit_reason, post_parsed.pagetext_html, post_parsed.hasimages, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid FROM vb3_post AS post LEFT JOIN vb3_user AS user ON(user.userid = post.userid) LEFT JOIN vb3_userfield AS userfield ON(userfield.userid = user.userid) LEFT JOIN vb3_usertextfield AS usertextfield ON(usertextfield.userid = user.userid) LEFT JOIN vb3_icon AS icon ON(icon.iconid = post.iconid) LEFT JOIN vb3_avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN vb3_customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN vb3_deletionlog AS deletionlog ON(deletionlog.primaryid = post.postid AND deletionlog.type = 'post') LEFT JOIN vb3_editlog AS editlog ON(editlog.postid = post.postid) LEFT JOIN vb3_post_parsed AS post_parsed ON(post_parsed.postid = post.postid) LEFT JOIN vb3_vbgarage_users AS vbgarage_users ON(vbgarage_users.userid = user.userid) WHERE post.postid IN (0,214,215,216,217,218,219,220,221,222) ORDER BY dateline mysql error: Table 'bushtree_vb.vb3_vbgarage_users' doesn't exist mysql error number: 1146 Date: Saturday 11th of September 2004 12:30:06 PM Script: http://www.audiodock.net/showthread.php?t=31 Referer: http://www.audiodock.net/forumdisplay.php?f=2 Username: Nick IP Address: 24.54.247.86 |
#1118
|
|||
|
|||
I was wondering could someone figure this bit out for me ... this is what I have in my init.php - where it says insert 'canvbgarage' => 262144 - I already have an entry there .... I just upgraded to VB 3.0.3 and this is the first hack I'm installing...
Code:
$_BITFIELD['usergroup']['genericpermissions'] = array( 'canviewmembers' => 1, 'canmodifyprofile' => 2, 'caninvisible' => 4, 'canviewothersusernotes' => 8, 'canmanageownusernotes' => 16, 'canseehidden' => 32, 'canbeusernoted' => 64, 'canprofilepic' => 128, 'canuseavatar' => 512, 'canusesignature' => 1024, 'canusecustomtitle' => 2048, 'canseeprofilepic' => 4096, 'canviewownusernotes' => 8192, 'canmanageothersusernotes' => 16384, 'canpostownusernotes' => 32768, 'canpostothersusernotes' => 65536, 'caneditownusernotes' => 131072, 'canseehiddencustomfields' => 262144, |
#1119
|
||||
|
||||
I have contacted magnus and am taking over development of this hack. Mods, since I can't edit the original post, do I need to make a new thread for subsequent versions? 3.2.0 will be release in the near future, I have to make an install/upgrade script and figure out the database structure. Thanks
-Colin |
#1120
|
||||
|
||||
Great news. Can't wait for 3.2 to be released
|
#1121
|
|||
|
|||
Good news indeed. This is a hack certainly worthy of continued development. I was disheartened to see it's gone dormant for so long.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|