Skip to main content

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?

Ceez Vision

Tawsif Ahmed RiyadΒ We no longer can see the Topic IDs like before the UI change...

1.00

Mat Kyc

Up. Where i can find topi ids?

Ceez Vision

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].

Mat Kyc

Ceez VisionΒ thank you :)

Ceez Vision

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].