-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot parse URLs with = #14
Comments
The final solution it's working 100% but it needs some optimizations ^_^ In the classes/Node/Container/Document.php
And in the classes/Node/Container.php
and now every thing will run without any problem Suggestion : I think that we can use @diegargon solution if we will be able to specify the tag ([URL]) in the IF statement |
There are actually two problems with link parsing. SBBCodeParser doesn't like equal signs in urls, and it prepends the base uri in front of paths even if the path begins with '/'. I have fixed this with the following patch:
|
I do not know whether the topic is relevant. But check out pull request #22 |
When you try to parse a URL, let's say
that doesn't work.
THX in advance.
The text was updated successfully, but these errors were encountered: