Hi,<br>
<br>
I am working on a content management project.(Using PHP for the first
time). I have managed to add the search button to the skins tmpl file
and it dislays fine on my web page but I have no clue as to how to
activate this function.<br>
Here is what I added to the skin TMPL file:<br>
<span style="color: rgb(51, 102, 255);">&lt;/div&gt;</span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div id=&#39;content&#39;&gt;</span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div id=&#39;col-left&#39;&gt;</span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">&lt;tr&gt;</span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">&nbsp; &nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; &lt;td valign=&quot;top&quot; width=&quot;50&quot; style=&quot;padding-top:
12px&quot;&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; </span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; &lt;table cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; border=&quot;0&quot;
bgcolor=&quot;#ffffff&quot;
width=&quot;185%&quot;&gt;&lt;tr&gt;&lt;td&gt;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; </span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;table cellspacing=&quot;2&quot; cellpadding=&quot;2&quot; border=&quot;0&quot; bgcolor=&quot;#000000&quot; width=&quot;185%&quot;&gt;</span><br style="color: rgb(51, 102, 255);">

<span style="color: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;tr&gt;&lt;td class=&quot;searchheader&quot;&gt;</span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;strong&gt;&lt;a
href=&quot;$ScriptUrl/PmWiki/$[SearchWiki]&quot;&gt;$SearchWiki&lt;/a&gt;&lt;/strong&gt;</span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/td&gt;&lt;/tr&gt;</span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;tr&gt;&lt;td class=&quot;searchcell&quot;&gt;</span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;form action=&#39;&#39;$ScriptUrl/PmWiki/$[SearchWiki]&quot;&gt;</span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;input type=&quot;hidden&quot; name=&quot;n&quot; value=&quot;PmWiki.SearchWiki&quot; /&gt;</span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;input class=&quot;navinput&quot; size=&quot;25&quot; type=&quot;text&quot;&nbsp; name=&quot;guixt&quot;
value=&quot;&quot; /&gt; </span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;input class=&quot;navbutton&quot; type=&quot;submit&quot; value=&quot;$[Go]&quot; /&gt;</span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/form&gt;</span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/td&gt;&lt;/tr&gt;</span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/table&gt;</span><br>
In the CSS I added the following:<br>
<span style="color: rgb(51, 51, 255);">.searchheader {</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; font-size: 12px;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; font-weight: normal;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; line-height: 12px;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; padding-left: 5px;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; color: #003F87;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; background-color: #6E7B8B;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">}</span><br style="color: rgb(51, 51, 255);">
<br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">.searchheader a {</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; font-size: 12px;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; font-weight: bold;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; line-height: 12px;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; padding-left: 3px;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; color: #eee;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; </span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; text-decoration: none;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">}</span><br style="color: rgb(51, 51, 255);">
<br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">.searchcell {</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; font-size: 10px;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; font-weight: normal;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; line-height: 10px;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; padding-top: 5px;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; padding-left: 5px;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; padding-right: 5px;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; padding-bottom: 0px;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; color: #5A6F5A;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&nbsp; background-color: #C4C4C4;</span><br>
<br>
&nbsp;Please let me know what I need to add to the config guide. I am
not even sure if I am in the right direction with this whole search
thing. <br>
<br>
Appreciate any input!<br>
<br>
Thanks,<br>
-Ananya<br>