I have a request here..
I used VB4.0.5
i just want to know..what is the
HTML code to show :
1-
Unanswered Thread From All Forum
2-
My Threads From All Forum
3-
My Posts From All Forum
i will put this in Forum Display ( i know that the code should contain {vb:raw forumid} )
1-
Unanswered Thread From Current Forum
2-
My Threads From Current Forum
3-
My Posts From Current Forum
Please see the attachment picture..
I hope u understand me,
i just need html code only..
i know there is a plugin for this..but it didn't work for me...
see this :
https://vborg.vbsupport.ru/showthread.php?t=244875
https://vborg.vbsupport.ru/showthread.php?t=244842
https://vborg.vbsupport.ru/showthread.php?t=232622
https://vborg.vbsupport.ru/showthread.php?t=229027
Please...i know..here are so many coder that expert in template editing..
hope u can help me..
i just need HTML code only ok..
--------------- Added [DATE]1281438675[/DATE] at [TIME]1281438675[/TIME] ---------------
nevermind.. i figure it out myself..and of course it's work
these are the code for everyone else to use it.
Find Your Thread in Specific Forum
Code:
<a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw bbuserinfo.userid}&contenttype=vBForum_Post&starteronly=1&forumchoice[]={vb:raw forumid}" target="_blank" rel="nofollow">My Thread</a>
Unanswered Thread In Specific Forum
Code:
<a href="search.php?do=process&search_type=1&contenttype=vBForum_Post&forumchoice[]={vb:raw forumid}&childforums=1&replyless=1&replylimit=0&nocache=0" rel="nofollow">Thread With No Reply</a>
Find Your Post In Specific Forum
Code:
a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw bbuserinfo.userid}&contenttype=vBForum_Post&showposts=1&forumchoice[]={vb:raw forumid}" target="_blank" rel="nofollow">My Post</a>
put them in Forum Display template..and you're done..