Jump to content

AzeDK

Member
  • Posts

    33
  • Joined

  • Last visited

About AzeDK

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

AzeDK's Achievements

Member

Member (2/3)

3

Reputation

  1. @Code Sensei I found it here:
  2. @brian! Can you share your plugin file? edit: I found it, thanks again Brian!
  3. Added vote on both as well, we often get this request from customers.
  4. Is it possible to setup notification rule condition where "contains" can be more than just 1 value ? Etc. can only get it working if only 1 value is added. Would be nice to make several OR contains, instead of having to make 1 rule per keyword. Example case: is looking for a list of keywords in ticket subjects.
  5. It has not been working since first release, and still not working now. Its very frustrating, and misleading to be able to set the state field optional in WHMCS > System Settings > General Settings > Other > Optional Client Profile Fields, but the clientarea details pages and order pages still enforce the field as required for most countries. The only solution we found was to hardcode edit the inclusion of StatesDropdown.js in the /templates/twenty-one/clientareadetails.tpl file to the following (I suggest making your own Child Theme, to keep changes after WHMCS updates): <script type="text/javascript" src="{$BASE_PATH_JS}/StatesDropdown2.js"></script> And then copy the /assets/js/StatesDropdown.js file to StatesDropdown2.js and add our own country code "states": states['DK'] = ["","Hovedstaden","Sjælland","Nordjylland","Midtjylland","Syddanmark","end"]; Leaving the first option empty, for clients not wishing to bloat their invoice details with this unwanted state field. Please give some love for this feature request Allow State/Region Overrides
  6. It has not been working since first release, and still not working now. Its very frustrating, and misleading to be able to set the state field optional in WHMCS > System Settings > General Settings > Other > Optional Client Profile Fields, but the clientarea details pages and order pages still enforce the field as required for most countries. The only solution we found was to hardcode edit the inclusion of StatesDropdown.js in the /templates/twenty-one/clientareadetails.tpl file to the following (I suggest making your own Child Theme, to keep changes after WHMCS updates): <script type="text/javascript" src="{$BASE_PATH_JS}/StatesDropdown2.js"></script> And then copy the /assets/js/StatesDropdown.js file to StatesDropdown2.js and add our own country code "states": states['DK'] = ["","Hovedstaden","Sjælland","Nordjylland","Midtjylland","Syddanmark","end"]; Leaving the first option empty, for clients not wishing to bloat their invoice details with this unwanted state field. Please give some love for this feature request Allow State/Region Overrides
  7. Not sure how many have noticed, but in the latest makeover of requests.whmcs.com date and time has been removed, so you cant see how old a feature request is. Please put back the creation date, so we have a better chance of knowing if its a fresh idea or old idea, and if its worth supporting.
  8. Yah, its a sidebar item though, so only way i know of fixing it, is removing it, and bulding a new one up from the ground. Thanks anyway 🙂
  9. Can I get the solution as well, if you can find it again 🙂
  10. Thanks Brian! I am in happy tears, its been an issue for me past 8+ years.
  11. haha (sad laugh) Its worth a try, but knowing WHMCS past 10 years, my hopes are not high for this one.
  12. @snake @akust0m @web2008 Please drop a vote for the feature request here: https://requests.whmcs.com/topic/prorata-billing-for-addons-2nd-try
  13. @DennisHermannsen Its still an issue with latest WHMCS 8.1.13 and Twenty-One theme. Its a bug, and should not be a feature request. @WHMCS John Is it on a bug track list ? Reproduce problem: - set "State/Region" optionally in General Settings > Other "Optional Client Profile Fields" and remove all checkmarks from "Locked Client/User Profile Fields". - Go into /clientarea.php?action=details and set Country to "Denmark" and leave "State/Region" empty, and try save changes.
  14. @tomb Did you ever solve your own issue with this?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated