Adult Script Pro Community Forums

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.

#1 2015-01-30 16:50:04

ful2fun.com
Member
From: Usa
Registered: 2011-09-16
Posts: 1,041
Website

How To create NoDofollow hardlink

Hello,


Anybody know how to create nodofollow backlinks in  Aspro and ASS.

Offline

#2 2015-01-31 14:01:10

ful2fun.com
Member
From: Usa
Registered: 2011-09-16
Posts: 1,041
Website

Re: How To create NoDofollow hardlink

Hello Adrian,
Can you update.

Offline

#3 2015-01-31 15:51:13

elraise
Member
Registered: 2015-01-22
Posts: 10

Re: How To create NoDofollow hardlink

If you want to have both links (follow and nofollow) choosing from the backend of aspro, this requires a change to the form: admin/modules/link.

If you want, very simply, that all the links are nofollow go: templates/your-themes/extend/widgets/link-footer.widget.php (if you use the links in the footer).

Edit this line

$output[]   = '<li class="footer"><a href="'.$url.'" '.$title.$target.'>'.htmlspecialchars($link['title']).'</a></li>';

adding donofollow

I think it goes well

 $output[]   = '<li class="footer">'<a href="'.$url.'" rel="nofollow"'.$title.$target.'>'.htmlspecialchars($link['title']).'</a></li>';  

Offline

#4 2015-01-31 15:52:11

ful2fun.com
Member
From: Usa
Registered: 2011-09-16
Posts: 1,041
Website

Re: How To create NoDofollow hardlink

Thanks for information I want only 1 Link as dofollow

Offline

Board footer

Powered by FluxBB