Log in

View Full Version : Search template editing


Uberguilds
04-18-2011, 02:15 AM
I'm looking into editing the display of the "Search in forums" box when you search in the forum.

Instead of where you hold "control" to highlight I would like check boxes.

The closest I got is locating the "OPTION" template.


Here is an image of what I'm looking to achieve, I just need to be pointed in the right direction if anyone would help me out!




http://poopspant.com/search.PNG


Edit: <input type="checkbox" value="$optionvalue" class="$optionclass" $optionselected>$optiontitle</input>

kh99
04-18-2011, 02:11 PM
I think it might work if you add name="forumchoice" to the input tags like:

<input name="forumchoice" type="checkbox" value="$optionvalue" ...

Uberguilds
04-19-2011, 06:59 PM
Thanks KH99, big help.

Editing forum options I have disabled an individual forum to show up in the "search in forums" yet I still see the forums I have specifically stated not to be able to search through in the "search in forums" list.

Anyone have any issue with that?

Edit: I set the Display Order in "forum manager" to 0 on the forums I do not want to show on Search; a temporary fix. (I'm not using forumhome)