GSoc New to phpBB

Discuss general development subjects that are not specific to a particular version like the versioning control system we use or other infrastructure.
Post Reply
amalnaeem
Registered User
Posts: 4
Joined: Thu Mar 08, 2018 5:29 pm

GSoc New to phpBB

Post by amalnaeem »

As I am going through the code base of phpBB administrator Control panel i am unable to figure the link between posting.php and posting_buttons.html. I cannot find where the condition of S_BBCODE_ALLOWED is being checked so that bbcode buttons bar should be displayed or not.

Any help would be highly appreciated

User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

Re: GSoc New to phpBB

Post by 3Di »

The CONFIG table is being checked with a BOOL for that scope, in posting.php this line though, which takes you to explore the logic a bit more now.

'S_BBCODE_ALLOWED' => ($bbcode_status) ? 1 : 0,
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades

Post Reply