Hi

thank you for the reply, what happen is I bought a third party Skin and it has the search Box on the header like youtube, but it doesn't work.

so today i removed the line :

<input tabindex="1" maxlength="128" name="search_id" value="">
and replace with:

<input tabindex="1" maxlength="128" name="search" value="{$smarty.request.search}">
Upload, and check the search :) it works

still have to learn how to edit the commands how to replace contents on specific templates that could not give error, even i know most of the templates = tpl files all been done by HTML and not coded as php.

The GOOD thing is: Search box On header template working on all pages no errors :) some thing new I learn to do.

if you have more knowledge about that i like to share with you.

Regards
Abe