XenForo
Administrative
- Thread starter
- Admin
- #1
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
ادامه مطلب...
That add-on adds this JSON to the return when requesting a specific thread:
Code:
Code:
"sv_prefix_ids" : [
14,
155
],
Read more
ادامه مطلب...