Current time: 05-24-2012, 04:39 PM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] url with brackets [C-Michael83]
11-11-2008, 11:25 PM (This post was last modified: 11-11-2008 11:28 PM by Michael S..)
Post: #11
RE: [F] url with brackets [C-Michael83]
A user had an idea that could be a workaround for this issue: We could add an additional regex so that you can use quotation marks inside the url tags:
Code:
[url="http://www.example.com/index.php?artikel[id]=10"]Linktitel[/url]
PHP Code:
$standard_mycode['url_bracket']['regex'] = "#\[url=\"([a-z]+?://)(.+?)\"\](.+?)\[/url\]#esi";
        
$standard_mycode['url_bracket']['replacement'] = "\$this->mycode_parse_url(\"$1$2\", \"$3\")";

        
$standard_mycode['url_bracket2']['regex'] = "#\[url=\"(.+?)\"\](.+?)\[/url\]#esi";
        
$standard_mycode['url_bracket2']['replacement'] = "\$this->mycode_parse_url(\"$1\", \"$3\")"

Greets,
Michael
-------------
[Image: donation_drive_sig.png]
Visit this user's website Find all posts by this user


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication