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 |
#72
|
||||
|
||||
I'll have you try the attached install file. It installed with no error for me, but since I didn't have the error before I don't know if this will work.
|
#73
|
|||
|
|||
Quote:
Thx. |
#74
|
||||
|
||||
I have this error comming in.
Changed some things to xxx Database error in vBulletin 4.2.2: Invalid SQL: SELECT COUNT(id) AS ownerrides FROM vbrides_rides WHERE userid= AND active=1 AND status<>2 ORDER BY userid; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND active=1 AND status<>2 ORDER BY userid' at line 1 Error Number : 1064 Request Date : Thursday, October 30th 2014 @ 08:42:18 PM Error Date : Thursday, October 30th 2014 @ 08:42:18 PM Script : http://www.xxx.nl/showthread.php?xxx Referrer : IP Address : xxx Username : xx Classname : vB_Database MySQL Version : 5.5.37-cll |
#75
|
||||
|
||||
Today someone put something in quotes and the program added extra characters.
Any ideas what this may be? |
#76
|
||||
|
||||
In which section igota, the main description or one of the fields. Guess i can just look on your site huh. Looks like I'll be working on an update version.
Gijsje the error code is missing the userid value, looking into that too. I'm on a phone at work so not sure, but if if that error is crashing the site look if i but an option in admin settings to turn off that in postbit. Otherwise you can go to manage plugins an turn off the one relating to postbit count for now. |
#77
|
||||
|
||||
Quote:
|
#78
|
|||
|
|||
Hi, thank you for the great plugin. It is wonderful. I want to disable mandatory fields (Year, Make and Model) how to do it?
Is it possible to "Short Summary" add character count? Thanks. |
#79
|
||||
|
||||
romaszek, there isn't gonna be an easy way to disable those, would at least require deleting some code from the template. I looked into adding a character count, didn't get anything solid yet.
The year, make, an model are added together to make the title, so if you where to eliminate them how would you suggest coming up with a title. |
#80
|
|||
|
|||
I have a music portal, your wonderful plugin I want to adapt to CV for musicians. It is perfect for my purposes, I adopt only those fields if you agree. That's why I want to disable the forced field. Can you help me to do it in code?
Thank you very much. The problem with the audio. I added an mp3 file but no player... Sorry bad english ... |
#81
|
|||
|
|||
Hi,
I made a primitive character count for Short Summary. 1. Create a file: sign_limit.js HTML Code:
function SignLimit(tab,max) { var oSpan = document.getElementById( 'counter' ); oSpan.innerHTML = ( ( tab.value.length ) ) +'/' + max; if ( tab.value.length = max ) { input = tab.value.substring(0,max - 1); tab.value = input; } } 3. Template: 'vbrides_addedit_ride' find: HTML Code:
<textarea name="smalldesc" style="width:100%;height:100px;">{vb:raw smalldesc}</textarea> HTML Code:
<textarea name="smalldesc" style="width:100%;height:100px;" id="smalldesc" onkeyup="SignLimit(this,255);" cols="\"25"">{vb:raw smalldesc}</textarea> <small>...<strong><span style="color:red;font-weight:bold;" id="counter">0/255</span></strong> ...</small> HTML Code:
<script src="http://yourdomain/vbrides/sign_limit.js" type="text/javascript"></script> This is very primitive but for me it works. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|