Jump to content

kindnation

Member
  • Posts

    15
  • Joined

  • Last visited

About kindnation

kindnation's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. You can't manage your own customers if you use Reseller Club. Reseller Club uses their own modified WHMCS, and want you to log in to their WHMCS to manage your Sub-Resellers and customers. You have to transfer funds to your Sub-Reseller's account, and then transfer funds to the customer's account, all from their WHMCS panel to get anything to work. You can't do it from your own WHMCS. The only reason WHMCS partnered with ResellerClub, is because they get a cut when you add funds to their account. Don't use them, unless you want to waste time and experience terrible support.
  2. I want to update that the plugin now works as advertised. I got support from WHMCSGlobalServices and they got everything working. To get it working properly does require their support, but they are excellent and will make sure it works. This is absolutely what I was looking for to let customer's manage their domain with CloudFlare. The support even made the CloudFlare button for WHMCS v6 template "Six" look nice. Great job!
  3. This plugin does not function as advertised. The only function that it does is display your domains that you have in CloudFlare. You can't add or manage any users from it at all. You basically have to add your customers to your own CloudFlare account manually, and it gives you a link next to the domain and opens up CloudFlare in a new tab to manage it. They don't even use any of the CloudFlare APIs that actually mange the domains. Garbage.
  4. Thanks for the pointer on Action Hooks. I was able to find OverrideModuleUsernameGeneration hook, which is probably what I need. I'm new to writing action hooks, so I'm using the example from includes/hooks/ and have this so far: <?php function hook_username_domain($vars) { $username = $vars['domain']; } add_hook("OverrideModuleUsernameGeneration",1,"hook_username_domain"); ?> Can anyone advise if the above is correct?
  5. I have about 10 currencies that I would like to support. The Update Exchange Rate works fine, but using the Update Product Prices will result in the 500 Internal Server Error. It seems that it times out. The only way to update the Product Prices requires going into each currency and clicking on Update Pricing manually for each currency. Is there a way to extend the time for the update?
  6. I'm trying to find a way for WHMCS to use the full domain name (instead of using only the first 8 letters) as the username. The reason being is that I use the username to create my /home/{username} in my control panel. Currently I have to manually approve each order because I still have to manually input the username. The closest option I found is: General Settings > Ordering > Enable Random Usernames (Tick this box to generate random usernames for services rather than use the first 8 letters of the domain). How do I make WHMCS use the full domain name as username automatically?
  7. Sorry about that... you're right and huge thanks! I was looking at the domainchecker.tpl in the whmcs root (wrong one).
  8. The domainchecker.tpl seems to be ion cube encoded, so it's impossible to see. Would it be anywhere else?
  9. I'm using the free geolocation plugin from ModulesGarden that automatically sets the currency. So basically I don't need to have the option to choose currency. I've been able to find all of them in my templates/orderforms but I'm not able to find the one at the bottom of Domain Checker. Can someone give me a hint which template it's in? thanks!
  10. I want to thank you for figuring that out. I had the default set for Flat-Modern (custom template), and exactly like you said, Verticalsteps will switch to default when it reaches the checkout.
  11. Hi brian, Yes, I'm using the Vertical Steps, and it does use drop downs until it finally gets to the Review & Checkout page. I've looked in the viewcart.tpl and there aren't any "flags". But as the screenshot shows, the THB is blank, but the flags for AUD, EUR, and USD are visable. I looked at all the .tpl files inside of templates/orderforms/verticalsteps/*.tpl and none of them have "flags" string. So it's strange to see the currency flags showing up at all, but where is it located?
  12. Greetings, I'm able to find and add the currency flags to other templates, except when using Vertical Steps. On the Review & Checkout page, it shows the currency flags with the one for THB (Thai Baht) blank. I searched through templates/orderforms/verticalsteps/*.tpl for "flags", but none of them have it in there. So obviously it is located somewhere else. Does anyone know where the .tpl file is located that is used for the Review & Checkout page?
  13. I am using a theme from WHMCSDesigns and ModulesGarden's DNS Manager. The row below Add Zone in the DNS Manager is protruding (image attached). I am a CSS newbie, and tried using Firefox's Inspector tool, and was able to change the padding: <div style="margin: 20px;"> from 20px to 40px, and that seems to fix it (image). Can someone point me in the right direction on how to make the CSS changes permanent?
×
×
  • 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