Sensei
- Join Date:
- Jan 2004
- Posts:
- 63,513
- Plugin Contributions:
- 177
Please help!!! Logged out during search...
Hmmmm .... I take back that last statement. The hidden zenid field required for the search is not being generated properly in your search sidebox.
In v1.2.7, edit your /includes/templates/YOURTEMPLATE/sideboxes/tpl_search.php
on line 25, you have:php $content .= zen_draw_hidden_field('search_in_description', '1'); Change that to the following:```php
$content .= zen_draw_hidden_field('search_in_description', '1') . zen_hide_session_id();
If you were using the search bar in the header, you'd do the same to the sideboxes/tpl_search_header.php