Multi Prefix

Multi Prefix [Paid] 2.13.3

No permission to buy ($30.00)
Is there a script to check table xf_sv_resource_prefix_link against the real existing prefixes?

 
Disabling the add-on while thread/resources are being updated can cause this, there currently isn't an easy way to rebuild the link table in bulk as it can be tricky to avoid data loss.
 
But finally it is like:
walk through prefix_id, prefix_ids, check if link exists, if not add ... correct?

Then a small php should do the trick. Will check later.
 
When doing a batch update to threads, there are two choices:

no prefix, prefixid=0
any prefix, prefixid=-1

at a customer's forum I can choose "no prefix", but without any effect, all 865 threads are chosen in the sub-forum.
I have not checked the problem in another forum, will do now.


In the public form, there is no choice for "no prefix".
 
@Xon where's the option for placing the prefix before or after thread title? I seem to have seen such options but can't find anymore.
 
Can't edit first post after this update:

Code:
Uncaught TypeError: Cannot read properties of null (reading 'length')
    at c.prepareInput (prefix_menu.min.js?_v=d5c919a4:8:151)
    at c.setupSelect2 (prefix_menu.min.js?_v=d5c919a4:13:90)
    at HTMLSelectElement.i (jquery.min.js:2:88736)
    at HTMLSelectElement.dispatch (jquery.min.js:2:43090)
    at v.handle (jquery.min.js:2:41074)
    at Object.trigger (jquery.min.js:2:71513)
    at HTMLSelectElement.<anonymous> (jquery.min.js:2:72108)
    at Function.each (jquery.min.js:2:2976)
    at S.fn.init.each (jquery.min.js:2:1454)
    at S.fn.init.trigger (jquery.min.js:2:72084)
 
I am happy that you have corrected the problem to search for "no prefix";
but now "no prefix" is always in my filter-form; every time i want to use the filter, I have to click it away.
 
I am happy that you have resolved the problem with "no prefix" in the filter_form,
but now "no prefix" is not in my filter-form at all. (It was always like this, only admin could use it in acp)

But users who want to help with the prefixes can't filter for threads without a prefix now.
Can you please add this or make an option to have it.
 
The (no prefix) filter shows up in the forum filter, if you are doing customizations to the filtering; look up the forum_filter template modifications this add-on has.
 
Hi Xon, can I force user choose one of prefix in a prefix group only?
Example:
A prefix group is including one of these prefix : [Shopping] [Cheap] [Mod]
Can I force user can only choose one of them? (And meanwhile other prefix groups can choose multiple prefix)

I like this feature too.
 
Top Bottom