ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,665
- Points
- 823
Reputation:
We use the multi-prefix add-on for our forum in order to allow posts with multi-prefixes.
That add-on adds this JSON to the return when requesting a specific thread:
Code:
Ideally, we would be able to fetch all the prefix_ids that we have setup so that we can map those prefix_ids to their respective titles and don't have to hardcode that into the mobile app that we are building with the API. The challenge with hardcoding is that we do...
Read more
Continue reading...
That add-on adds this JSON to the return when requesting a specific thread:
Code:
Code:
"sv_prefix_ids" : [
14,
155
],
Read more
Continue reading...