|
Re: new forums created via api are not visibile [message #187995 is a reply to message #187960] |
Sun, 20 December 2020 08:16 |
|
fennecfox
Messages: 2 Registered: April 2017
Karma: 0
|
Junior Member |
|
|
If you append a call to rebuild_forum_cat_order(), the forum index will show the newly-created forum. The rebuild_forum_cat_orders() function is in include/cat.inc.
I am guessing that FUDforum caches the forum index info because database calls take time and forums don't get added or deleted that often. So one has to update that cache. I didn't find a way to do that via the API.
|
|
|