Page 1 of 1

Curious abt the way phpBB handles it

Posted: Sat Aug 07, 2004 5:16 am
by anjanesh
I was trying this in one of the prev post and came across this.

Code: Select all

[b]This line is bold within php syntax highlighter[/b]
On refreshing the page the id beside the b: and inside [] keeps changing like sessions. Just wanted to what is this kind of thing handled in phpBB ?
Any ideas ?

Posted: Sat Aug 07, 2004 11:07 am
by feyd
It's an addition from the first pass of the bbCoding system to track which bbTags are real, and which are not.

Posted: Sat Aug 07, 2004 11:14 am
by Joe
Well thats new to me :D