2009-12-08, 10:15 AM
I would like some help on adding a message under the search.
From this...
![[Image: 5zfp8p.jpg]](https://camo.mybb.com/e24b981158387eb2967a31fdf479d7382eb73614/687474703a2f2f6934362e74696e797069632e636f6d2f357a667038702e6a7067)
To this...
![[Image: 2qd5owl.jpg]](https://camo.mybb.com/b927a5bffb0489abc7d89af357f76060078536fc/687474703a2f2f6934382e74696e797069632e636f6d2f327164356f776c2e6a7067)
I am sure its in the search template somewhere? But how to add it without messing things up?
I did see the {$lang->search_entire_post} in the template. Message must go above that.
Thanks guys
Update, this worked.
![[Image: 1zxnw9v.jpg]](https://camo.mybb.com/557c32dadb6aeb636e8cbdd2a73afc5fa452639c/687474703a2f2f6934352e74696e797069632e636f6d2f317a786e7739762e6a7067)
Now i need to know if its ok... or should i change/add something?
I would also like to change the text size of the message. Don't know how.
From this...
To this...
I am sure its in the search template somewhere? But how to add it without messing things up?
I did see the {$lang->search_entire_post} in the template. Message must go above that.
</tr>
<tr>
<td>
<span class="smalltext"><input type="radio" class="radio" name="postthread" value="1" checked="checked" />{$lang->search_entire_post}<br /><input type="radio" class="radio" name="postthread" value="2" />{$lang->search_titles_only}</span></td>
</tr></table>
</td>
<td class="trow1">
<table><tr>
Thanks guys

Update, this worked.
</tr>
<tr>
<td>
For faster search, "search titles only"<br />
<span class="smalltext"><input type="radio" class="radio" name="postthread" value="1" checked="checked" />{$lang->search_entire_post}<br /><input type="radio" class="radio" name="postthread" value="2" />{$lang->search_titles_only}</span></td>
</tr></table>
</td>
Now i need to know if its ok... or should i change/add something?
I would also like to change the text size of the message. Don't know how.