ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 30,049
- Points
- 823
Reputation:
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...