bludhound
04-01-2011, 01:37 AM
Hello, i need a bit of help on coding something.
I want to add a link to all users postbits that will link to a search of threads started by that person in a specific forum.
I already know where i would need to code this but I'm having trouble on the actual code needed to do this. So far I've got this:
<a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw userinfo.userid}&starteronly=1&contenttypeid=1&for umchoice[]=1&childforums=2&">My Creations</a>
But when i click that link it says:
"Please add more constraints to your search. Searches that return all or most of the database are a bad idea"
I'm new to vb code so have no idea if I'm even close to achieving what i want.
Could someone help guide me on how to achieve this?
Thanks.
I want to add a link to all users postbits that will link to a search of threads started by that person in a specific forum.
I already know where i would need to code this but I'm having trouble on the actual code needed to do this. So far I've got this:
<a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw userinfo.userid}&starteronly=1&contenttypeid=1&for umchoice[]=1&childforums=2&">My Creations</a>
But when i click that link it says:
"Please add more constraints to your search. Searches that return all or most of the database are a bad idea"
I'm new to vb code so have no idea if I'm even close to achieving what i want.
Could someone help guide me on how to achieve this?
Thanks.