Quote:
Originally Posted by bhxtyrant
Hmm there doesnt seem to be a template called "links_scantext" i only see links_Admin_Scan_one,links_Admin_Scan_start,links_ Admin_Scan_end,links_Admin_Scan_line.
|
Sorry, forgot you were using 2.0.5. In 2.0.6, I modified how this phrase was built up to make it easier to change.
Either look for the phrase ll_trawled or edit local_links_admin.php and go to line 1517, which reads
Code:
list ($insert_status, $linkid) = insert_link ($vbulletin->userinfo['username'], $vbulletin->userinfo['userid'], $title, $key, '', $vbphrase['ll_trawled'].' '.$dir, $pcatid, $pforum, $statuscheck, $moderate, 0);
Its the sequence
Code:
$vbphrase['ll_trawled'].' '.$dir
that you need to change - be careful that you don't mess the commas