📢 Moderators Needed 🚀

Moderators are needed with resources to post or have access to resources to post. Submit an application to be considered.
K

RSS Widget displays prefix but not thread title

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:

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...
 
Similar content Most view View more
Back
Top