MyBB Community Forums

Full Version: Ignore "Full stop" and "Comma" in which if it is last character of link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Possible?

I alway forgot that need put space... And always i need edit post, because link not work with "Full stop" or "Comma".
seriously is that has no reply?

or was it badly explained?

if i post something this:

http://book.akahoshitakuya.com/u/361473/booklist, this is my LN list. 

http://book.akahoshitakuya.com/u/361473/booklist, this is my LN list.

In xenforo:

[Image: qHdGJ4b.png]

in phpbb:

[Image: oePvMUQ.png]

In mybb:

[Image: R08vZjC.png]

Only mybb not ignore Comma of last character of link...

If i click in link, redirect to

http://book.akahoshitakuya.com/u/361473/booklist,

and not to correct link (without Comma)

http://book.akahoshitakuya.com/u/361473/booklist
What's wrong with using url BBCode? Clicking the hyperlink button takes no more than 10 seconds, so that shouldn't be a problem.

Also, MyBB 1.8 is said to have a WYSIWYG like SCEditor introduced and most of them insert the
[url=www.site.com]www.site.com[/url]
or rather HTML
<a href="www.site.com">www.site.com</a>
automatically for detected links.
(2013-08-25, 07:00 PM)Destroy666 Wrote: [ -> ]What's wrong with using url BBCode? Clicking the hyperlink button takes no more than 10 seconds, so that shouldn't be a problem.

Also, MyBB 1.8 is said to have a WYSIWYG like SCEditor introduced and most of them insert the
[url=www.site.com]www.site.com[/url]
or rather HTML
<a href="www.site.com">www.site.com</a>
automatically for detected links.

this parse problem...
only mybb has this problem...
until phpbb does not have this problem should not be otherworldly correct parse syntax.

I am writing this not for my laziness ...
but because many users make that mistake, resulting in several broken links in all my forum...

sceditor not solve anything...
i already use... but i put bbcode mode in default for all user...
(2013-08-25, 07:00 PM)Destroy666 Wrote: [ -> ]What's wrong with using url BBCode? Clicking the hyperlink button takes no more than 10 seconds, so that shouldn't be a problem.

Modern users shouldn't have to worry about such trivialities. That is the job of developers.
We're working on improving URL detection within the parser. Some of this should see its way in to 1.6.11 -- feel free to create a pull request if there's anything specifically that's causing problems.
(2013-09-03, 02:34 AM)Nathan Malcolm Wrote: [ -> ]We're working on improving URL detection within the parser. Some of this should see its way in to 1.6.11 -- feel free to create a pull request if there's anything specifically that's causing problems.

i check now, my problem is same of this http://dev.mybb.com/issues/996
and already has pull https://github.com/mybb/mybb/pull/110

sorry for the inconvenience ...

i tested this fix in localhost
https://github.com/mybb/mybb/pull/110/files

and work for me...