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
GSoc New to phpBB
- 3Di
- Registered User
- Posts: 951
- Joined: Tue Nov 01, 2005 9:50 pm
- Location: Milano 🇮🇹 Frankfurt 🇩🇪
- Contact:
Re: GSoc New to phpBB
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
🚀 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