Hi i want to make a new drop down menu just like the notifications drop down menu, and it will contain in the drop down menu the posts and the threads that a user created or has replied.
my code is this one:
PHP Code:
<!--codemyposts-->
<li class="popumenu">
<a class="popupctrl" href="javascript://">{vb:rawphrase my_posts}</a>
<ul class="popupbody popuphover">
<li class="popupbody popuphover"><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw bbuserinfo.userid}&contenttype=vBForum_Post&starteronly=1">{vb:rawphrase my_threads}</a></li>
<li class="popupbody popuphover"><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw bbuserinfo.userid}&contenttype=vBForum_Post&showposts=1">{vb:rawphrase my_posts}</a></li>
</ul>
</li>
<!--codemyposts_end-->
any help would be appreciated
thanks in advance