News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

Need to remove search area in ReferenceRC4

Started by lord alibaski, January 19, 2011, 06:15:25 PM

Previous topic - Next topic

lord alibaski

ok I have had help with this before on another theme but everytime I try to do the same to this theme as I did with the other theme the search area keeps moving to the top left of the forum.

Can someone please tell me what I have to remove to get rid of this search area please.

ReferenceRC4


Thanks.

Crip

Quote from: lord alibaski on January 19, 2011, 06:15:25 PM
ok I have had help with this before on another theme but everytime I try to do the same to this theme as I did with the other theme the search area keeps moving to the top left of the forum.

Can someone please tell me what I have to remove to get rid of this search area please.

ReferenceRC4


Thanks.
[index.template.php] REMOVE

                     <div id="searcharea">
            <form action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '">
                 <input class="inputbox" type="text" name="search" value="', $txt['search'], '..." onfocus="this.value = \'\';" onblur="if(this.value==\'\') this.value=\'', $txt['search'], '...\';" /> ';

                           // Search within current topic?
                           if (!empty($context['current_topic']))
                           echo '
                              <input type="hidden" name="topic" value="', $context['current_topic'], '" />';

                           // If we're on a certain board, limit it to this board ;).
                           elseif (!empty($context['current_board']))
                           echo '
                              <input type="hidden" name="brd[', $context['current_board'], ']" value="', $context['current_board'], '" />';

                     echo '
                        </form>
                     </div>';
[/b]



Note -- be sure & add ';   back on the </div>'; above it...
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Advertisement: