Robust
Well-known member
So I save groups for my add-on as IDs (for example, the tag 'moderator' may be ID 2). In the database this is ID 2, the tag is saved in the table myaddon_groups.
The tag should be shown on profiles, posts, etc. So I need to go from ID to the tag. What's the most efficient way to extend XenForo's code to show the tag instead of the ID?
This tag is shown mainly in threads, posts and profiles, but I don't want to limit to that if possible.
The tag should be shown on profiles, posts, etc. So I need to go from ID to the tag. What's the most efficient way to extend XenForo's code to show the tag instead of the ID?
This tag is shown mainly in threads, posts and profiles, but I don't want to limit to that if possible.