Episode 2 - Spam/Security, AJAX, and much more
Episode 2 is officially live!
Show Notes:
- Spam vs. Security and what it means to phpBB
- AJAX and JavaScript support in phpBB3 and MOD and Styles authors
- The host’s favorite features in phpBB3
- Techie-Micheal as a Former Support Team Leader
- Congratulations to phpBB’s newest Team Members!
This Episode’s Hosts:
- Adam Reyher (AdamR - Support Team)
- Micheal Cottingham (Techie-Micheal - Support Team)
- Yuriy Rusko (Marshalrusty - Support Team)
- David Lewis (Highway_of_Life - MODifications Team)
- Dave Rathbun (drathbun - Moderator Team)
As always, if you have any questions or comments that you’d like is to answer on the podcast, be sure to send us an email at: podcast -at- phpbb -dot- com or post in the official podcast topic on phpBB.com located here.
Edit by Micheal: We really did try to keep the length down, but we ended up making it almost an hour. ooops! I hope everybody enjoys it anyway!


October 15th, 2007 at 11:11 pm
[…] Posted by admin Original Post […]
October 19th, 2007 at 10:38 pm
hello guys, not sure if this is completely related to the topic discussed today but i have a question about bbcodes, recently I noticed that if you write text in bold inside a list (within say 2 or 3 lines) it only shows the first line in bold, that didnt happen with actual html, this is a example:
one
two
three
the bbcode version would be like this:
[list=1]
[*] [b] one
[*] two[/b]
[*] three
[/list]
if you try both the first one will show the “1. one” and “2. two” in bold for the html version, the bbcode version only shows in bold text “1. one” closing the bold tag after the line and then “2. two” without bold text
i tried both phpbb2 and phpbb3, what should i do for making multi or [*] bold text with phpbb bbcodes?