![]() |
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) { 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. |
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? |
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.
|
1 Attachment(s)
|
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. |
Thank you very much. I updated FF and everything works :)
|
1 Attachment(s)
The problem with the distribution block search. What to do?
|
Any new updates on this friend?
|
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. |
Quote:
|
Quote:
Quote:
|
Quote:
|
I am currently trying to use this addon in my forum and have noticed that the author doesn't use the usual vbulletin way to create the breadcrumb-navbits (he is inserting custom arrow-images).
I have coded a custom recursive function that makes perfect use of vbulletins breadcrumb-navbits. You just have to replace the function getRidesNavBar in functions_vbrides.php with the following function: PHP Code:
PHP Code:
PHP Code:
P.S.: Thanks for this great addon! |
Another suggestion to the addon-author: you could parse the video-ID of Youtube-videos from Youtube-URLs with this little function (that I have found using Google) which will make it much more intuitive for users to add a youtube-link to their ride-profile because they no longer will have to add the exact embed url and can also add the usual URL from their browser's address bar:
PHP Code:
PHP Code:
|
There's a small bug in vbrides_usercp.php that prevents the comments-counter for a ride-entry from decreasing after a moderator has deleted a comment. That means that the comment-counter does not represent the correct number of comments for an entry as soon as one comment will be deleted. To fix this, you only have to change one single character:
Open vbrides_usercp.php and replace PHP Code:
PHP Code:
|
Quote:
|
i have to substitute my VB Pro Garage because it's no longer supported.
I was wondering if i can import the old users/rides/images from the old mod into this new one. Thanks a lot |
Quote:
|
Quote:
Has there been any other updates to this mod? I'm really hoping to move to a better garage soon. |
I am investigating this plugin and have run into an issue of approvals. Maybe I can't see the forest for all the trees in the way.
I post vehicle with information and it shows up. But it shows as un-approved. Where do I go to approve the post? Then when I log out and come back, the vehicle doesn't show up in the list. Any ideas of what I'm doing wrong? Thanks Paul |
1 Attachment(s)
Thanks to Keyser Soze for his contributions, they where pretty easy to implement.
I didn't remember where I left off or what I was working on so this update was to mainly add what Keyser had posted. Yes I have been preoccupied lately with other things, but had hoped the product was left in a usable state. Got a few quarantine emails from vb.org an none where for this mod so figured it's all good. We'll see if I can't catch a second wind on this project now. As for an importer for VB Pro Garage I posted one back in post 66 for someone to test before adding it to the official downloads. Will post it again here, if it works then let me know. Since I don't intend to add all the extra stuff that was in their product the only thing that is getting imported was the timeslip data. The photo's are copied to vbrides folder so not to risk data loss in case of an error. Once you have successfully transfers garages then you would need to manually delete the photos from their garage. PaulProe, if your admin then check the usergroup settings to see if you have "Can Moderate New Rides If enabled, the member of this usergroup can approve new rides waiting for approval." checked yes. I'm thinking admins already got permission to moderate an their posts bypassed moderation. The menu options for moderating are on the rides page in the header, you'll see a moderation link there or your usercp sideblocks if you have permissions. |
1 Attachment(s)
Anyone had an issue with the blockheads and text on the rides page? Also i have two description boxes?
|
Hey SPEEDKILLZ, I went to your site an use a css tag inspector an was able to track down what tag is causing the jumbled header.
Code:
#sidebar_container .blocksubhead span.blocktitle { Code:
#sidebar_container .blocksubhead span.blocktitle { |
Quote:
Great man that seemed to fix the header issue. Both boxed have to have something in them to submit a ride though? Also if you dont add enough characters in the small box it turns solid black (the box turns black) after trying to submit. |
Yeah it does need both for now, kinda encourages people to fill it out since the whole point of them adding a page is to show their car.
The description block turning black is a highlight feature to show what section you need to fix. I noticed on your calendar widget the current date is blacked out as well. So that is gonna be in your skin settings to fix for the whole site. |
Great thank you. I will try to figure out where that is or if it is a stylevar
|
It's the "general_hilite_color" under Common group
|
Great man thank you. Glad to see you offer great support for a great mod.
|
Hello,
Awesome mod and very easy to configure and stuff, however I have ran into one slight issue. I am using this for a Motorcycle forum which is not up and running at this time and when I go to add additional images when adding a ride, it is asking me to select a photo category from the drop down box (chassis, engine, body and interior), I really prefer not to use a category or just rename the categoires for photos if at all possible. I have searched the settings and stuff and cannot find anything on those categories. Would it be possible to point me in the right direction for either of the methods. Thank you for your time and understanding and again GREAT MOD. |
Quote:
Code:
$photo_types = ('chassis, engine, body, interior'); |
1 Attachment(s)
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 |
@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"> |
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. |
Ok, fix for the above:
Open: {forumroot}/vbrides_modcp.php Find: PHP Code:
PHP Code:
|
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) |
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' |
Quote:
|
No. I don't use the CMS or blog parts of vBulletin.
|
Quote:
PHP Code:
|
That worked. Thanks!
|
All times are GMT. The time now is 05:52 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|