XenForo
Administrative
- Thread starter
- Admin
- #1
Okay what am I doing wrong here?
In my listener file I have this.
PHP:
Read more
ادامه مطلب...
In my listener file I have this.
PHP:
Code:
<?php
namespace OzzModz\Myaddon;
class Listener
{
public static function appSetup(\XF\App $app)
{
// get options
$options = \XF::options();
// Get variables
$this= $options->optionone;
$that = $options->optiontwo;
$groups = $options->select_groups;
$visitor = \XF::visitor();
// If this
if ($this && $visitor->isMemberOf($groups))...
Read more
ادامه مطلب...