The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBGarage Latest Uploads on FORUMHOME 3.5 Details »» | |||||||||||||||||||||||||||
vBGarage In FORUMHOME template -AND- vBAdvanced CMPS Homepage Full Working Demo at my Honda Prelude Forums Summary Simply put this addon to the popular vBgarage gallery for 3.5 will take the the latest uploads (or a random set) in vbGarage and display them on your forum homepage. About this hack Finally!! I waited a month, searching every week for it and just said the heck with it and did it myself. I personally like to display RANDOM images instead of the latest because right now my gallery isn't busy enough so the images get old lol Requirements Obviously you MUST already have vBGarage for 3.5.x installed on your board for this to work as it uses a template from that hack. This is an Addon hack. All credit for the original vbGarage code goes to magnus and of course credit to Trigunflame who ported it to vbulletin 3.5 Installation Simple... 1) Install the plugin 2) Do 1 simple template edit. NOTE: Please download the type of display you want. I have a separate file for both LATEST uploads and RANDOM images. Template Edit In the FORUMHOME template FIND: Quote:
Quote:
Now in your AdminCP just go to Plugin System > Manage Plugins > Add/Import Product and upload the vbulletin-plugins.xml file. Please Click Install NOTE: I just added a text file showing how to add this to your vBadvanced Homepage. Just download that text file and follow the instructions. 1 tempalte edit and one vbadvanced file edit. Supporters / CoAuthors Show Your Support
|
Comments |
#12
|
|||
|
|||
I added Lightbox 2.0 to vbgarage
click here to check it out http://www.thirdgen.org/techboard/vb...ber-42479.html |
#13
|
|||
|
|||
Where do we get that code?
Tell me now you must!! Quote:
|
#14
|
|||
|
|||
you just want the code for lightbox v2.0
or do you want all the code i wrote up to make this actually work i'm thinking about releasing it as a hack. http://www.huddletogether.com/projects/lightbox2/ |
#15
|
|||
|
|||
Yes release it as a hack.
But if you could give me the code you used to make it work I'd appreciate it. - Q |
#16
|
|||
|
|||
I released a 3.5 version that includes Lightbox v2.0
check it out here https://vborg.vbsupport.ru/showt...57#post1003357 |
#18
|
|||
|
|||
UPDATE
I just added the ability to put this on your vBAdvanced Homepage. All I did was edit the text file developed by noppid to use my code. Just download the latest text file and follow the instructions. Enjoy |
#19
|
|||
|
|||
I tried that and I get:
There seems to have been a problem with the USJeeps database. Please try again by clicking the Refresh button in your web browser. An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists. We apologise for any inconvenience. I revert to the previous vba_cmps_include.php and it corrects the problem. Is there something in the code that needs to be changed specific to my site? Code:
// begin vBPicGallery extension $result_latest = $db->query_read("SELECT vbpicgalleryid,id FROM " . TABLE_PREFIX . "vbpicgallery_images ORDER BY u_date DESC LIMIT 5 "); while ($latest = $db->fetch_Array($result_latest)) { eval('$latestbits .= "' . fetch_template('vbpicgallery_latestbits') . '";'); } $db->free_result($result_latest); // end vBPicGallery extension |
#20
|
|||
|
|||
Well first of all you should be editing includes/vba_cmps_include_bottom.php not teh file you mentioned.
Second that's not even the code that I gave in the text file. Did you use the text file attached to this thread?? |
#21
|
|||
|
|||
thanks for this mod, it works great. one question, i want to use this in my usercp only as a mini garage for my members so they can keep track of the fav rides, or buddies, or a dream garage. anyone help me?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|