thanks Erwin for your work!
I have two questions:
1) in your manual:
Quote:
In search.php
1. Find:
************************************************** ***********
// insert query into db
************************************************** ***********
ABOVE, ADD:
************************************************** ***********
// search thread - Erwin
if (!$threadid) {
$threadid="0";
}
// search thread - Erwin
************************************************** ***********
|
But I have this "
// insert query into db" 6 times in my search.php. So do I have to do the changes 6 times or just for the first ?
2.) I don't have the following line of code in my search.php (vB 2.2.6)
Quote:
5. Find:
************************************************** ***********
post.visible=1 AND thread.visible=1 AND $newpostsql $search[query]
************************************************** ***********
|
is there a possibility to install your hack with 2.2.6 ?
thanks,
Schorsch