XenForo
Administrative
- Thread starter
- Admin
- #1
If you are familiar with the widget system in XenForo, as you may be aware, this special kind 'HTML' type widget, allows you to add raw HTML code to your site.
I can create other type widgets when installing the addon, in setup.php
but How do you create this HTML type widget using installSteps in setup.php file?
PHP:
Read more
ادامه مطلب...
I can create other type widgets when installing the addon, in setup.php
but How do you create this HTML type widget using installSteps in setup.php file?
PHP:
Code:
public function installStep1()
{
$this->createWidget('earl_my_addon_widget', 'html', [
'positions' => ['earl_wpos_bottom_navbar' => 10],
'options' =>...
Read more
ادامه مطلب...