Matthew Hawley
Well-known member
yolulz submitted a new resource:
Find Your Posts in a Thread (version 1.0) - quick and easy way to find all your posts in one thread
Read more about this resource...
Find Your Posts in a Thread (version 1.0) - quick and easy way to find all your posts in one 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, '{xen:phrase unwatch_thread}', '{xen:phrase watch_thread}'}</a> </xen:if>
Add above:
Code:<label><a href="{xen:link search/search, '', 'type=post', 'thread_id={$thread.thread_id}',...
Read more about this resource...