
Aiman H
Member-
Content Count
25 -
Joined
-
Last visited
-
Client Notifications show for only selected clients
Aiman H replied to Aiman H's topic in Developer Corner
Thank you so much, Good Now. -
Client Notifications show for only selected clients
Aiman H replied to Aiman H's topic in Developer Corner
Thank you brutno, but i cannot use client group for this time. Waiting an update from @Brian or @pRieStaKos -
Client Notifications show for only selected clients
Aiman H replied to Aiman H's topic in Developer Corner
@pRieStaKos Thank you for your reply. Can you please Share an example if possible. <?php use WHMCS\View\Menu\Item; add_hook('ClientAreaHomepagePanels', 1, function (Item $homePagePanels) { $thankYouMessage = <<<EOT <p>Thanks for beta testing our latest offerings! To show our appreciation we would like to provide next month of service <strong>on the house</strong>.</p> EOT; // Add a homepage panel with a link to a free month promo and mode it to the // front of the panel list. $homePagePanels->addChild('thanks', array( 'clientid' => 'ClientID1,ClientID2,ClientID3', 'label' => 'Thanks for the help!', 'icon' => 'fa-thumbs-up', 'order' => 20, 'extras' => array( 'color' => 'gold', 'btn-link' => 'https://example.org/free-month-promo', 'btn-text' => 'Redeem Your Free Month', 'btn-icon' => 'fa-arrow-right', ), 'bodyHtml' => $thankYouMessage, 'footerHtml' => 'Act fast! This offer expires soon!', )); }); is it Good or I made a mistake in syntax -
Hello, I want to show a green notification banner for only 3 or 4 clients, so we will use Client ID as argument. How can I show this banner for selected clients with a link to order a single hidden package
-
Contacted you by ticket
-
Hello, We need to develop custom hooks and PDF invoice module for stamped paid incoices For example when the customer make a new order and pay the invoice, an auto generated paid invoice will be made with our company stamp with all our company details vat information etccc. in the footer and company name and address in header. The client will receive the stamped invoice my mail using SMTP. the module should record all stamped invoice and we can download invoice with or without stamp the customer must have already company name entered in his profile plus country must be for example France = FR
-
Hello everyone, I have an issue with cron job last 4 days on whmcs 8.2.1 he last recorded successful end time is 2021-10-02 17:03:42. Please refer to our troubleshooting guide for details regarding how to identify the problem preventing daily cron completion. After I run cron from ssh using all all -F -vvv php -q /home/user/whmcs/crons/cron.php all -F -vvv I get Fatal error: Cannot redeclare fuzoolay() in on line 0 Whoops\Exception\ErrorException: Cannot redeclare fuzoolay() in :0 #0 /home/user/whmcs/vendor/whmcs/whmcs-foundation/lib/Utility/Error/Run.php(0): WHMCS\Utility\Error\Run->handleError(1, 'Cannot redeclar...', '',0) #1 [internal function]: WHMCS\Utility\Error\Run->handleShutdown()
-
Hello, We have a client who own more than 400 domain names. is there a possibility to bulk update domain status to Active? All domain names still pending transfer
-
String array message after order confirmation
Aiman H replied to Aiman H's topic in Troubleshooting Issues
You are right it’s occur also in Six theme, After few checks, that is due to DNS Suite module, we have contacted them to fix that. Thank you Brian -
Hello, When a customer make an order with payment, on order confirmation he see an array message in the top of the page as you can see in the screenshot. is it a debug mode or what exactly?
-
Thank you for your reply We need to use cron job with table in database to store old NS to recover them when the client renew his domain name
-
Hello, As .MA registrar, we can change NS aven if domain expires. We are trying to automate NS change on domain expiration and after renewal the NS come back to the previous NS. the scenario: the domain example.ma expires today. At 00.00 the Ns change to: expired1.mydns.ma expired1.mydns.ma if the client renew his domain name tomorrow, the NS come back to the original one i have see it maybe here in the community, I don't found it
-
issue with whmcs namesnniping lockup for two letter domain name
Aiman H replied to Aiman H's topic in Troubleshooting Issues
Hello Brian, We are an accredited .MA registrar and we know that there is few 2-letter .ma domains still available, if you want to check that I've PM you. I will open a ticket.