Resource icon

XenForo 1 Find Your XenForo Posts in a Thread

This is a quick and easy way to find all your posts in one thread.

1. Go to the thread_view template.

Find:
Code:
<xen:if is="{$canWatchThread}">
<a href="{xen:link 'threads/watch-confirm', $thread}" class="OverlayTrigger" data-cacheOverlay="false">{xen:if $thread.thread_is_watched, '{xenhrase unwatch_thread}', '{xenhrase watch_thread}'}</a>
</xen:if>

Add above:
Code:
<label><a href="{xen:link search/search, '', 'type=post', 'thread_id={$thread.thread_id}', 'users={$visitor.username}'}">Your Posts</a></label>

-Optional-

1. Go to thread_list_item

Find
Code:
<div class="controls faint">

Add below

Code:
Code:
<label><a href="{xen:link search/search, '', 'type=post', 'thread_id={$thread.thread_id}', 'users={$visitor.username}'}">Your Posts</a></label>




Hope you enjoy!
  • testing.png
    testing.png
    1.9 KB · Views: 63
  • testing2.png
    testing2.png
    5.6 KB · Views: 54
  • Search Results.png
    Search Results.png
    5.3 KB · Views: 60
Author
Matthew
Views
138
First release
Last update
Rating
0.00 star(s) 0 ratings
Back
Top