PHPBB PHP BBCode MOD

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
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

PHPBB PHP BBCode MOD

Post by s.dot »

The PHP bbcode on this forum... is it custom made by devnet? Or is it a downloadable mod?
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: PHPBB PHP BBCode MOD

Post by Chris Corbyn »

scrotaye wrote:The PHP bbcode on this forum... is it custom made by devnet? Or is it a downloadable mod?
Most of it is the standard phpBB bbcode mod. There have been changes made to parts of it but only relatively minor ones.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

i've searched the phpbb mod forum on phpbb.com... didn't really find anything. maybe i'm missing something obvious
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

scrotaye wrote:i've searched the phpbb mod forum on phpbb.com... didn't really find anything. maybe i'm missing something obvious
What exactly are you looking for? That standard BBCode stuff comes with the phpBB main package in includes/bbcode.php. The

Code: Select all

 tag stuff is a separate mod:

http://www.phpbb.com/phpBB/viewtopic.php?t=119512&highlight=php+bbcode
Post Reply