XF 2.2 How to make it choose prefixes from different sets?

Dkf

Active member
For example, there is a section for selling tires. And there are sets of prefixes:

  • Set 1: 185, 195, 205, 215, 225.
  • Set 2: 55, 60, 65, 70, 75.
  • Set 3: R15, R16, R17, R18.

If I use forum capabilities and make the user select 3 prefixes, they might choose all prefixes from a single set, for example: 185, 195, 205.

But I need the structure to be: Set1/Set2 Set3. For example: 205/60 R17

However, I need it to be so that they choose from each set separately.

Thank You
 
By default you can't have more than one prefix, so this must be something an addon you have.

This is something you can do with custom thread fields although it isn't the same obviously.
 
There is an add-on to allow similar to this (don't know how many prefixes it allows to be used at once).

Note, there have been reports that this add-on interacts negatively with some other add-ons in the reviews.

You could do the same as @Mr Lucky pointed out using custom thread fields and then show them at the top of the post similar to how I do this:

Screen Shot 2023-07-25 at 2.35.36 PM.png

You can make those fields "required" to make a post in that area, but then if you do that, it's required for ANY new post in that area.
 
Top Bottom