Jump to content

magicgirl

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by magicgirl

  1. Hello people, I hope all of you are fine and enjoyed the summer. I have a question about whmcs and imagick. I use pimcore on Whmcs and there I need the extra modul imagick from php because I can not upload eps files in pimcore. The solution is to install imagick of php in whmcs but my question is how do I manage this? Can anyone help me? Best Regards magicgirl sandy from germany
  2. hello folk, I am sandra from germany and totally happy with whmcs. But I have a question about the "changing where a menu item links to". https://developers.whmcs.com/themes/navigation/ I read it and can not understand in which file I have to put this inside? So where I have to put the seturi file inside and which parameters do i have to change ? <?php use WHMCS\View\Menu\Item as MenuItem; add_hook('ClientAreaPrimaryNavbar', 1, function (MenuItem $primaryNavbar) { $navItem = $primaryNavbar->getChild('Support'); if (is_null($navItem)) { return; } $navItem = $navItem->getChild('Announcements'); if (is_null($navItem)) { return; } $navItem->setUri('https://www.example.com/3rdpartyblogsystem'); could you please help me
×
×
  • 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