Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 31
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 20
Total: 20

Removing Search

Started by Soulmaster, Dec 10, 10, 04:50:41 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Crip

I have become comfortably numb!


No PM's for Support unless invited! 

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

Soulmaster

YEAAAAAAAAAAAAAAAAAAAAH tnx mate

and now my other problem :)

Crip

Make a backup 1st-----


in your "(index.template.php)" find & Remove this bit

                     <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>';
I have become comfortably numb!


No PM's for Support unless invited! 

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

willemjan

Quote from: Soulmaster on Dec 10, 10, 10:05:11 AM
not found :(

but found this

#footer_section ul li.copyright
{
   display: block;
}

Sorry looked at it in a wrong theme :P

Soulmaster

#14

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/bliksemdet/domains/bliksemdetectie.nl/public_html/Themes/reference_203/index.template.php on line 217

and line 217 says: <form action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '">

Crip

Use [ code ] tags [ / code ]
paste the code you added here..?
I have become comfortably numb!


No PM's for Support unless invited! 

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

Soulmaster

sorry


Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/bliksemdet/domains/bliksemdetectie.nl/public_html/Themes/reference_203/index.template.php on line 217

and line 217 says:             <form action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '">
[/code

like this?

]

willemjan

I bet you have to completely delete that line ;)

Remember to backup first!!

Crip

I have become comfortably numb!


No PM's for Support unless invited! 

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

Soulmaster