-
Content Count
290 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout DewlanceHosting

-
Rank
Level 2 Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
DewlanceHosting started following brian!
-
DewlanceHosting started following How to add state "KwaZulu-Natal" in South Africa country list?, Foreach Removing Menu Items, Push notifications question and and 1 other
-
Foreach Removing Menu Items
DewlanceHosting replied to Robert4049's topic in Admin & Configuration Questions
Use this one, It will remove store sub-menu items and contact us menu, Give thanks to Brian <?php use WHMCS\View\Menu\Item as MenuItem; add_hook('ClientAreaPrimaryNavbar', 1, function (MenuItem $primaryNavbar) { $primaryNavbar->removeChild('Contact Us'); if (!is_null($primaryNavbar->getChild('Store'))) { $primaryNavbar->getChild('Store') ->removeChild('Register a New Domain') ->removeChild('Browse Products Services') ->removeChild('Transfer a Domain to Us'); } }); add_hook("ClientAreaPrimaryNavbar"); ?> Source: -
Push notifications question
DewlanceHosting replied to Blockhead48's topic in WHMCS Mobile App Technical Preview Feedback
We faced similar issue but with ChatStack so I tried a free trigger app which will notify you if detect matching text such as "new chat" or "new ticket". I am not sure, but I found that in the new version, Android changed some notification method so with old version of android you cannot get the notification without opening your app. -
WHMCS Gift Card - By PreMadeKB
DewlanceHosting replied to DewlanceHosting's topic in Commercial Modules and Addons
On our 12th Anniversary, We are dropping price to $35 (No coupon required). Now our Gift Card support WHMCS 8.1. -
Version 2.2 Released! Now our KB covers following topics: Plesk CloudLinux (on cPanel, DirectAdmin & Plesk) Cloudflare Virtualizor Microsoft Outlook 2019 PayPal Gateway 108 New Articles have been added. Total Articles: 455.
- 57 replies
-
- knowledgebase
- premade kb
- (and 3 more)
-
We are so excited to reveal it before the release of v2. 2 that it will contain following topics suggested by our customers. - Plesk - Virtualizor - Cloudflare - Outlook 2019 - PayPal - CloudLinux (For cPanel, Plesk & DirectAdmin) Soon we will release v2. 2 which will contain 456 Articles. 🙃
- 57 replies
-
- knowledgebase
- premade kb
- (and 3 more)
-
Hello, I created a hook. I need to fetch custom field value and update it in mod_licensing but unable to fetch IP value. My custom field value name in product is "IP". <?php use Illuminate\Database\Capsule\Manager as Capsule; add_hook('AfterModuleCreate', 1, function($vars) { // Perform hook code here... $ip = $params['customfields']['IP']; $vars = Capsule::table('mod_licensing') ->update(array('validip' =>$ip)); });
-
There was the same issue with my WHMCS so first I checked WHMCS System Health Status. Cronjob was showing as warning so I found that cronjob is actually skip it when cronjob time on the panel / server does not match with your WHMCS cronjob set time. Go to WHMCS Admin >> Setup >> Automation Setting. Make sure that Scheduling time and your server cronjob time is same. Manually run cronjob and check WHMCS Health Status. Cronjob should be shown in green status. (On your server, Time of cronjob should be same as WHMCS cronjob time you set in Automation settings)
-
WHMCS Gift Card - By PreMadeKB
DewlanceHosting replied to DewlanceHosting's topic in Commercial Modules and Addons
Onwed license price dropped to $49. Use coupon: WHMCSisGood Get it at $35 Coupon valid till July 4. Benefit of Owned license: - Source code. - No license check. - Install it on up-to three WHMCS installations(Must be owned by you). -
We have articles on SpamAssassin but not on MailChannels and Assp Spam Filter.
- 57 replies
-
- knowledgebase
- premade kb
- (and 3 more)
-
v2.1 Released! This release is different from all our earlier versions, and upgrading is not the same as our earlier process. - We updated all existing articles because many articles were outdated. - Removed some Softaculous articles which were removed by Softaculous. - Softaculous article renamed from OpenBlog to Pubvana. - Softaculous article renamed from Kliqqi to Plikli. Articles removed: (Related to Softaculous) 1. Ghost 2. ocPortal 3. jCore - Some images are also removed. Most of the images are updated. - The proofreader checked all articles. - Articles on Android is now based on Android 10, and Apple articles on iOS 13. - Images are far bigger than earlier images. No, any new article added because we needed to update our outdated articles and images. Total Articles: 347
- 57 replies
-
- knowledgebase
- premade kb
- (and 3 more)
-
We need feedback of our customers for v2.1 Please suggest us new topics and Ideas. We want to start working on v2.1. Received only 1 suggestion by customer via ticket/etc. ;/
- 57 replies
-
- knowledgebase
- premade kb
- (and 3 more)
-
Support Client Verification
DewlanceHosting replied to jdmefsir's topic in Share Your Best Practices & Tips
Instead of pin, etc I simply ask customers to login and then open a ticket. Maybe this is not so secure? -
Showing Forbidden error, Maybe you are blocking visitors from other country?