Everything posted by Jimmo
-
Listing Images Not Opening in Popup – Needs Fix
Ah, ok. I see now, it for some reason isn't going to the main one when secondary images are clicked. Thanks! I'll take a look at this.
-
Listing Images Not Opening in Popup – Needs Fix
It does indeed open in the popup lightbox used by Invision. If you're having an issue, I would need an example here to investigate. Here's the demo on our site here:
-
ProStats & Garage Integration: Error with New Listings
As that is a third party application from myself, that is outside my scope of support. You would need to contact the author of that plugin.
-
1000s of uncaught_exception errors in logs
If it’s from the logs then it is someone accessing a wrong or outdated link. Happens all the time with links, especially on busy sites, just shouldn’t be logged as an error in the system log.
-
[Suggestions] Garage
Modifications likely won't be making it into my Garage app (I won't say never but have to be a pretty large demand lol) as personally, I'd like to expand more with custom fields. With that said, Custom Fields are very flexible as it stands now and you can create a category called Modifications or Wishlist with corresponding fields that you want the user to fill out. It likely won't be as robust as Modifications was in Collections but at least be able to let users share what they've done to their vehicle. Conditional custom fields based upon what category the vehicle belongs to is an interesting idea.
-
Lang on the garageapp?
It is completely different from the ground up. All language keys will be different.
-
1000s of uncaught_exception errors in logs
That vehicle doesn't exist. Is this from a log you're encountering this or did you run into this in the app? I've improved that error handling though in 1.0.10.
-
1000s of uncaught_exception errors in logs
However, in looking into this issue, I did find that I am missing a template for comments in profiles so that is added in 1.0.9 and updated in the Downloads area.
-
1000s of uncaught_exception errors in logs
This is an issue in the core software. On lines 1401-1428 of /System/Content/Comment.php, they don't specify the database table and due to there are joins on this, it is causing this ambiguous column error in the query. The below: if ( IPS::classUsesTrait( get_called_class(), 'IPS\Content\Hideable' ) and $includeHiddenComments === Filter::FILTER_ONLY_HIDDEN ) { /* If we can't view hidden stuff, just return an empty array now */ if( !static::modPermission( 'view_hidden', $member ) ) { return array(); } if ( isset( static::$databaseColumnMap['approved'] ) ) { $where[] = array( static::$databasePrefix . static::$databaseColumnMap['approved'] . '=?', 0 ); } elseif ( isset( static::$databaseColumnMap['hidden'] ) ) { $where[] = array( static::$databasePrefix . static::$databaseColumnMap['hidden'] . '=?', 1 ); } } elseif ( IPS::classUsesTrait( get_called_class(), 'IPS\Content\Hideable' ) and ( $includeHiddenComments === Filter::FILTER_OWN_HIDDEN OR $includeHiddenComments === Filter::FILTER_PUBLIC_ONLY ) ) { if ( isset( static::$databaseColumnMap['approved'] ) ) { $where[] = array( static::$databasePrefix . static::$databaseColumnMap['approved'] . '=?', 1 ); } elseif ( isset( static::$databaseColumnMap['hidden'] ) ) { $where[] = array( static::$databasePrefix . static::$databaseColumnMap['hidden'] . '=?', 0 ); } }Should be changed to: if ( IPS::classUsesTrait( get_called_class(), 'IPS\Content\Hideable' ) and $includeHiddenComments === Filter::FILTER_ONLY_HIDDEN ) { /* If we can't view hidden stuff, just return an empty array now */ if( !static::modPermission( 'view_hidden', $member ) ) { return array(); } if ( isset( static::$databaseColumnMap['approved'] ) ) { $where[] = array( static::$databaseTable . '.' . static::$databasePrefix . static::$databaseColumnMap['approved'] . '=?', 0 ); } elseif ( isset( static::$databaseColumnMap['hidden'] ) ) { $where[] = array( static::$databaseTable . '.' . static::$databasePrefix . static::$databaseColumnMap['hidden'] . '=?', 1 ); } } elseif ( IPS::classUsesTrait( get_called_class(), 'IPS\Content\Hideable' ) and ( $includeHiddenComments === Filter::FILTER_OWN_HIDDEN OR $includeHiddenComments === Filter::FILTER_PUBLIC_ONLY ) ) { if ( isset( static::$databaseColumnMap['approved'] ) ) { $where[] = array( static::$databaseTable . '.' . static::$databasePrefix . static::$databaseColumnMap['approved'] . '=?', 1 ); } elseif ( isset( static::$databaseColumnMap['hidden'] ) ) { $where[] = array( static::$databaseTable . '.' . static::$databasePrefix . static::$databaseColumnMap['hidden'] . '=?', 0 ); } }I'll report this to Invision.
-
Request: Add auto filter to hide vehicles without images
Garage requires at least 1 image so what you’re seeing is from the migration from Collections which will eventually fade away as your users add more vehicles to the garage app.
-
Garage menu default
Looks like you’re using it as a dropdown. First level items aren’t clickable in IPS’ dropdowns. See our demo menu here 🙂 Where are you seeing this? In categories, I am getting filtered as expected.
-
Garage empty after running migrator
So you had existing categories in Collections so I was able to import those over so now, I just adjusted the permissions of that category and vehicles are visible. You can do this by going to ACP -> Garage -> Categories -> Permissions. I only add view/read permissions so you will need to specify which groups you want to be able to create and comment.
-
Garage empty after running migrator
Just a heads up, this is a public forum so be sure to send a private message when asking for credentials. I've hidden your post for security.
-
Garage empty after running migrator
The migration should place all vehicles into a "Convert" category. You will want to go into the categories and review your permissions for that category. Doesn't look like I have permission there to see anything in the Garage app so can't tell anything further at this point. If you want to private message me access details, I can help look further.
-
Can't update Garage in ACP
Hmm, that is a core file from Invision that it can't find. Please try to upload all files again from the Invision Client Area. Namely this one is in: \system\Extensions\ContentRouterAbstract.php Need to ensure that it is there and up to date. Would upgrade to Invision 5.0.2 as it contains some fixes to the uninstall procedure.
-
Awesome idea!
Definitely things to ponder. Love your feedback, dude. Appreciate your time to leave it!
-
Awesome idea!
Do like that name, more concise. Do want it to be a little more agnostic so that it wasn't user vs user but vehicle vs vehicle. Don't want it to turn into a popularity contest. I'll have to see what that can look like in item 2. Item 3, I'm a little hesitant on doing something like this. I know my community and many others use these contests to increase engagement on the forums and a lot of discussion comes out of that. The positive effect would be it would be easier on the organizer to put together the entries 🤣. Have to play with that idea for another app as it's something I've been considering for a while, just don't want to break that engagement. Having an option to put the entries back into the topic may be a way to do it but have to see what that looks like.
-
Make / Model doesn't appear clickable
Yeah, was a core part of the app but now that we made it not required, I think we'll probably end up doing that. Let me see what that impacts. Also, will bridge us out of not just a Garage app so have to ponder that.
- 2006 Pontiac GTO
- 1967 Pontiac GTO
-
Upgrade to Version 5
You can now see a demo menu in the main navigation where you can demo both Garage and Garage This OR That https://software.thejimmo.com/garage/ https://software.thejimmo.com/garage-this-or-that/
-
Upgrade to Version 5
As Invision released version 5, I have upgraded the site here to run it. Most is working through testing but, of course, with any new release, there could be issues. If you experience an issue, please feel free to reach out here or our contact form. As version 5 is what is running most our applications, I will be installing them here so users can demo and trial them prior to buying.
-
Garage This OR That
- Version 1.0.10
Garage This OR That is a fun game based upon the Garage application. Its will randomly select vehicles from the garage and put them up against each other for users to go and vote on which one they like better. Features: Keep track of wins and losses. Widget to show a leaderboard of top vehicles. Show in vehicle's garage listing their score, losses, and loss ratio. Algorithm attempts to prioritize those with lower scores to keep vehicles showing fresh. Coming Soon: See what top makes/models are in your garage. Detailed user breakdown of what makes/models they beat most and lose to most.$20.00 -
Can't update title field
@Matt C., 1.0.4 fixes this bug and also adds new settings we've talked about, such as allowing for a custom title and not requiring Year/Make/Model.
-
Can't update title field
Title field should be hidden actually 🤣. Found lots of individuals were just renaming the title/name as weird items so decided to just kill it and have the year/make/model be the title. This may be an improvement though for non-Garage purposes. Let me know what else you find.