New Test Version Posted
2024-04-09
- basexf: Add XF categorized tags into: category, genre, characters, contenttags and formattags
- basexf: Fix for prefix tags, put in prefixtags included in genre
SB /
SV have added categories for forum(thread) tags.
FFF already collected them all together in forumtags--this continues so nobody's config breaks.
But now, the categorized tags are collected into the appropriate FFF metadata entries. I don't see a one-to-one mapping for any existing FFF standard metadata entry for XF's 'Content' or 'Format' categories, so they are each their own thing.
I also found that 'prefix' tags were broken, so I put those in their own
prefixtags entry also and include them in
genre.
A couple more details:
capitalize_forumtags applies to all the forum(thread) tags:
Code:
## XenForo tags are all lowercase everywhere that I've seen. This
## makes the first letter of each word uppercase. Applied before
## replace_metadata. Also applies to category, genre, characters,
## contenttags and formattags collected from site tags.
capitalize_forumtags:true
genre still currently gets
all forumtags and
category still gets
tagsfromtitle,parentforums
Code:
## Add forumtags to standard entry genre and tagsfromtitle to
## category. Can be changed in personal.ini if desired.
include_in_genre:genre,forumtags,prefixtags
include_in_category:category,tagsfromtitle,parentforums
If you disagree or have other ideas about how to handle this, now is the time to discuss--before it gets released.