Full Adminpanel in WHMCS https://www.softaculous.com/board/index.php?tid=13702 <![CDATA[Full Adminpanel in WHMCS]]> https://www.softaculous.com/board/index.php?tid=13702&tpg=1#p40716
works perfectly. Sadly we customized the UI a lot, so I guess I gotta re-upload the UI to the ui2 folder.

Thanks for that, you're pro!]]>
Sat, 30 Dec 2017 23:48:45 GMT https://www.softaculous.com/board/index.php?tid=13702&tpg=1#p40716
<![CDATA[Full Adminpanel in WHMCS]]> https://www.softaculous.com/board/index.php?tid=13702&tpg=1#p40699
Use at own risk...

1. Copy ui subfolder to ui2

2. in virtualizor.php change

 
PHP Code

 $var['theme'] = $modules_url.'/virtualizor/ui/';
   
$var['theme_path'] = dirname(__FILE__).'/ui/'



into

 
PHP Code

 if ($_SESSION['adminid']<>""){
            
$var['theme'] = $modules_url.'/virtualizor/ui2/';
            
$var['theme_path'] = dirname(__FILE__).'/ui2/';
       
        }else{   
             
//enduserui       
            
$var['theme'] = $modules_url.'/virtualizor/ui/';
            
$var['theme_path'] = dirname(__FILE__).'/ui/';
        } 




3. in ui2/js2/virtualizor.js remove all occurance of

PHP Code

 && empty(N['info']['vps']['admin_managed']) 



EXACT this string. It´s part of a longer command and occurs 17 times.


]]>
Sat, 30 Dec 2017 09:38:50 GMT https://www.softaculous.com/board/index.php?tid=13702&tpg=1#p40699
<![CDATA[Full Adminpanel in WHMCS]]> https://www.softaculous.com/board/index.php?tid=13702&tpg=1#p40694

That's what we do at the moment.]]>
Fri, 29 Dec 2017 21:58:26 GMT https://www.softaculous.com/board/index.php?tid=13702&tpg=1#p40694
<![CDATA[Full Adminpanel in WHMCS]]> https://www.softaculous.com/board/index.php?tid=13702&tpg=1#p40677 ]]> Thu, 28 Dec 2017 08:59:55 GMT https://www.softaculous.com/board/index.php?tid=13702&tpg=1#p40677 <![CDATA[Full Adminpanel in WHMCS]]> https://www.softaculous.com/board/index.php?tid=13702&tpg=1#p40674 Wed, 27 Dec 2017 22:30:57 GMT https://www.softaculous.com/board/index.php?tid=13702&tpg=1#p40674 <![CDATA[]]> https://www.softaculous.com/board/index.php?tid=13702&tpg=0#p40629
when creating vm with "managed by admin", the whmcs module for enduser is restricted to a few functions. Unfortunately, admins can´t manage the vm too using the adminarea of WHMCS. That does not make any sense.

So it would be a good idea to not restrict the admin part of the whmcs module.

]]>
Fri, 22 Dec 2017 02:24:25 GMT https://www.softaculous.com/board/index.php?tid=13702&tpg=0#p40629