Jump to content

How to: remove carbon copy BCC v7.8


agarzon

Recommended Posts

Once again WHMCS is forcing us to use what they think is a good idea and once again they forgot to add an option to allow us to decide if we want that feature or not.

For those who does not want to use the new "CC Recipients" in the ticket system, you can get rid of it by adding this to your custom css:

#sidebarTicketCc {
    display: none;
}

 

I hope this helps you.

cc.png

Link to comment
Share on other sites

18 minutes ago, DennisMidjord said:

They aren't forcing you to anything 🙂

You can simply remove the code from your viewticket.tpl 😉

The code is generated and injected dynamically from JS not from any tpl file... nothing to do with viewticket.tpl.  So no experienced coders will find the way to hide that non-optional feature. (optional when comes with a variable or setting that we can control from the panel or configuration.php)

Link to comment
Share on other sites

9 minutes ago, zitu4life said:

make senses have a option to disable it in the configuration. I would not know how to create a hook to. would submmit a ticket for that. 

To create a hook, go to your WHMCS installation -> /includes/hooks/ and create a new .php file (name it RemoveCCTickets.php or anything else ending in .php) and paste the code I submitted in my previous post. Nothing more is needed.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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