-
Similar Content
-
By Tycho
Hello,
https://gyazo.com/ae7b45883641d2bbd26482f3233e7af2
I want everything on the left side bar gone. What's the best way to do that without an empty spot? So I want to have the panels in the middle.
I've looked at google a lot but couldn't get out anyway.
-
By celse
If more than one contact exists, when logged in as a contact, the name of the first contact is the one displayed on the header bar (next to logout link). How can I resolve this issue?
We're using version 7.10.2
-
By Jevin
Hi,
I have set product type as 'other' and while ordering from clientarea it does not shows password field.
Am I doing anything wrong ?
WHMCS 7.10.2
-
By THost
Hi All
1st post here ... I have a unique setup whereby I am using WHMCS to manage an existing customer base with servers I manage however I haven't figured out how to display my customers server login credentials and other useful info in the Client Area ... it all looks a bit thin on the ground at the moment. Is there anything out of the box I can use to display the login credentials with the IP or even bulk out the Additional Information section?
Cheers
Stu
-
By stevelack
I am trying to remove the sidebar menu "Actions" from the My Products and Services page. I have created the following hook:
```
<?php
use WHMCS\View\Menu\Item as MenuItem;
add_hook('ClientAreaPrimarySidebar', 1, function(MenuItem $primarySidebar)
{
if (!is_null($primarySidebar->getChild('My Services Actions'))) {
$primarySidebar->removeChild('My Services Actions');
}
});
```
But it is not removing the sidebar from the page /clientarea.php?action=services
What am I doing wrong?
Thanks,
Steve
-
-
Recently Browsing 0 members
No registered users viewing this page.