Forums
-
- Forum
- Posts
-
- Installation
- 28,499
- Troubleshooting
- 62,607
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,971
- Showcase
- 3,257
-
I really don’t know how it could be done but you should be looking for a function with which you can return the current forum category, match it with something you want and then selectively display content as per it.
like :
for each topics
|
—-check category
|
—-if music then music list
—-else if code then code list
—-else if network then network list
Hope that helps.