Quote:
| Website name : page title |
open libs/link.php and find:
Code:
if(preg_match("'<title>([^<]*?)</title>'", $this->html, $matches)) {
$this->url_title=trim($matches[1]);
}
Code:
if(preg_match("'<title>([^<]*?)</title>'", $this->html, $matches)) {
$url_title=trim($matches[1]);
$url_title = explode(":",$url_title);
$this->url_title = $url_title[1];
}
This only works for new submissions and not current ones, and only submission in the format of Website name : Page title
Tested only in 9.8.2, but the code 9.9.0 looks the same. Backup the above file before applying mod.
Geoserv





Linear Mode

