Search found 18 matches

Return

by SpIdErPiGgY
21 Jul 2025, 03:51
Jump to forum
Jump to topic

You are not authorised to read this forum.
by SpIdErPiGgY
20 Aug 2025, 03:39
Jump to forum
Jump to topic

[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 ...