PDA

View Full Version : Search Only Articles


kontagio.us
05-05-2012, 09:32 PM
I want my search bar in navbar to only search articles by default. Can someone help me?

kh99
05-06-2012, 10:20 AM
Edit your navbar template, and search for <form action=search.php. Then, in side the forms tags (near the similar input tags), add this:

<input type="hidden" name="contenttype" value="vBCms_Article" />

kontagio.us
05-06-2012, 06:39 PM
Thank you this worked perfect!