PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Mod Submissions (http://www.phpdig.net/forum/forumdisplay.php?f=24)
-   -   Small Highlight Patch (http://www.phpdig.net/forum/showthread.php?t=247)

Charter 11-26-2003 06:28 PM

Small Highlight Patch
 
Hi. When doing a search on keyword, if keyword is followed immediately by a period, and if keyword is not in any other snippet, PhpDig will return the resulting page but won't highlight the keyword. To fix this, do the following.

In search_function.php find:
PHP Code:

$stop_regs "[][(){}[:blank:]=&?!&#%\$£*@+%:;,'\"]"

and replace with the following:
PHP Code:

$stop_regs "[][(){}[:blank:]=&?!&#%\$£*@+%:;,\\.'\"]"



All times are GMT -8. The time now is 08:06 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.