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 |
#82
|
||||
|
||||
romaszek,
First thanks for offering the counter code, if it does what I think it does it'll definitely make it in the add-on. Primitive is better you have it looking simple enough to understand. I"m post below what you can do to remove the required fields when adding a new entry. Still not a 100% fix though, the year is still added as a default 0. Open the vbrides_addedit_ride template an delete the following code from the beginning. Code:
if(document.forms["vbform"].year.value.length == 0) { document.forms["vbform"].year.value.length = '{vb:stylevar general_hilite_color}'; alert('{vb:var vbphrase.vbrides_error_year}'); return false; } if(document.forms["vbform"].make.value.length == 0) { document.forms["vbform"].make.value.length = '{vb:stylevar general_hilite_color}'; alert('{vb:var vbphrase.vbrides_error_make}'); return false; } if(document.forms["vbform"].model.value.length == 0) { document.forms["vbform"].model.value.length = '{vb:stylevar general_hilite_color}'; alert('{vb:var vbphrase.vbrides_error_model}'); return false; } That will remove the required restrictions an let you complete the entry. Though as I mentioned before those fields make the title the add-on uses to refer to the entry. The year will default to "0", I didn't figure out where this is being done. It needs some number entered,m wouldn't take text. So this might not get you to far so I'll work on being able to set them as required from the control panel. Been having a little trouble getting the time to work on this product. I got a new puppy, the high energy kind that if it doesn't get enough attention it starts to chew on my arm. |
#83
|
|||
|
|||
I understand. Thank you for your work.
I have a problem with audio. I added an mp3 file but I can not see player. what to do? |
#84
|
||||
|
||||
It uses the Html5 audio player. So either your browser doesn't support html5 yet or maybe have the wrong link format. It's confusing, but was the only way to work it at the time, it requires the embed link not the share link given as itself. So the correct link comes from clicking on the embed code an copying the link used in that code.
|
#85
|
|||
|
|||
|
#86
|
||||
|
||||
First my bad l the talk about the link was me thinking the youtube video link. Audio is html5 just would be uploaded not linked.
From the image you posted it shows mp3 as not supported. Looks like you'll need ogg audio file. |
#87
|
|||
|
|||
Thank you very much. I updated FF and everything works
|
#88
|
|||
|
|||
The problem with the distribution block search. What to do?
|
#89
|
||||
|
||||
Any new updates on this friend?
|
#90
|
||||
|
||||
Found a small grammar error on the short summary.
Post a small description. This is used on the main listing pages *an* is required. Administrators may have set a min/max character requirement. Should say *and* instead. |
#91
|
||||
|
||||
You around anymore?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|