Page 2 of 2
Re: BBCode Parser Testing ?
Posted: Tue Jun 07, 2011 6:59 pm
by jacek
Both of those are because I fixed the bug wrong
Re: BBCode Parser Testing ?
Posted: Tue Jun 07, 2011 7:02 pm
by bowersbros
jacek wrote:
Both of those are because I fixed the bug wrong
Nice one ;D
Re: BBCode Parser Testing ?
Posted: Tue Jun 07, 2011 7:48 pm
by jacek
bowersbros wrote:Nice one ;D
Okay I think I fixed it properly now
http://jacekk.co.uk/bbcode_test/index.php?test_id=59
The problem was everything inside [] was being treated as a tag.
Re: BBCode Parser Testing ?
Posted: Tue Jun 07, 2011 8:54 pm
by bowersbros
maybe add a unsual sort of tag, which is [alert] which subscribes you to quotes of your particular message (say you turn off by default to receive emails regarding replies, but you desperately need it on a certain question / topic / post) you add [alert] and that subscribes you to receive notifications about when you receive a reply regarding the posts you tag it in only.
I certainly would find that useful
Re: BBCode Parser Testing ?
Posted: Tue Jun 07, 2011 9:12 pm
by jacek
bowersbros wrote:maybe add a unsual sort of tag, which is [alert] which subscribes you to quotes of your particular message (say you turn off by default to receive emails regarding replies, but you desperately need it on a certain question / topic / post) you add [alert] and that subscribes you to receive notifications about when you receive a reply regarding the posts you tag it in only.
I certainly would find that useful
That could be done by adding a subscribe button to each topic. Doing it with a bbcode tag would be pretty difficult.
Re: BBCode Parser Testing ?
Posted: Tue Jun 07, 2011 9:19 pm
by bowersbros
jacek wrote:bowersbros wrote:maybe add a unsual sort of tag, which is [alert] which subscribes you to quotes of your particular message (say you turn off by default to receive emails regarding replies, but you desperately need it on a certain question / topic / post) you add [alert] and that subscribes you to receive notifications about when you receive a reply regarding the posts you tag it in only.
I certainly would find that useful
That could be done by adding a subscribe button to each topic. Doing it with a bbcode tag would be pretty difficult.
Wouldnt it be the same logic, just you have to check for the [alert] instead of a checkbox?
And also, maybe make it so that you have options, eg. only quotes you are tagged in using either @username, or maybe even just quotes?
Re: BBCode Parser Testing ?
Posted: Tue Jun 07, 2011 9:25 pm
by jacek
bowersbros wrote:Wouldnt it be the same logic, just you have to check for the [alert] instead of a checkbox?
No, because if someone quotes you, they would get subscribed. There are loads of problems
bowersbros wrote:And also, maybe make it so that you have options, eg. only quotes you are tagged in using either @username, or maybe even just quotes?
Huh
?