Multi Prefix

Multi Prefix [Paid] 1.8.16

No permission to buy ($20.00)
The same functionality is in prefix essentials it seems. It would make sense to merge the addons though.
 
The only option this addon has is only this?
No available global settings?
1514905518256.webp

How to set maximum prefixes in all forum to 2?
 
Last edited:
Bug?
A thread containing 2 prefix when move to different forum the prefixes are still retain even though some of the prefix isn't allowed on the new forum.
 
This is fixed now right?
I don't think there is explicit support for it, I've been fairly busy so haven't been able to work on new features. I'ld probably fold that add-on into this one if I had the time.

The only option this addon has is only this?
No available global settings?
View attachment 165569

How to set maximum prefixes in all forum to 2?
Code:
update xf_forum set xm_max_prefixes = 2

Bug?
A thread containing 2 prefix when move to different forum the prefixes are still retain even though some of the prefix isn't allowed on the new forum.
Are you doing this via the admin ui? or via the front-end moderator tools?
 
  • Like
Reactions: rdn
I'ld probably fold that add-on into this one if I had the time.
Thanks!

Are you doing this via the admin ui? or via the front-end moderator tools?
Doing on front end.
But it will only apply when the prefix was added before this addon installed.
Doesn't happen now with recent prefix added after this addon installed.
 
I just upgraded from 1.4 to 1.8.5 and the prefix only showing 1,but actually there are 3. Cant downgrade either.
Have you checked the the template modification list and seen if there are any changes not applying for this add-on?

How many other add-ons do you have? And can you give a list?
 
Can you run the following SQL to verify the prefixes exist;

Code:
show create table xf_thread;

select count(*) from xf_thread where xm_prefixes like '%,%';
 
Xon updated Multi Prefix with a new update entry:

1.8.6 - Maintenance update

Note; this update is not required (and will not do anything) for versions > 1.7.x
  • Revise pre-1.7.0 upgrade path to be restart-able hopefully without data-loss.
    • This process can take a long time depending on database and number of threads.

      Do not restart this upgrade if it times out.

      Please open a support ticket on https://atelieraphelion.com to investigate to confirm the migration code will restart successfully.

Read the rest of this update entry...
 
Top Bottom