-
Similar Content
-
By JesusSuarz
Hello
I have a variable that is printed with {debug} in the tpl template.
however I want to get the result in php of this variable.
I need to get $customfields from a hook.
how could you access $customfields that is printed inside a product
@brian! could you help me?
-
By ModulesGarden
1. Plesk Extended For WHMCS 3.5.0
Because your system can never suffer from too many user-friendly features, today we are storming ahead with a solid update of Plesk Extended For WHMCS 3.5.0 that is about to nurture your web hosting business in more than a few different ways:
Take maximum advantage of the newly introduced support for WHMCS V8.1 and "Twenty-One" theme. In order to limit the system resources consumed by PHP scripts, your clients are now allowed to use a custom PHP version and configurations per website. While in the comfy surroundings of the client area, let us also move a bit further to the new "Log Rotation" section where your customers can manage conditions for the log files to be cleaned up once they are too old or too big.
Be sure to enjoy the full changelog available on our website!
2. SMS Center For WHMCS 3.8.0
Just as much deserving of a special mention is SMS Center For WHMCS, specifically because of its spanking-new 3.8.0 update!
The module’s scope of support has been broadened to integrate well with as many as five all-new SMS gateways. Thanks to it, the official list of available SMS gateways now includes 51 providers in total!
Additionally, the product has also received a series of tweak-ups so as to secure its rock-solid compatibility with both WHMCS V8.1 and "Twenty-One" system theme.
Keep in touch with your customers no matter the time and place!
3. Under the Microscope: MetricsCube Live Dashboard for WHMCS
Reading through your business data feels as though you were reading a foreign language?
Live Dashboard for WHMCS that forms a central part of MetricsCube communicates crucial metrics in a visual format to make all complex relationships in your data self-explanatory. Drop by the MetricsCube blog as soon as you can to get a close-up look at every single report and graph illustrating the real-time performance of your WHMCS business down to the last detail.
Take an insightful stroll through the data-filled confines of Live Dashboard!
Need Custom Software Development For Your Business?
Get Your Free Quote Now! Specially for you we will adapt an application and its design to your own needs, create a new module or even a completely new system built from scratch!
-
By Kianzo
I found this topic
https://whmcs.community/topic/283057-adding-links-to-shortcut-area/
which is so awesome and allows to create a link to the wp-admin of the client domain
<?php use WHMCS\View\Menu\Item as MenuItem; add_hook('ClientAreaPrimarySidebar', 1, function(MenuItem $primarySidebar) { $service = Menu::context('service'); $domain = $service->domain; $servertype = $service->product->servertype; # Not cPanel, no links added if ($servertype!="cpanel"){ return; } if (!is_null($primarySidebar->getChild('Service Details Actions'))) { $primarySidebar->getChild('Service Details Actions') ->addChild('wplink', array( 'label' => 'Link To WordPress', 'uri' => 'https://'.$domain.'/wp-admin', 'order' => 200, )); } });
BUT how to do it if the client has more than one domain?
let's say that my client has 5 domains and each domain has it's own WordPress install
so how to add all of them to the navbar menu as a sub menu?
PS: all customers have domains registered with GoDaddy. I host WordPress websites for them only.
Thank you ♥
-
By JesusSuarz
sometimes the client can have 2 emails.
one for your account details and one for the account owner.
I need to know if the account owner's email is verified.
The var:
$client = Menu::context("client"); gets the email that the customer has in the account details, however this is not the email owner of the account.
I hope to make myself understood correctly.
-
By Eugene.Viljoen
Hi,
Sorry if this has been asked before but i can seem to find any solution for it!
I am looking for a way to display a "Network Status" icon/ css on the home page of my website based on the WHMCS network status rss feed (https://portal.whmcs.com/networkstatusrss.php).
The concept is to have the icon/css auto change when one of the following network issues are opened rather then having to change it manually.
Low Medium High Critical Attached is an illustration of what i am looking at doing.
PS: I already wrote the css to have pluse icons, just need to implement the second part.
Thank you in advance! 😁
-
-
Recently Browsing 0 members
No registered users viewing this page.