Ticket #401 (fixed enhancement)
Add new bbcode
- Created: 2011-04-16 13:19:34
- Reported by: Reines
- Assigned to: Reines
- Milestone: 1.4.6
- Component: parser
- Priority: normal
Consider adding some new bbcode:
thread
post
board
user
History
Reines 2011-04-22 10:22:20

For these we can have:
[thread=12]some test[/thread]
but how should we handle:
[thread]12[/thread]
Should it:
Display a link with the number 12 for text?
Fetch the title of that thread when pre-parsing and convert it to [thread=12]<the title>[/thread]?
Display something else?
a) is obviously the easiest and more efficient.
b) would be nice, but I'm not sure what we'd do for the case of posts, maybe "reply to <thread title>"?