K
kittycaticus
Guest
Guest or Bot
I'm working on this widget. It correctly links to threads that meet the conditions, however it only displays the Prefix (correctly with formatting), not the thread title. Any ideas what I'm doing wrong? I want it to display the prefix and the thread title, linked to the thread.
Code:
Read more
Continue reading...
Code:
Code:
<div id="rp-open-threads">
<ul class="rp-thread-list">
<li class="rp-loading">Loading open threads…</li>
</ul>
</div>
<script>
(function () {
const FORUM_URL = '/forums/9/';
const...
Read more
Continue reading...