How do I create a new add-on?

Richey

Member
Good morning,

in my admin panel it is not possible to create new addons, it's only possible to install them.
Hope you can help me, I'm very new to xenforo.

Richey.
 
Good morning,

in my admin panel it is not possible to create new addons, it's only possible to install them.
Hope you can help me, I'm very new to xenforo.

Richey.
You have to activate the debug modus.
add
Code:
$config['debug'] = true;
to your config.php file
 
Top Bottom