Curious abt the way phpBB handles it

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

Curious abt the way phpBB handles it

Post 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 ?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

It's an addition from the first pass of the bbCoding system to track which bbTags are real, and which are not.
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

Well thats new to me :D
Post Reply