Jump to content

WHMCS Calendar Hook


zitu4life

Recommended Posts

Hello

Normally we have a WHMCS calendar like this.
image.png.d11e0ddcb5c9762c1f187f78dbda8b10.png

Is it possible to remove Products/Services, Addons and Domains on the top. CSS I guess can not do that, because it is like there are an array and no ID for each Tag. Perhaps a hook can modify it to looks like this?

image.png.ddb2a8b8c7ec00837169a5b2e718688a.png

Edited by zitu4life
Link to comment
Share on other sites

20 hours ago, zitu4life said:

Normally we have a WHMCS calendar like this.

ooh it's been years since anyone asked a question about the calendar in WHMCS!

21 hours ago, zitu4life said:

Is it possible to remove Products/Services, Addons and Domains on the top. CSS I guess can not do that, because it is like there are an array and no ID for each Tag. Perhaps a hook can modify it to looks like this?

you should be able to do it with css...

#calendarcontrols label.checkbox-inline:nth-last-child(n+3) {display: none;}

obviously, there's no custom.css in the admin templates by default, but as you've used a previous hook of mine to add one, so you could add the above code to that.

Link to comment
Share on other sites

Many Thanks Brian!

I have also tried to applied CSS to change bellow print background but no success, can you please check what is wrong in my CSS code:

#caledit {  
    background-color: #000;
    border: 1px solid #ccc;    
}

I have inspected it on web-browser and change color to black for example  background-color: #000

image.png.be0874debdf5208cb6c10a54760e5349.png

This community would never be the same without you here @brian!

regards

 

Edited by zitu4life
Link to comment
Share on other sites

  • 1 year later...

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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