BUDIMAN
08-09-2010, 03:07 PM
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..
http://img340.imageshack.us/img340/1651/72592271.png
--------------- Added 1281438675 at 1281438675 ---------------
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
<a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw bbuserinfo.userid}&contenttype=vBForum_Post&starte ronly=1&forumchoice[]={vb:raw forumid}" target="_blank" rel="nofollow">My Thread</a>
Unanswered Thread In Specific Forum
<a href="search.php?do=process&search_type=1&contenttype=vB Forum_Post&forumchoice[]={vb:raw forumid}&childforums=1&replyless=1&replylimit=0&no cache=0" rel="nofollow">Thread With No Reply</a>
Find Your Post In Specific Forum
a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw bbuserinfo.userid}&contenttype=vBForum_Post&showpo sts=1&forumchoice[]={vb:raw forumid}" target="_blank" rel="nofollow">My Post</a>
put them in Forum Display template..and you're done..
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..
http://img340.imageshack.us/img340/1651/72592271.png
--------------- Added 1281438675 at 1281438675 ---------------
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
<a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw bbuserinfo.userid}&contenttype=vBForum_Post&starte ronly=1&forumchoice[]={vb:raw forumid}" target="_blank" rel="nofollow">My Thread</a>
Unanswered Thread In Specific Forum
<a href="search.php?do=process&search_type=1&contenttype=vB Forum_Post&forumchoice[]={vb:raw forumid}&childforums=1&replyless=1&replylimit=0&no cache=0" rel="nofollow">Thread With No Reply</a>
Find Your Post In Specific Forum
a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw bbuserinfo.userid}&contenttype=vBForum_Post&showpo sts=1&forumchoice[]={vb:raw forumid}" target="_blank" rel="nofollow">My Post</a>
put them in Forum Display template..and you're done..