Posted by Thoor on November 2, 2009 at 5:07pm
Jump to:
| Project: | Link |
| Version: | 6.x-2.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Thoor |
| Status: | active |
Issue Summary
Pretty often the Link Field is filled with so called "Affiliate Links" ... by Users of my websites. Is there a chance to integrate a "Banning solution for affiliate links" in the LINK Module in future?
Or is there already an easy way to ban unwanted links?
Thx Thomas
Comments
#1
I'm not the maintiner, but it's very possible to add this check outside of the module with programming.
Using a form alter, add in a custom validation that checks if the field contains the banned urls. :>
(Use hook_widget_alter to add a textfield of 'banned' links to the widget probably).
So it's possible, but I don't think this module currently does it.