Forum - {TRACK} works only for first one
Bug Description
Normally you have {TRACK} shortcode at the top and bottom of the forum topic.
I don't know if it is bootstrap related, but on the bootstrap4 site it works only with the first shortcode. I mean changing icon etc.
I suppose it is because ID forum-track-button is used, not a class.
Default core template use this too: forum_viewtopic_template.php
Thanks
Importance: low Fixed by removing the second shortcode from the theme template.
when you have a list of tracked topics, nothing changes when clicking to untrack topic (no visual change). After refresh, the topic is not listed.
ID includes topic id - $buttonId = "forum-track-button" . intval($row['thread_id']);
Is it ajax problem or bootstrap 5 ?
https://github.com/e107inc/e107/issues/4932