Re: 1.8 header problems
ok mayby is should talk to my self 😉
found this
row 12 in the refresh file:
if(rand(1,$search_refresh_rate)==1) {
found a admin php search page:
/tiki-admin.php?page=search
and added the number
100 there in the first field. hope this helps.
is there some one who can add a bit of code like this (i'm not a php-guy)
if($search_refresh_rate == ''){
$search_refresh_rate= default_refresh_rate;
}
before line 12 😀