For some reason it's no longer hooking ..
I just added it to the template..
only thing is that all user group have access to it..
no big dea,l why have a addon if all can't benefit from it
in the showthread template
I added this
PHP Code:
<div class="advancedsearchlink"><a href="search.php?{vb:raw session.sessionurl}do=finduser&search_type=1&searchthreadid={vb:raw threadid}&contenttype=vBForum_Post&userid={vb:raw bbuserinfo.userid}&showposts=1">{vb:rawphrase ms_find_my_posts}</a><br />
above this
PHP Code:
<a href="search.php?{vb:raw session.sessionurl}search_type=1&searchthreadid={vb:raw thread.threadid}&contenttype=vBForum_Post">{vb:rawphrase advanced_search}</a></div>
so it looks like this
PHP Code:
<div class="advancedsearchlink"><a href="search.php?{vb:raw session.sessionurl}do=finduser&search_type=1&searchthreadid={vb:raw threadid}&contenttype=vBForum_Post&userid={vb:raw bbuserinfo.userid}&showposts=1">{vb:rawphrase ms_find_my_posts}</a><br /><a href="search.php?{vb:raw session.sessionurl}search_type=1&searchthreadid={vb:raw thread.threadid}&contenttype=vBForum_Post">{vb:rawphrase advanced_search}</a></div>