Other Is there a "Garage" add-on like this one?

Wildcat Media

Well-known member
I'm over at one of Verticalscope's automotive forums, and they have a new tab in the user profile where we can add vehicles to our profile.

1758761452360.webp

This is mainly textual, but allows users to upload an image. (Something I wouldn't particularly want, unless we could limit images to one per item.)

1758761505139.webp

Here's the twist. I don't really want a garage, but a flexible feature where I could let users enter various parts of a "build" or "system" and optionally upload an image. (As an example, think of a computer build. A member could enter details about the motherboard, memory, video card, SSDs, case, etc. in fields we define.) We would define which fields we want to offer for members to fill in. Optionally, we could offer a textarea where they could fill in their system information free-form.

We would need a link to the member's "garage" in the usercard or postbit, but I could easily code that in myself.

I looked at @Bob's Showcase but it is not quite what we want--we have no need to display these publicly, other than if someone clicks on the Vehicles (or whatever we'd call it) tab in the profile. But I'd have to try a demo of it to see if it could do what we want.

So my question is...has anyone ever seen this type of add-on for XF? I tried a few searches but it's hard to search for something when there are no concrete words I could use to find what I'm looking for.

TIA!
 
Totally custom. I'm personally not aware of any published add-on that does that.

Here's the twist. I don't really want a garage, but a flexible feature where I could let users enter various parts of a "build" or "system" and optionally upload an image. (As an example, think of a computer build. A member could enter details about the motherboard, memory, video card, SSDs, case, etc. in fields we define.) We would define which fields we want to offer for members to fill in. Optionally, we could offer a textarea where they could fill in their system information free-form.

Also yeah, I've been wanting something like that for a while too. Showcase has the option for custom user fields where users can enter their information. I did something like that a while back:

Screenshot 2025-09-24 at 20-15-55 Matthew’s Battlestation Battlestations.webp

On my current forum, I just have the option of adding a custom profile tab.

Screenshot 2025-09-24 at 20-17-26 Profile Customization altBoards Gaming Forum.webp
 
Last edited:
So you want a list of parts that people are going to use when they do a build? This would be the free form part of it. If you want a system that you select say a cam and you want it to auto pick a intake and carb for you. That would be great, but crazy to build into an addon. Whole lot of pulling from places to get it to work. Not sure you could find all of it.

Showcase could be use for the free form deal. Just have to do a bit to it. You could do HTML pages and build that out. But it would be huge by the time you were done I think.

@Bob likes doing car/sport addons.
 
So you want a list of parts that people are going to use when they do a build?
The car parts analogy is a good one.

Another analogy might be a room with furniture. Each room would be its own entity, where you could list the furniture and accessories for each room within.

On my current forum, I just have the option of adding a custom profile tab.
That is a possibility, although we would need more than one textarea for each entity.

I have it set up to use custom profile fields, but that kind of buries things in the profile. Having these specific custom fields in their own tab in each member's profile is what we're after.
 
Curious as to why you still cannot use showcase.
It is way overkill for what we need. We just need some configurable text fields in a separate tab in the profile, basically.

Having read the responses here, and the lack of any existing add-on that will do what I need, I'll stick with using custom fields and letting members find the info on their own. It's not that important where I'm going to get anything custom-developed.
 
It is way overkill for what we need. We just need some configurable text fields in a separate tab in the profile, basically.

Having read the responses here, and the lack of any existing add-on that will do what I need, I'll stick with using custom fields and letting members find the info on their own. It's not that important where I'm going to get anything custom-developed.

If you just want the information on a user profile tab, that doesn't seem that difficult to develop. It's basically just an entity with some abstract custom fields that can be displayed in the user profile. I could probably do it or @fords8 could do it if he wanted to.
 
If you just want the information on a user profile tab, that doesn't seem that difficult to develop. It's basically just an entity with some abstract custom fields that can be displayed in the user profile. I could probably do it or @fords8 could do it if he wanted to.
We could try to co-dev if you wanted.
But yeah @Matt C. or I could have a go at it. If you don't think Showcase is right for you.
 
has anyone ever seen this type of add-on for XF?
Go to the main page of the addon and check the page source code for things like data-template="
This may give you the developer and addon name.

By the looks of it is sort of IMS with a function to initiate from profile.
 
We could try to co-dev if you wanted.
But yeah @Matt C. or I could have a go at it. If you don't think Showcase is right for you.

I probably wouldn't co-dev with anyone. If I were to make it, it would be tailored to my forum and I would just offer it for anyone to use. @fords8 will probably be better if he's willing to make it and support it long term.
 
Back
Top Bottom