Topic IDs - Where did they go?
since the new UI update I dont know how to locate the topic ID.
Hello, can you attach a screenshot?
Tawsif Ahmed RiyadΒ We no longer can see the Topic IDs like before the UI change...

Up. Where i can find topi ids?
Mariusz CykΒ In your browser:
- Open your Space page in FluentCommunity.
- Then, go to DevTools > Network > filter "by-slug"Β [screenshot].
- Open the request likeΒ
/spaces/{space-slug}/by-slugΒ [screenshot] - Now, check the Response >Β
space.topicsΒ > Each topic object containsΒid,Βtitle, andΒslugΒ [screenshot].
In the database:
Open phpMyAdmin, select your site database, and open theΒ wp_fcom_termsΒ table. The topic IDs will be listed there [screenshot].
Ceez VisionΒ thank you :)
In your browser:
- Open your Space page in FluentCommunity.
- Then, go to DevTools > Network > filter "by-slug"Β [screenshot].
- Open the request likeΒ
/spaces/{space-slug}/by-slugΒ [screenshot] - Now, check the Response >Β
space.topicsΒ > Each topic object containsΒid,Βtitle, andΒslugΒ [screenshot].
In the database:
Open phpMyAdmin, select your site database, and open theΒ wp_fcom_termsΒ table. The topic IDs will be listed there [screenshot].