By default, this plugin will look in all forums and list out all threads a user has participated in. To narrow it down, you'll need to follow these steps:
- Log in to the MyBB Admin CP.
- Navigate to the forum you'd like to include.
- Click "Edit Forum Settings."
- Check off the box below "Display Order" labeled "Include in threadlog?"
- Click "Save Forum."
In case you lose the link for some reason, threadlogs can be accessed with the following link (sub UID with the user ID you'd like to view):
<a href="{$mybb->settings['bburl']}/misc.php?action=threadlog&uid=UID">Click me!</a>
- {$threadlog_list}
- outputs either
threadlog_row
orthreadlog_nothreads
<dt>{$multipage}</dt>
<dd>outputs MyBB pager</dd>
<dt>{$count_total}</dt>
<dd>outputs total number of threads</dd>
<dt>{$count_closed}</dt>
<dd>outputs number of closed threads</dd>
<dt>{$count_replies}</dt>
<dd>outputs number of threads awaiting a reply from specified user</dd>
<dt>{$count_active}</dt>
<dd>outputs number of active threads</dd>
<dt>{$uid}</dt>
<dd>outputs user ID</dd>
- {$threadlog_status}
- outputs "closed", "needs-reply", or "active"
<dt>{$thread_title}</dt>
<dd>outputs an anchor tag with the thread subject</dd>
<dt>{$thread_participants}</dt>
<dd>outputs comma-separated list of participants, excluding the current user</dd>
<dt>{$thread_date}</dt>
<dd>outputs date thread was started</dd>
<dt>{$thread_latest_poster}</dt>
<dd>outputs link to the user who last posted</dd>
<dt>{$thread_latest_date}</dt>
<dd>outputs date of last post</dd>
<dt>{$thread_prefix}</dt>
<dd>outputs prefix of thread</dd>
<dt>{$thread_posts}</dt>
<dd>outputs number of posts in this thread</dd>
<dt>{$tid}</dt>
<dd>outputs thread ID</dd>
This template has no variables.
- Backup your templates somewhere safe.
- Uninstall the old threadlog completely.
- Install new threadlog, overwriting all files.
- Update templates to your liking.