View Full Version : Sites cannot be Suspended.
bunny
01-01-2007, 06:09 AM
Hello,
Tried to suspend a site it will not suspend at all, all i can do is approve or disapprove but not suspend.
Any help would be appreciated
Dave Baker
01-07-2007, 12:31 AM
***Open admin/manage-links.php and find following code arround line 103***
elseif ($_POST['change_status'] == 'ban') {
foreach($_POST['links'] as $key=>$value) {
$gAdminDb->updateLinkStatus($value, 'banned');
}
$msg = $gDirLang['changes_saved'];
}
***Below this code add***
elseif ($_POST['change_status'] == 'suspend') {
foreach($_POST['links'] as $key=>$value) {
$gAdminDb->updateLinkStatus($value, 'suspended');
}
$msg = $gDirLang['changes_saved'];
}
***Save file***
bunny
01-07-2007, 12:50 AM
Ok what about a way to delist a sponsored link, its driving me crazy trying to figure out how to unmark a sponsored link to just normal listing.
Dave Baker
01-08-2007, 05:19 PM
You can apply this modification http://www.esyndicat.com/forum/showthread.php?t=8016 or to wait up to output of our next patch in which these opportunities will be included.
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.