Links with the rel="nofollow" tag

General project discussion. NOT for help questions.
Post Reply
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Links with the rel="nofollow" tag

Post by Dr.CSS »

How are you trying to do this?... inside the edit page mode?
Using the CMSMS selflink in page edit mode?
Why are you doing this?...
nils73
Power Poster
Power Poster
Posts: 520
Joined: Wed Sep 08, 2004 3:32 pm

Re: Links with the rel="nofollow" tag

Post by nils73 »

At present the rel-attribute is not supported by either cms_selflink (taglink) or FCKEditor. It might work with TinyMCE in next version of CMSMS but I agree that it would be a nice-to-have in cms_selflink, not only for "nofollow" but for other reasons as well.

Regards,
Nils
mahjong

Re: Links with the rel="nofollow" tag

Post by mahjong »

At present the rel-attribute is not supported by either cms_selflink
Internal links :

Code: Select all

{cms_selflink page='page_alias'  more='rel="nofollow"' text='some text'}
External links : Disable FCKEditor and type directly :

Code: Select all

<a href="http://www.somewebsite.com" rel="nofollow">some text</a>
Last edited by mahjong on Tue Jan 02, 2007 6:44 am, edited 1 time in total.
nils73
Power Poster
Power Poster
Posts: 520
Joined: Wed Sep 08, 2004 3:32 pm

Re: Links with the rel="nofollow" tag

Post by nils73 »

mahjong: I forgot about the more-option. Thanks for pointing that out.

Regards,
Nils
Post Reply

Return to “General Discussion”