grantus
Active member
I have a template where I'd like to put my own search box but I don't know what the code would be to use the Xenforo search.
I do have this:
Which does work but the problem is I want the search to be only for titles and posts. So I tried this:
But it just uses the "?q=".
Any ideas?
I do have this:
Code:
<form action="https://www.example.com/search/1/?q=">
Which does work but the problem is I want the search to be only for titles and posts. So I tried this:
Code:
<form action="https://www.example.com/search/1/?q=&type=post&title_only=1">
But it just uses the "?q=".
Any ideas?