This is what I am looking to do -

1. user will submit the content with their links in the content
2. Initially their links will be nofollow
3. I will read the content and can make the links as dofollow (or don't make any chances keeping the links as nofollow)

How can I get this functionality ?

Comments

alan d.’s picture

You may have to write these yourself, but a fairly straightforward way would be to create an input filter to add the nofollow attribute to the links on the page. Set this to the default filter for user entered content.

Then once you edit the page, apply a new format that does not include the nofollow attribute filter.

The HTML filter could do this "index.php?q=admin/settings/filters/1/configure", check the "Spam link deterrent" on the user input format. On the approved content, make sure that this is disabled.


Alan Davison
www.caignwebs.com.au

Alan Davison
xano’s picture

External link filter does the same, but only for external links.