Increase the size of the node window on the search page

Increase the size of the node window on the search page

Paul B

XenForo moderator
Staff member
Brogan submitted a new resource:

Increase the size of the node window on the search page (version 1.0) - A larger number of visible nodes may be preferable for sites with lots of nodes.

If you find the node window on the search page a little small, you can easily increase it by editing the following templates:

Template: search_form

Look for:
Rich (BB code):
<li><select name="nodes[]" id="ctrl_nodes" size="7" multiple="multiple" class="textCtrl">
Replace with:
Rich (BB code):
<li><select name="nodes[]" id="ctrl_nodes" size="10" multiple="multiple" class="textCtrl">


Template: search_form_post...

Read more about this resource...
 
Top Bottom