Hi,

urlfilter doesn't filter in the following cases:

<p>http://www.37signals.com/svn/</p> (i.e., HTML paragraph start tag immediately in front if the link)

and

(http://www.37signals.com/svn/) (parens before or after the link).

Comments

joe lombardo’s picture

Category: urlfilter » 5138

Nice module! I also found that it doesn't work on really long urls like this one:
http://www.google.com/search?q=chili&q=%28site%3Afamilytimes.com+%7C+inu...

Cheers,
- Joe

jaskegreen’s picture

I am having this same problem. Long URLs don't get filtered entirely. Is there something in the code that limits the length?

Anonymous’s picture

Category: 5138 » feature

I'd like linked pages to open in their own separate browser window. How can I modify the module's code to add target="_blank" at the end of every URL?

ax’s picture

Category: feature » bug

> open pages in their own separate windows

dont't. see http://lists.drupal.org/archives/drupal-devel/2003-08/msg00267.html and many more sites about usability.

changing category back to "bug".

Anonymous’s picture

I agree with your points about pop-ups. However you are talking about it from a geek perspective.
I ctrl-click and it pops up in a nice new mozilla tab.
My users will be looking for the 'any' key, and popping up a new window makes them realise that it is new/different content.
I don't think it should be set as a default, but it out to be an option.
thanks

Steven’s picture

Version: 4.3.x-1.x-dev » 4.7.x-1.x-dev
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)