Jump to content

JLHC

Member
  • Posts

    160
  • Joined

  • Last visited

About JLHC

JLHC's Achievements

Senior Member

Senior Member (3/3)

0

Reputation

  1. I created a hook to change the Template a client will see depending on which Client Group they are lumped into:- <?php function clientgroupTemplate($vars) { $client = Menu::context('client'); $groupid = $client->groupid; if ($groupid == 1) { global $systpl; $systpl = 'MY_TEMPLATE'; $GLOBALS['_SESSION']['Template'] = 'MY_TEMPLATE'; $GLOBALS['CONFIG']['Template'] = 'MY_TEMPLATE'; } } add_hook("ClientAreaPage", 1, "clientgroupTemplate"); However, the hook seem to only work on the second load, which means that the client will first see the default Template after login and only after a refresh or going to the second page will they see MY_TEMPLATE. I tried disabling all other hooks to rule out any conflicts. Is this due to caching like OPCache or is there a better way to write this hook? Thank you.
  2. Did you hear back from him? We're facing the same problem. Our support ticket from July is unanswered until today.
  3. We're facing the same problem. Our support ticket from July is unanswered until today. Anybody from the UK can give them a call? The number listed in their website is: +44(0) 1637 222001 EDIT: It looks like you opened another thread here: https://forum.whmcs.com/showthread.php?80539-PUSH-Alerts-Client-Area-Notifications-Bandwidth-Emails-amp-Framework!
  4. Chris, As LogicBoxes made some backwards breaking compatibility changes to their API that will require an update to the module:- 1. When can we expect the update for the module to be available? 2. Will it be released for v6.x as well or only for v7.x only?
  5. Are there any updates to this? We are seeing the exact same problem on our end. If a client try to disable ID Protection on their end, they will see this error:- Failed to deactivate addon. Please contact support.
  6. Thanks John for confirming that you will be working on making the Admin theme responsive as well. May I know if there's any plans to open up more sections of the Admin template (most of them are currently encoded) to allow third-party companies like WHMCSDesigns.com to create a custom responsive Admin theme? With the current amount of encoded files, it is almost impossible to create a custom Admin theme that is responsive.
  7. Just got a response from them in my Sales ticket:- I'm not sure if this is the right direction to take though. I would very much prefer to have a responsive Admin theme that has a consistent user interface for our staffs and can be locked down to our internal network.
  8. The link to the Mobile Edition is dead and the Addons page is not showing it anymore. It also doesn't seem to be available in the Addons section of WHMCS's Shopping Cart. Is the Mobile Edition dead even before it comes out of BETA?
  9. The module above doesn't seem to support custom themes. @jclarke: Does your module support custom themes?
  10. Woah cool down you are being quite emotional now. While I'm not interested in this feature, I'm not trying to close the discussion down. I did agree with your points that the discussion is still new which is why I said to give it some more time so I am not sure what is the fuss here. What I am trying to convey to you is to not be too emotional when your suggestion is not being accepted by the developer as he is not obliged to do anything unless it is a highly requested feature or if someone pays him to implement it.
  11. If you are trying to gather feedback on your suggestion and requesting for a feature from the module developer, you should have the expectation that your suggestion or request may not accepted by the module developer due to the lack of demand or some other reasons and there's no need to gripe about it. You can either sway public opinion here to put pressure on him to change his mind (I've yet to see anyone who wants this feature yet so maybe give it some time?) or pay him to implement a custom feature for you, problem solved.
  12. While it's your right to post a feature request, it is Joe's right to decide on whether to implement the requested feature so I do not see where the disappointment come from. If you need a feature that is not included in the module and nobody else requested for it, the developer has every right to not implement it and to charge you to implement a custom feature specifically for you. I know I would prefer him to spend time developing other areas and perfecting his modules than something like this which I do not need. @jclarke: Maybe you should start charging for the module instead of giving it away for free. You're doing a great job and the $15/year commercial support doesn't do you justice.
  13. Matt seem to have issued an update which fixed this as well:- http://forum.whmcs.com/showthread.php?82419
×
×
  • 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