![]() |
PhpDig Version 1.8.7 Released
Hi. PhpDig version 1.8.7 has been released as a 'minor' release. The changes can be found in the Changelog file. Fresh install and upgrade instructions are given in the documentation. Do check this thread on a regular basis for any possible code changes to PhpDig version 1.8.7.
|
The SEARCH_DEFAULT_LIMIT constant in the config file can only understand 10, 30, or 100 as a value, but this is not noted in the config file. If you should happen to set SEARCH_DEFAULT_LIMIT to 20 for example, then you will get an "undefined offset" notice when error reporting is on high. To allow SEARCH_DEFAULT_LIMIT to take on values other than 10, 30, or 100, do the following:
In function_phpdig_form.php find: Code:
$limit10 = array(10 => 'selected="selected"', 30=> '', 100=> ''); Code:
$limitopt_flag = 0; Code:
<option ".$limit10[$limite].">10</option> Code:
$selectoptlist |
FaberFedor noticed that dashed words such as foo-bar are not considered one word in PhpDig v.1.8.7.
To fix, in robot_functions.php find the phpdigCleanHtml function, and in this function find: Code:
//replace foo characters by space Code:
//replace foo characters by space |
All times are GMT -8. The time now is 01:27 PM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.