- Affected version
- 2.0
In xF1 the markup for a thread with a prefix in a forum was...
<li id="thread-1" class="discussionListItem visible prefix1" data-author="Admin">
In xF2 this has changed to...
<div class="structItem structItem--thread js-inlineModContainer js-threadListItem-1" data-author="Admin">
The prefix1 class is missing. Is it possible to get this back?
<li id="thread-1" class="discussionListItem visible prefix1" data-author="Admin">
In xF2 this has changed to...
<div class="structItem structItem--thread js-inlineModContainer js-threadListItem-1" data-author="Admin">
The prefix1 class is missing. Is it possible to get this back?