Jump to content

charlottezweb

Retired Forum Member
  • Posts

    65
  • Joined

  • Last visited

About charlottezweb

Recent Profile Visitors

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

charlottezweb's Achievements

Member

Member (2/3)

0

Reputation

  1. Loyal/pleased customer since converting to WHMCS in 2006. Very disheartened by today's email. From what I'm understanding, my costs are going to go up almost 500%. I'm incredibly disappointed and hope there's going to be some re-consideration as the pricing isn't realistic for some use cases.
  2. Loyal/pleased customer since converting to WHMCS in 2006. Very disheartened by today's email. From what I'm understanding, my costs are going to go up almost 500%. I'm incredibly disappointed and hope there's going to be some re-consideration as the pricing isn't realistic for some use cases.
  3. Loyal/pleased customer since converting to WHMCS in 2006. Very disheartened by today's email. From what I'm understanding, my costs are going to go up almost 500%. I'm incredibly disappointed and hope there's going to be some re-consideration as the pricing isn't realistic for some use cases.
  4. I've raised the weight to be very high for a few and that does seem to reorder them after Paypal but the tricky thing is that the orders change based upon whether they are maximized/minimized due to the way it's loading them across 3 columns. I'm not sure if editing them all to be high would do the trick but I may try that later today.
  5. If that's the case, that wouldn't be so bad. That would at least ensure the system maintains the latest updates even if it means I have to rename them again. I'd rather that happen than for me to remember each time to manually name those files back before running an update. Maybe WHMCS can confirm that theory... Thanks, Jason
  6. That's my assumption as the only two files I've found are in the addon module folder itself. Those are encrypted as you said. The fact that it loads at the very end seems like it would indicate it might not be using a weight and is just being loaded after the others. Otherwise, I could try to make all the other files' weights super high to see if that might make it load first. Not worth the effort in my book. I miss the ability to drag/reorder. Thanks, Jason
  7. Any idea how to move (reweight) the Paypal balance widget? It's not stored as a standalone widget file in that folder. Cheers, Jason
  8. I noticed the same thing. Seems like there should be a way to turn them on/off within the admin area. I have renamed the files to forcefully disable ones I don't want however I imagine this could be a problem if any of them need to be updated in a future (automated) update...?
  9. Brilliant -- Thank you! I think it would be a nice feature for them to add so an admin can manually flip the switch right on the profile page if needed. Cheers, Jason
  10. I have had numerous customers who can't verify their email -- the links don't work or something fails. Is there not a way I can can "verify" their email addresses in WHMCS without doing it directly on the db? (Or maybe there's a command I can run to verify all existing customers in one mysql execution so that only brand new customers need to verify going forward?) Seems like there's should be a checkbox in the profile area allowing an admin to do this. Makes no sense for me to validate customers that I've had over 10 years... Maybe I'm blind and am missing it? Thanks! -Jason
  11. I've got some custom hooks as it relates to menus and some things I do end up breaking other things. I'm going in circles a bit and would like to pay someone to do a screenconnect session and phone call (I can call if you're in the US/Canada) to walk through editing some files and explaining to me what the various menu hook settings do. I've read through the tutorials and used them to get to where I am today but there are some strange behaviors I want to correct and I'd prefer to save myself some time and see if someone who is an expert with tweaking this can teach me quickly. I'm willing to pay $75USD via Paypal for your time. If it takes longer than an hour -- which I doubt -- I am open to paying more. If it takes less than an hour (and you know what you're doing), I'll still pay the minimum $75. Long story short, I think this may take less than 30 minutes but at most, an hour. I just want to get a grasp on some of the variables so I can manage it myself ongoing. Please note -- I'm seeking assistance for someone who is very familiar with tweaking the menus: Primary/Secondary, child menus, ordering, visibility based upon login vs. public, adding line breaks between menu sections, etc. Cheers, Jason
  12. I've been trying to add and remove items from the primary top and sidebar menus in Six. My hangup currently is that I have a hook php file that is set to remove the RSS Feeds option. I have it saved as its own hook file (remove-primarysidebar.php) with the following: <?php use WHMCS\View\Menu\Item as MenuItem; add_hook('ClientAreaPrimarySidebar', 1, function(MenuItem $primarySidebar) { $primarySidebar->getChild('Network Status') ->removeChild('View RSS Feed'); }); On the Network status page, that works perfectly. The menu item in the primary sidebar is now gone. However, when I click to another page (Affiliates, Contact, etc) the pages all load blank. I've cleared the templates_c out and can confirm that the hook file above is the culprit. The same thing happens for a separate hook file I created to remove items from the secondary menu. I had it set to remove Announcements, Knowledgebase, Downloads, etc. And it works perfectly on the Network Status page. But if you click to any other page (including the ordering process) at all they are blank/white screens. Something in the sample code I have above breaks every other page besides Network Status when uploaded. Am I missing something? TIA, Jason
  13. Thank you! {$clientsstats.creditbalance} was exactly what I was looking for. Cheers, Jason
×
×
  • 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