The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vbRides ? Garage Details »» | |||||||||||||||||||||||||||||||||||||||||||||
vbRides is a vBulletin Garage plugin for vBulletin Suite 4 forum software. Members of your website can showcase their rides with the community. This is not a port or copy of another garage but a unique mod designed by a car guy for the car community. My intentions with vbrides is avoid the bloat of unnecessary extensions an keep a simple 'showcase' style garage.
I have wanted to build a 'garage' add-on since I first started with vbulletin an worked on something with Magnus ten years ago. It was Christeris new add-ons that had the style an layout that inspired me to create this new add-on. He has since abandon his work an given ozzy47 his code who has given me permission to use Christeris code to build a new garage add-on called "vbRides". Due to starting with code from another project this add-on will remain free an not offered as a pro or lite edition. However there was extensive work writing vbrides an would appreciate your support. Key Features
YouTube Channel vbRides Instructional & Demo Videos Demo: http://www.action-network.com/vbrides.php Demo Account: Code:
vbrides:W5K9VK More Screenshots Translations Phrases are included in the install xml, the file in downloads is extra for use in translating or rephrase for different uses. Change Log
Download Now
Screenshots
Show Your Support
|
5 благодарности(ей) от: | ||
Dragonsys, Keyser Soze, romaszek, tbworld, TheLastSuperman |
Comments |
#112
|
||||
|
||||
I noticed a couple of bugs:
1: When deleting Extra Fields, the data is not removed from the DB, this causes for a strange display on the ride page. 2: If images fail to upload, due to size (might happen if deleted after upload as well), they are still counted towards the # of photos, even though they do not exist on the system. I also made a couple of tweaks, and I can share them with the author if he is interested in them: A: Display location from User Profile, instead of per ride B: Timeslips display (still working on add/edit) - Best 1/8 & 1/4 mile displayed on ride profile. A: Changing the location display is rather easy edit vbrides_view_ride (template) Find: HTML Code:
<dd>{vb:raw location}</dd> HTML Code:
<dd>{vb:raw userinfo.field2}</dd> B: Timeslips I have this working with List, Profile Tab, Best Slips on vbRides page, Add/Edit/List Tracks and Add/Edit Slips. I can release this to anyone who wants it, but it does require making some edits to vbRides core files & templates (I will fix this later). I am still working on Delete Slips, Delete Tracks and a few tweaks, so be aware, if you ask for this, it is in beta, and if Action-N asks me to, I will remove it. Once I get it in better shape, I might release it as an add-on for vbRides, separately. You can see a demo at my site linked below (this is a dev site, and so might not work from time to time). EDIT: This is pretty much working without requiring edits to the core rides files; however, my custom display for view_rides (mod list, partsbin & wishlist) does require edits to vbrides.php, functions_vbrides.php & vbrides_view_ride template. I would love to give this to Action-N so he can add it to his scripts if he wants. Issue #1 Fix: Open admincp/vbrides_admin.php Find: PHP Code:
PHP Code:
create file - includes/cron/vbrides_photos.php: PHP Code:
admincp -> Scheduled Tasks -> Add New Scheduled Task: (See attached image for Task Example) once per day should be enough http://forums.txracers.com/vbrides.p...wride&rideid=1 |
Благодарность от: | ||
Keyser Soze |
#113
|
||||
|
||||
@RSprinkle: to remove the photo types do the following.
Open: vbrides_usercp.php Find (twice; lines #189 & #308): PHP Code:
PHP Code:
Edit Template: vbrides_edit_photo Replace All With: HTML Code:
<div class="blockrow"> <label for="photo{vb:raw photo_id}"> <img border="0" src="{vb:raw photo_photopath}" /> </label> <div class="rightcol"> <input type="text" name="editphototitle[{vb:raw photo_id}]" value="{vb:raw photo_title}" style="width:80%;" /> <!-- <select size="1" name="editphototype[{vb:raw photo_id}]" style="width:90px;"> <option value="0" />{vb:var vbphrase.vbrides_select}</option> {vb:raw html_types} </select> --> <br /><br /> <input type="checkbox" name="delete[{vb:raw photo_id}]" value="{vb:raw photo_id}" /> {vb:var vbphrase.vbrides_remove_photo} <input type="hidden" name="editphotoname[{vb:raw photo_id}]" value="{vb:raw photo_photoname}" /> </div> </div> |
#114
|
||||
|
||||
I found another issue. Approve Rides does not work properly, though Reject does. When trying to approve a ride I get the following message:
Quote:
For example, my user is allowed 2 active rides max. He submits his ride, at this point he has 1 ride in the system, and I have 2, making a total of 3 rides. I cannot approve his ride, unless I delete one of mine first (therefore making the total be 2). If I allow him to have 3 rides, then I can freely approve his ride, as 3 is the total in the system; however, I would not be able to approve a 2nd ride for him. I will try and get the fix this weekend. |
#115
|
||||
|
||||
Ok, fix for the above:
Open: {forumroot}/vbrides_modcp.php Find: PHP Code:
PHP Code:
|
Благодарность от: | ||
MarkFL |
#116
|
||||
|
||||
I'm almost ready to release a Timeslips & Tracks Listing addon for this, I just have a few final changes to make before it will be ready for others to use. This does require vBrides & my Font Awesome addon to work properly
I wanted to get feed back on what things you would like to see, currently the following is tracked: Timeslips:
Tracks:
Timeslips are listed on User's profile Best 1/8 & 1/4 Timeslip are listed on Vehicle profile (vBrides page) |
#117
|
|||
|
|||
I tried installing this mod on vbulletin 4.2.3, but when importing the XML file I get the following message:
Invalid value '' for 'widgettypeid' |
#118
|
||||
|
||||
Do you have the full CMS?
|
#119
|
|||
|
|||
No. I don't use the CMS or blog parts of vBulletin.
|
#120
|
||||
|
||||
ok, but do you have them? If the CMS is not installed you should not get that error, as the cms_widget table should not exist. try this, edit the product-vbrides.xml and delete the below (lines 276-342)
PHP Code:
|
Благодарность от: | ||
MarkFL |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|