Jump to content

Search the Community

Showing results for tags 'Question'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


WHMCS.Community

  • The Latest WHMCS Release
    • WHMCS 8.13 Release Discussion Board
  • WHMCS.Community
    • Community Announcements
    • Introduce Yourself
    • MarketConnect Partner Product Status Updates
  • Using WHMCS
    • Pre-Sales Questions
    • Admin & Configuration Questions
    • Installation, Upgrade, and Import Support
    • Using WHMCS
    • Troubleshooting Issues
    • Vendor Discussions
  • WHMCS Showcase
    • Showcase Your Site
    • Share Your Best Practices & Tips
  • Developing & Extending WHMCS
    • Third Party Add-ons
    • Service Offers & Requests
    • Developer Corner
    • Building Modules
    • Share Ideas for WHMCS Modules
  • Community Competitions
    • News, Announcements & Blogs from WHMCS
    • Competitions
  • General Discussions
    • General Discussion
  • General Feedback & Assistance
    • Feedback
    • WHMCS.Community Tips & Tricks
  • Third Party Developers's Topics
  • Turkish International Discussions's Topics
  • Russian International Discussions's Topics
  • Spanish International Discussions's Topics
  • Portuguese International Discussions's Topics
  • French International Discussions's Topics
  • Italian International Discussions's Topics
  • German International Discussions's Topics
  • WHMCS Brasil's Topics
  • WHMCS Brasil's Tópicos
  • ModulesGarden Club's Topics
  • Hungarian International Discussions's Segítség
  • ThemeMetro's Topics
  • WHMCS Services Club's Topics
  • WHMCS Global Services Club's Topics
  • Katamaze's Free Scripts
  • Katamaze's Module Support
  • Zomex Club's Topics
  • 0100Dev Club's Topics
  • RactStudio Club's Topics

WHMCS Version

  • V8.13.x Hotfixes
  • V8.12.x Hotfixes
  • V8.11.x Hotfixes

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 6 results

  1. Hello, I am trying to create a hook for adding a new element in sidebar. I have created the hook. add_hook('ClientAreaPrimarySidebar', 1, function($primarySidebar) { /* @var \WHMCS\View\Menu\Item $primarySidebar */ $newMenu = $primarySidebar->addChild( 'accountmanager', array( 'name' => 'Home', 'label' => Lang::trans('account_manager'), 'order' => 1, 'icon' => 'fas fa-life-ring', ) ); $newMenu->addChild( 'accountmanager', array( 'label' => Lang::trans('account_manager_label'), ) ); }); I am trying somehow to get the userid, and assign it to a variable. And is it possible to be used in translations? I tried with this one here but it's not working: $variable = $template->getVariable('variablename')->value; $template->assign('variablename ', 'variable');
  2. I hope this is the correct area to post this question! I am looking for guidance when setting up game server products in WHMCS, I want the customer to be able to select how much ram and disk space they want when ordering. I’ve tried to read the TCAdmin docs, I’ve spent hours trying to learn by myself and using the docs but I keep coming up short. Does anyone know what I could be doing wrong? Maybe I’m missing something simple; but from where I’m standing right now it seems like a very complex thing to do... TIA!
  3. Hi! Does anybody know how I can change this: To this: Either via a hook or in what template do I need to look for this? (I'm also using the Lagom theme)
  4. Hi All, Please see the below snap of my WHMCS environment. It seems that after the 6.1.1 upgrade, the security questions and answers are useless to me. I have opened a ticket but I have not received a response since yesterday and this is a problem for me and my clients who are trying to reset their passwords. I would appreciate any help I can get. How do I correct this? Thanks BlueSteam
  5. Hi, I'm thinking to lease a WHMCS license soon, however, I have some litte doubts about offering subdomains with a package: - Is there any pre-setup I have to do to the domain I'm wanting to offer subdomains with? Like adding it to my cPanel or pointing it to my NS or installing some sort of thing in it? - Is the creation of the subdomain automated or manual? Thank you for your time.
  6. I understand the "Prorata Date" setting but I am looking for it to bill on the last day of the month. If I set it to 31, then not all months have a 31st day. Would it be skipped some months, or would it bill on the last day of every month ? I really need it to be billed on the very last day of every month, because I have a script that updates the price everyday. Thanks, Stephen
×
×
  • 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