Closed (won't fix)
Project:
Urlfilter
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2005 at 12:10 UTC
Updated:
18 Jul 2006 at 05:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
Jens-1 commentedI did this myself now, by hacking the regular expressions in the module.
It would be nice to make this a configurable option (setting a custom prefix for every URL), however I don't know how to do this. Maybe you have an idea.
Thanks,
Jens
Comment #2
Bèr Kessels commented1 I see Java script: boo :)
2 What does your module do what the old one does not?
3 Can you please send in patches instead of a copy of the module?
Comment #3
Jens-1 commentedHi,
1. Javascript does not hurt if it's not required. I just put it in to hide the redirection in the browser status bar. If JS is not enabled, it'll show the redir URL. No harm done.
2. My patch does not only change URLs into an "a" anchor link, but also adds an "/exit.php?go=" before the actual link.
3. I didn't use "patch" because the script changes just about every line anyway (except the ones that only close or open brackets or just output text). But no problem - here you go:
Comment #4
Bèr Kessels commentedwe do not have an exit.php.
you can look at weblinks, and use weblink/goto/XXXX
Comment #5
Jens-1 commentedHi,
yes. exit.php must be written by the user - to do anything he wants, eg. populate a database.
I looked at http://drupal.org/project/weblink (that's what you meant, right?) and it seems I would have to rewrite all my stories to use [weblink:URL] style URLs to enable its functionality.
What I didn't really understand was, do you have to enter the URLs in a database *before* being able to use them in stories, or is this done automatically with the weblink module?
Thanks!
Comment #6
beginner commentedsee weblink documentation.
This is a won't fix, right?