Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 129 online users. » 0 Member(s) | 126 Guest(s) Bing, Google, UptimeRobot
|
Latest Threads |
Mother's Day Special 35% ...
Forum: Special Offers
Last Post: wsadmin
Yesterday, 02:22 PM
» Replies: 0
» Views: 41
|
10 Top Products Of April ...
Forum: News & Announcements
Last Post: wsadmin
Yesterday, 02:19 PM
» Replies: 0
» Views: 36
|
WHMCS V8.13 Compatibility...
Forum: News & Announcements
Last Post: whmcsservices
04-25-2025, 12:30 PM
» Replies: 0
» Views: 151
|
10 Top Products Of March ...
Forum: News & Announcements
Last Post: wsadmin
04-03-2025, 12:19 PM
» Replies: 0
» Views: 304
|
Instagram Setup
Forum: Refer A Friend
Last Post: whmcsservices
03-28-2025, 09:21 AM
» Replies: 0
» Views: 307
|
St. Patrick's Day Sale – ...
Forum: Special Offers
Last Post: whmcsservices
03-11-2025, 12:30 PM
» Replies: 0
» Views: 403
|
What is the difference be...
Forum: Phone Verification
Last Post: wssupport
03-09-2025, 02:18 PM
» Replies: 0
» Views: 303
|
10 Top Products Of Februa...
Forum: News & Announcements
Last Post: wsadmin
03-03-2025, 03:57 PM
» Replies: 0
» Views: 384
|
Friendly URLs
Forum: Agree Terms
Last Post: whmcsservices
02-27-2025, 03:00 PM
» Replies: 0
» Views: 372
|
List SMS Provider
Forum: SMS Manager
Last Post: whmcsservices
02-18-2025, 08:33 PM
» Replies: 0
» Views: 412
|
|
|
Need Feedback from You on Domain Auction Module |
Posted by: whmcsservices - 03-14-2018, 04:14 PM - Forum: Domain Auction
- No Replies
|
 |
I am looking for feedback on a new addon Module called WS Domain Auction. I am planning on launching this new module next week but before I do I would first like to get feedback from you -- tell me what do you think of the module.
Do I need to add any other features?
Auction Bid
https://www.modulesdemos.com/domainmarket.php
Register here then you can place a bid. Note that you don’t need to put your personal information; instead, you can any information but you need to put a legal email.
Here are a few screenshots of the admin section:
Screenshot 1
Screenshot 2
Screenshot 3
Please give all feedback here
I appreciate and thank you in advance for all feedback!
Thanks again for choosing WHMCS Services. We appreciate your business!
|
|
|
WS Enom Security Discontinued |
Posted by: wsadmin - 03-14-2018, 03:50 PM - Forum: News & Announcements
- No Replies
|
 |
Please be informed that we have now discontinued the development of the WS Enom Security. I apologize for any inconvenience this may have caused. The reason why we discontinued this module is that whmcs.com already adds on v7.5 that will be released very soon.
We would like to thank everybody, past and present, who helped to bring these inspired products to life -- including beta-testers, end-users, and forum members for their valued feedback and constructive comments.
It is never easy to make announcements of this kind.
|
|
|
5 Modules for $84.99 + One Free Module |
Posted by: wsadmin - 03-14-2018, 04:16 AM - Forum: Special Offers
- No Replies
|
 |
This week, I am offering a special deal for License version modules! You pay just $84.99 USD for any five (5) License version modules. That right, you heard right-- just $84.99 USD for any five (5) License version modules! The next ten (10) people only who purchase these 5 License version modules for $84.99 will get a FREE Module to choose that is worth $21.99.
Where do you get this kind of fantastic deal? Only at WHMCS Services. How does this deal work? Simply click on this link; 2) pay the invoice; 3) email me the 6 modules you would like from the list here:
DO NOT miss this great Offer! On this fantastic deal!
Do You Need Custom Development?
Don't hesitate any longer! Contact us now!
Chat with us through live support, or send in a ticket if you would like more information.
There you will find all your questions answered.
Any questions, you can email us at sales (at) whmcsservices.com
Save even more!
Thanks again for choosing WHMCS Services. We appreciate your business!
|
|
|
How do I add the code to CMSBased Template |
Posted by: wssupport - 02-25-2018, 02:17 AM - Forum: Client Verification
- No Replies
|
 |
