Search found 34 matches

by SpIdErPiGgY
26 Aug 2025, 04:32
Forum: Stokers phpBB 3.3.X Extensions
Topic: [3.3][RC] PhpBB Countdown Prime - phpBB Extension
Replies: 13
Views: 4,607

[3.3][RC] PhpBB Countdown Prime - phpBB Extension

Stoker wrote: 26 Aug 2025, 04:29 Use fa fa-bullhorn or icon fa-bullhorn
Ooooh, damn... I'm stupid :D
fa fa-bullhorn works
by SpIdErPiGgY
20 Aug 2025, 03:39
Forum: PhpBB3 Support
Topic: [Extension Support] Personal Extension
Replies: 16
Views: 631

[Extension Support] Personal Extension

You need to add that in /event/listener.php
Something like:

public function load_language_on_setup($event)
{
$lang_set_ext = $event['lang_set_ext'];
$lang_set_ext[] = array(
'ext_name' => 'solidjeuh/boardmagic',
'lang_set' => 'common',
);
$event['lang_set_ext'] = $lang_set_ext ...