The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
Hello,
Can anybody tell me how to put hardlinks in ASS without referral links.
Offline
if that's what you mean
go to the \ templates \ your-template \ extend \ widgets
open the file with links_footer.widget editor
look for the line
$output[] = '<li> '.$number.'. <a href="'.RELATIVE_URL.'/link/out/?id='.$link['link_id'].'&url='.$link['url'].'"'.$title.$target.'>'.e($link['title']).'</a></li>';
replace with
$output[] = '<li> '.$number.'. <a href="'.$link['url'].'"'.$title.$target.'>'.e($link['title']).'</a></li>';
Offline
Pages: 1