Hexa Extra Template
You can edit header.tpl file (header.tpl.new can be renamed to header.tpl in overrides folder). Overrides folder will help with keeping customization during updates.
The navbar li item can be duplicated and customized for your needs.
<a href="index.php?m=clientverification">client verification</a>
Version 4.5.x you don't need to edit any template you can do of the Hexa Extra Menu
Flattern Extra Template
You can edit header.tpl file (header.tpl.new can be renamed to header.tpl in overrides folder). Overrides folder will help with keeping customization during updates.
The navbar li item can be
<li><a href="index.php?m=clientverification">client verification</a></li>
|
|
|
How do I add the code to CMSBased Template |
Posted by: wssupport - 02-25-2018, 02:02 AM - Forum: Uptime Status
- No Replies
|
 |
Hexa Extra Template
You can edit header.tpl file (header.tpl.new can be renamed to header.tpl in overrides folder). Overrides folder will help with keeping customization during updates.
The navbar li item can be duplicated and customized for your needs.
<a href="index.php?m=uptimestatus">Uptime Status</a>
Version 4.5.x you don't need to edit any template you can do of the Hexa Extra Menu
Flattern Extra Template
You can edit header.tpl file (header.tpl.new can be renamed to header.tpl in overrides folder). Overrides folder will help with keeping customization during updates.
The navbar li item can be duplicated and customized for your needs.
<li><a href="index.php?m=uptimestatus">Uptime Status</a></li>
|
|
|
How to remove Search Bar in the client homepage |
Posted by: wssupport - 02-24-2018, 11:08 PM - Forum: Template
- No Replies
|
 |
Just remove the form on header.tpl on Six Template on WHMCS 8.2.x
<form method="post" action="{routePath('knowledgebase-search')}" class="form-inline ml-auto">
<div class="input-group search d-none d-xl-flex">
<div class="input-group-prepend">
<button class="btn btn-default" type="submit">
<i class="fas fa-search"></i>
</button>
</div>
<input class="form-control appended-form-control font-weight-light" type="text" name="search" placeholder="{lang key="searchOurKnowledgebase"}...">
</div>
</form>
|
|
|
Changelog |
Posted by: whmcsservices - 02-24-2018, 06:29 AM - Forum: Profile Photos
- No Replies
|
 |
Version: 2.0.3 Released (03/03/2021)
Maintenance
Fixed Problems with WHMCS Twenty-One template for WHMCS V8
Fixed Problem with deleted client photo
Version: 2.0.2 Released (11/18/2020)
Maintenance
Fixed work with WHMCS V8
Updated Remove v4 Admin theme from distribution
Updated Remove Support for PHP 5.6 to 7.0
Version: 2.0.1 Released (5/18/2020)
Maintenance
Rewrite the code
Added a client area page to manage photos
Version: 2.0.0 Released (5/09/2020)
Stable
Added Rewrite the code from scratch
Added Allow clients to upload profile photos in 3 options Gravatar service, from the computer and from URL
Added Administrative area to allow the modification or deletion of client set photos
Added Admin can enable/disable any of the options for the profile photos
Updated rename Staff Photos to Profile Photos
Version: 1.0.3 Released (1/09/2019)
Maintenance
Fixed problem with empty admin last name
Fixed problem with old templates
Version: 1.0.2 Released (1/04/2019)
Maintenance
Fixed Problem with WHMCS 7.6.1
Fixed SwiftModders Themes
Fixed Control, Flare, Simplicity Themes from Impressive Themes
Fixed lagon Themes
Fixed Staff last name
Version: 1.0.1 Released (12/03/2018)
Maintenance
Fixed problem with last WHMCS version
Fixed Capsule bug problem
Version: 1.0.0 Released (2/24/2018)
Stable
New Initial Release
|
|
|
|