M
|
mmponline author 10/8/2006 |
Maybe there is still someone that has an answer to this. I see a lot of search engines, help files, etc. that use this feature. |
![]() |
Alexey admin 10/9/2006 |
Stephan, /* // highlight search results
|
T
|
thesofa 10/10/2006 |
Stephan, PHPRunner has some support for search result highlighting however it's incomplete. To enable it find this snippet in generated include\commonfunctions.php file: and remove /** and the next /** signs.
|
J
|
Jane 10/10/2006 |
Hello, |
T
|
thesofa 10/10/2006 |
Hello, there is no this feature in the PHPRunner 3.0. You can do it to edit generated files manually.
|
J
|
Jane 10/10/2006 |
Theoretically you can copy corresponding code snippet from include/commonfunctions.php file (PHPRunner 3.1) and paste it to include/dbcommon.php file (PHPRunner 3.0) (no guarantee it works). |
J
|
Jean 11/4/2006 |
Stephan, PHPRunner has some support for search result highlighting however it's incomplete. To enable it find this snippet in generated include\commonfunctions.php file: and remove /** and the next /** signs.
<?php |
J
|
Jane 11/7/2006 |
Jean, |