PDA

View Full Version : Show my threads in forum


postcd
04-14-2014, 04:07 PM
Hello, in vbuleltin forum view, (i mean im on home page and i click some forum name) i see thread list. and i want to filter out quickly only topics which i started or somehow highlight by default all topics i started? any way to do it without going to profile? i just want to see it for certain forum quickly without going into advanced search etc

tbworld
04-14-2014, 05:36 PM
You can perform a search via a page query which you can then add to a navigation menu. Would that do the trick?

postcd
04-21-2014, 07:31 AM
You can perform a search via a page query which you can then add to a navigation menu. Would that do the trick?
How can i add this "page query?"

Seven Skins
04-21-2014, 10:16 PM
You can make a tab/link in navbar and use one of the links below. First link will find the posts second link will find threads.

<a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw userinfo.userid}&amp;contenttype=vBForum_Post&amp;showpost s=1">{vb:rawphrase find_all_posts}</a>

<a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw userinfo.userid}&amp;starteronly=1&amp;contenttype=vBForum _Thread">{vb:rawphrase find_all_started_threads}</a>

postcd
04-28-2014, 08:44 AM
You can make a tab/link in navbar and use one of the links below. First link will find the posts second link will find threads.

<a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw userinfo.userid}&amp;contenttype=vBForum_Post&amp;showpost s=1">{vb:rawphrase find_all_posts}</a>

<a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw userinfo.userid}&amp;starteronly=1&amp;contenttype=vBForum _Thread">{vb:rawphrase find_all_started_threads}</a>


I added second link to my navbar template and when clicked, it says "Please add more constraints to your search. Searches that return all or most of the database are a bad idea."

I need to see only my topics in certain subforum, not whole forum-wide ... :erm:

Barcham
04-28-2014, 03:57 PM
Try this mod by Ozzy47. It should do everything you want it to and more.

Extended Search Links In Navbar

https://vborg.vbsupport.ru/showthread.php?t=302365

postcd
05-05-2014, 05:21 PM
Barcham: I see there is "View My Threaqds function". But i assume it shows all forum wide thread, not just in forum in which i curently are..