BBCode Parser Testing ?

Talk about anything in here.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: BBCode Parser Testing ?

Post by jacek »

bowersbros wrote:http://jacekk.co.uk/bbcode_test/index.php?test_id=43

maybe get it to ignore parameters? so the first one doesnt show [hello] but instead hello.

And also, got a random pair of [ ] between my content for invalid tag use.
Both of those are because I fixed the bug wrong :lol:
Image
bowersbros
Posts: 534
Joined: Thu May 05, 2011 8:19 pm

Re: BBCode Parser Testing ?

Post by bowersbros »

jacek wrote:
bowersbros wrote:http://jacekk.co.uk/bbcode_test/index.php?test_id=43

maybe get it to ignore parameters? so the first one doesnt show [hello] but instead hello.

And also, got a random pair of [ ] between my content for invalid tag use.
Both of those are because I fixed the bug wrong :lol:
Nice one ;D
I don't like to brag, but I wasn't circumcised. I was circumnavigated. ;)

Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: BBCode Parser Testing ?

Post by jacek »

bowersbros wrote:Nice one ;D
:evil:

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.
Image
bowersbros
Posts: 534
Joined: Thu May 05, 2011 8:19 pm

Re: BBCode Parser Testing ?

Post 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 :)
I don't like to brag, but I wasn't circumcised. I was circumnavigated. ;)

Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: BBCode Parser Testing ?

Post 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.
Image
bowersbros
Posts: 534
Joined: Thu May 05, 2011 8:19 pm

Re: BBCode Parser Testing ?

Post 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?
I don't like to brag, but I wasn't circumcised. I was circumnavigated. ;)

Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: BBCode Parser Testing ?

Post 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 :? ?
Image
Post Reply