Jump to content

northfork

Member
  • Posts

    23
  • Joined

  • Last visited

Everything posted by northfork

  1. Hi @shivahost thank you. I made that change and all works. Any idea how to get it to span two widget columns?
  2. Hi Everyone, Two questions: 1. What is the best time of day (morning, afternoon, or evening) to set your automated actions to run? See screenshot. Are there any advantages that I'm not thinking of? 2. I ask because I'm about to change my admin time (its never been correct even though my server time is correct). Using direction from previous post that @brian! suggested in configuration.php file. Once I make that admin time change is there anything I should also change that I'm not aware of - which has a direct effect by me changing my admin time? Thanks in advance!
  3. Perfect this is exactly what I was needing! Just tested and still works. Thanks again @brian!
  4. This has always bugged me. What is the reason WHMCS displays a "Click here to continue..." button when a user logs out of their account? See screenshot. Why can't it just show the user account login page again once they log out? Just like WHMCS does when logging out of your admin area. Am I missing something seems not needed for the user to click a button to do nothing. Thanks in advance.
  5. Hi @brian! and @oscarch - this widget is great. How can I make it span two widget columns (like the system overview widget)? Also any updates for v7.7? Thanks in advance!
  6. nope - no go. You're right Brian nothing changed when adding the above code. configuredomains.tpl seems to be pretty limited. I put in a feature request as you suggested a few days ago but it's still "On Moderation" mode so who knows if it will get published Anyway not to go around in circles but I did a quick test with other companies and it's pretty much industry standard: Godaddy, Media Temple, Hostgator, Namecheap, Hover (tucows), they all allow for this as well as seeing the price change "order summary".
  7. That stinks, I didn't realize this. Is there an alternative that I'm not thinking of? Seems strange that a customer wouldn't be able to change the domain registration period during the checkout process. People change their mind all the time and allowing them to go back and either increase or decrease the period makes sense to me. Am I missing something / another way?
  8. Hi, On the domains configuration page during checkout I'm wanting to add a drop-down registration period field which would allow folks to register the domain for additional years. Currently it's set to whatever you selected on the previous register domain page. I grabbed this code from domainoptions.tpl and added it to configuredomains.tpl - the drop-down field showed up but no pricing. <div class="text-center"> {if count($searchResults.pricing) == 1} <p class="margin-bottom">{$LANG.orderForm.domainAddedToCart}</p> <button type="button" class="btn btn-default btn-lg margin-bottom"> <span class="glyphicon glyphicon-shopping-cart"></span> {$searchResults.shortestPeriod.register} </button> {else} <p class="margin-bottom">{$LANG.orderForm.registerLongerAndSave}</p> <div class="btn-group btn-group-lg margin-bottom"> <button type="button" class="btn btn-default btn-sm"> <span name="{$searchResults.domainName}-selected-price"> <b class="glyphicon glyphicon-shopping-cart"></b> {$searchResults.shortestPeriod.period} {$LANG.orderyears} @ {$searchResults.shortestPeriod.register} </span> </button> <button type="button" class="btn btn-default btn-sm dropdown-toggle additional-options" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <b class="caret"></b> <span class="sr-only"> {lang key="domainChecker.additionalPricingOptions" domain=$searchResults.domainName} </span> </button> <ul class="dropdown-menu" role="menu"> {foreach $searchResults.pricing as $years => $price} <li> <a href="#" onclick="selectDomainPricing('{$searchResults.domainName}', '{$price.register}', {$years}, '{$LANG.orderyears}');return false;"> <b class="glyphicon glyphicon-shopping-cart"></b> {$years} {$LANG.orderyears} @ {$price.register} </a> </li> {/foreach} </ul> </div> {/if} </div> Any ideas on how this can be done? Thanks
  9. Thanks for the heads-up - wasn't aware of this. Does eNom have a list I can reference regarding which TLD can accept the add-on options (DNS Management, Email Forwarding, ID Protection) as well as if the EPP code is required? I've been looking but haven't run across it yet. - Thanks
  10. Hi - I'm hoping to pull some advise or tips from those that have or are currently selling domain names. I'm getting my eNom account all set up and excited to start offering domain names but thought I'd check in with the community for any helpful advice. Anything I need to watch out for, know or don't do in regards to selling domain name? Thanks in advance!
  11. Hi All, Anyone mind sharing what you've added to your .htaccess file for better security? Besides what's suggested from WHMCS docs regarding "restrict admin area access by IP" - What else do you advise adding to your .htaccess file? Also should each template folder have a .htaccess file, and if so what should be included? Thanks!
  12. Hi @faisal, Thanks for the reply. Unfortunately I was looking for how to make the toggle dropdown menu a slide out menu from the left. Not float the mobile icon button left. I'll keep digging.
  13. @sentq - ok sorry to backtrack. The more I thought about what you said regarding if a visitor has the correct url they can still access the page. If you're still willing I could use help with those Action Hooks to hide the following pages (Announcements, Knowledgebase, Network Status, Contact Us) for non logged in users. Thanks!
  14. New to Bootstrap and needing some help with my mobile menu nav. I've been trying for days to change the default Boostrap dropdown menu toggle on mobile to a left slide out style mobile menu. If anyone has done something similar I'd be much appreciated! I've tried a few examples online but nothing solid worked. Thanks in advance
  15. No, I just need to hide these only on the clientarea page for non logged in users. Sorry for not understanding but how do I combine this {if loggedin} with {if ($filename!='clientarea')}. I'm sure it's something simple but don't get how to specify hide "this" only on "this page" for non logged in users.
  16. Ok that link helped. I'm getting closer, but how do I hide only for non logged in users. If logged in I'd want it to display? Thanks
  17. Thanks for the reply. Is this the only way? I'm not sure I'll be able to do as you suggested.
  18. Hi - how do I display just the client area login form and nothing else? I want to remove the header,top nav and primary nav and only display the client login form. Is it a template syntax or hook? Just want it to be hidden for non logged in users only on this page. Thanks in advance
  19. Yikes - was hoping I just overlooked something and there was an easy solution. Seems like this would have been requested before and needed? Can't believe the value isn't passed, but I guess they have good reason? Anyways thanks for the reply - I'll give it a go!
  20. Hi all - needing a little help. How can I add the product group name to the description area in the following: viewinvoice.tpl and invoicepdf.tpl? I also need to do the exact same thing in one of my email templates but not sure what to add to call in the product group name. Any thoughts? Thanks in advance
×
×
  • 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