Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 103 online users. » 0 Member(s) | 99 Guest(s) Bing, Google, UptimeRobot, Yandex
|
Latest Threads |
Common Problems
Forum: Multibrand Manager
Last Post: wssupport
07-24-2025, 02:29 PM
» Replies: 0
» Views: 764
|
Compatible Template
Forum: Multibrand Manager
Last Post: wssupport
07-24-2025, 02:19 PM
» Replies: 0
» Views: 94
|
WS WHMCS Secure Credentia...
Forum: Special Offers
Last Post: wsadmin
07-16-2025, 04:39 PM
» Replies: 0
» Views: 163
|
WSC Protect
Forum: WHMCS Secure Credentials Pro
Last Post: whmcsservices
07-13-2025, 12:38 PM
» Replies: 0
» Views: 148
|
Compatible Template
Forum: WHMCS Secure Credentials Pro
Last Post: wssupport
07-09-2025, 07:26 PM
» Replies: 0
» Views: 202
|
Configure WSC Pro
Forum: WHMCS Secure Credentials Pro
Last Post: whmcsservices
07-09-2025, 04:20 PM
» Replies: 0
» Views: 201
|
Troubleshoot WSC Problems
Forum: WHMCS Secure Credentials Pro
Last Post: whmcsservices
07-09-2025, 04:17 PM
» Replies: 0
» Views: 198
|
F.A.Q.s
Forum: WHMCS Secure Credentials Pro
Last Post: whmcsservices
07-09-2025, 04:01 PM
» Replies: 0
» Views: 220
|
Installation Instructions
Forum: WHMCS Secure Credentials Pro
Last Post: wssupport
07-09-2025, 12:43 PM
» Replies: 0
» Views: 201
|
Changelog
Forum: WHMCS Secure Credentials Pro
Last Post: wssupport
07-09-2025, 12:37 PM
» Replies: 0
» Views: 192
|
|
|
Do you offer banners? |
Posted by: whmcsservices - 10-13-2017, 04:38 PM - Forum: Affiliate Questions
- No Replies
|
 |
In your client area, you have the option to copy/paste a text link or a banner link that includes your affiliate link. You are free to use any type of links on your page as long as it is legal
|
|
|
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>
|
|
|
|