Category:Sub Account: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 182: Line 182:
===== Hide the 'Show' options in the Calendar =====
===== Hide the 'Show' options in the Calendar =====


If you want to hide the 'Show' options from some of the ROLES in the Calendar, change the sub-account to the role "Admin" then log into the account, go to the CALENDAR and click on "Show". Then deselect all bits you do not want to show. Then go back ROLE and change back to the appropriate ROLE.  
Log into the sub account, go to the calendar and untick all the options you don't want. Log out and log into the master account. Go to the 'Sub Accounts' menu and klick on 'Manage Account' for the sub account. Add the following code in the field "Control panel custom CSS":


.dashgridshowfilter{display:none;}
This hides the 'Show' drop-down function in the sub account. The user can only see the options that you have left ticked and they can't tick them back on because the drop-down is not there anymore.


===== Hide the 'Delete' button in the booking popup =====
===== Hide the 'Delete' button in the booking popup =====
Line 200: Line 203:
If you want to hide a certain setting box on a page add the following code in the "Control panel custom CSS" for the sub account for example:
If you want to hide a certain setting box on a page add the following code in the "Control panel custom CSS" for the sub account for example:


.pagetypecommunicationbooktemplate #settingformid .background_boxprop:nth-of-type(2){display:none;}  
.pagetypecommunicationbooktemplate #settingformid .background_boxprop:nth-of-type(2){display:none;}  
 


this will hide booking template 2.  
This will hide booking template 2.  


*If you only want to hide individual settings send us a support ticket for the code required here to hide the particular setting.
*If you only want to hide individual settings send us a support ticket for the code required here to hide the particular setting.


=== Allow Sub Accounts to View Credit Card Details ===
=== Allow Sub Accounts to View Credit Card Details ===