Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 69 online users. » 0 Member(s) | 65 Guest(s) Bing, Google, UptimeRobot, Yandex
|
Latest Threads |
Draw Signatures
Forum: Agree Terms
Last Post: wssupport
06-07-2025, 02:33 PM
» Replies: 0
» Views: 197
|
PDF Logo
Forum: Agree Terms
Last Post: wssupport
06-07-2025, 02:20 PM
» Replies: 0
» Views: 175
|
10 Top Products Of May 20...
Forum: News & Announcements
Last Post: wsadmin
06-06-2025, 02:32 PM
» Replies: 0
» Views: 203
|
Shop Our Memorial Day Sal...
Forum: Special Offers
Last Post: wsadmin
05-22-2025, 11:57 AM
» Replies: 0
» Views: 315
|
Mother's Day Special 35% ...
Forum: Special Offers
Last Post: wsadmin
05-01-2025, 02:22 PM
» Replies: 0
» Views: 441
|
10 Top Products Of April ...
Forum: News & Announcements
Last Post: wsadmin
05-01-2025, 02:19 PM
» Replies: 0
» Views: 483
|
WHMCS V8.13.1 Compatibili...
Forum: News & Announcements
Last Post: whmcsservices
04-25-2025, 12:30 PM
» Replies: 0
» Views: 608
|
10 Top Products Of March ...
Forum: News & Announcements
Last Post: wsadmin
04-03-2025, 12:19 PM
» Replies: 0
» Views: 627
|
Instagram Setup
Forum: Refer A Friend
Last Post: whmcsservices
03-28-2025, 09:21 AM
» Replies: 0
» Views: 686
|
St. Patrick's Day Sale – ...
Forum: Special Offers
Last Post: whmcsservices
03-11-2025, 12:30 PM
» Replies: 0
» Views: 739
|
|
|
Six template - Small Layout Issue Fix |
Posted by: wssupport - 10-13-2017, 04:22 PM - Forum: Template
- No Replies
|
 |
I want to share a bug fix in WHMCS Six template, please find attachment to see the issue. I think all the users will be experiencing same issue or may be not as may be someone fixed it. This issue appears when the right hand side contents are very less/short. I have attached a screen shot taken from whmcs.com client area hoping they're using customized Six template.
So, how to Fix?
Its simple just change line number 4 in footer.tpl
From
Code:
<div class="col-md-3 pull-md-left sidebar">
To
Code:
<div class="col-md-3 pull-md-left sidebar" style="clear: left;">
|
|
|
Where can I reissue my License? |
Posted by: whmcsservices - 10-13-2017, 04:19 PM - Forum: License Questions
- No Replies
|
 |
All Licences can be reissued for free without limitations. Login into our client area and click the “Services > My Licenses” link from the client menu. Click the module for the license Details and from the products details page click the tab "Reissue" > "Reissue Licence".
|
|
|
Registered user needs to unlock another domain |
Posted by: whmcsservices - 10-13-2017, 04:17 PM - Forum: License Questions
- No Replies
|
 |
Our licensing policy for a single user license allows you to install your WHMCSServices.com product on one Domain. The main understanding is that it is not used simultaneously by different people.
To unlock a second (or new) Domain, you will have to repeat the unlock process with the second domain. Note that the same unlock key will not work on both domain, as the key is made specifically for the displayed site code (unique with every installation) then you will need to pay a small fee.
...and then contact Support
|
|
|
Difference Between Licence and Source Code versions of WHMCS modules |
Posted by: whmcsservices - 10-13-2017, 04:16 PM - Forum: License Questions
- No Replies
|
 |
We get a lot of questions about the difference between Licence and Source code versions of our modules, so we would just like to clear things up.
Both versions are exactley the same code and features, there is never a difference between features. Licence Version check our licensing system which checks the license against our database and the source code dont
The Licence version is encoded with ioncube just like WHMCS is, meaning the php files cannot be read or changed (any template files included are always open source).
The Source code version is NOT encoded with ioncube and can be installed on any number of domains provided you (your company) own (s) them. You are not allowed to sell or give away the module to others.
Both versions are also always released at the same time.
|
|
|
How do I add the code to Zomex Template |
Posted by: wssupport - 10-13-2017, 03:52 PM - Forum: Client Verification
- No Replies
|
 |
Depending on what it's for you can add it as a link in:
/templates/template_name/includes/menu.tpl for the main menu or the following for the top right toolbar:
/templates/template_name/includes/toolbar.tpl
<li><a href="{$WEB_ROOT}/index.php?m=clientverification">Add/View Verificaton Data</a></li>
|
|
|
Version overview and information |
Posted by: wssupport - 10-13-2017, 03:31 PM - Forum: License Questions
- No Replies
|
 |
Since WHMCS Services now has several active versions and also different types of updates, there are 4 types of updates. These are:
Major Release: A major release is a new main version and contains changes to the core and usually introduces new features. 1.0 and 2.0 are major releases. You can recognize one such an update also the first number of the version number changes. With Major Releases there is always only one complete upgrade and no incremental.
Minor Release: A Minor release includes new features and can also include changes to the schema and prepare major updates. The versions 2.1.0, 2.2.0 and 2.3.0 are for example Minor Releases. These updates always change the average number. With Minor Releases there is always only one complete upgrade and no incremental.
Maintenance Release: Maintenance Release is, as the name suggests, maintenance updates where bugs are fixed. The versions 1.3.1 and 1.1.2 are, for example, such updates. Here the last number always changes. There is also a small incremental update for maintenance releases.
Security Release: Security releases contain security-relevant updates which, for example, close security gaps. These updates are usually accompanied by maintenance releases and should be implemented promptly. Here again, the last number of the version number changes.
|
|
|
How do I add the code to Zomex Template |
Posted by: wsadmin - 10-13-2017, 03:19 PM - Forum: Login Verify Pin
- No Replies
|
 |
Depending on what it's for you can add it as a link in:
/templates/template_name/includes/menu.tpl for the main menu or the following for the top right toolbar:
/templates/template_name/includes/toolbar.tpl
<li><a href="{$WEB_ROOT}/index.php?m=loginverifypin">Login verify</a></li>
|
|
|
How do I add the code to CMSBased Template |
Posted by: wsadmin - 10-13-2017, 03:18 PM - Forum: Login Verify Pin
- 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=loginverifypin">Login verify</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=clientnotifyn">Notification Settings</a></li>
|
|
|
How do I add the code to Zomex Template |
Posted by: wsadmin - 10-13-2017, 03:16 PM - Forum: Client Notifications
- No Replies
|
 |
Depending on what it's for you can add it as a link in:
/templates/template_name/includes/menu.tpl for the main menu or the following for the top right toolbar:
/templates/template_name/includes/toolbar.tpl
<li><a href="{$WEB_ROOT}/index.php?m=clientnotify">Notification Settings</a></li>
|
|
|
When the website goes down, |
Posted by: wsadmin - 10-13-2017, 01:37 PM - Forum: Server Monitoring
- No Replies
|
 |
When the website goes down, does the system automatically recheck to confirm before sending an alert to the customer?
ANS: Yes, if the website is down then it will check other locations to be sure that it is offline. If it is offline on all locations then it will report the monitor as DOWN otherwise if even 1 location finds it up then it will report it as ONLINE.
|
|
|
|