Difference between revisions of "Setting/ownerssubhidepages"

From Beds24 Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
Examples:  
 
Examples:  
  
1. to limit SETTINGS  /control2.php?pagetype=settings  
+
1. to hide SETTINGS  /control2.php?pagetype=settings  
  
 
settings
 
settings
  
2. to limit SETTINGS  /control2.php?pagetype=settings and RATES /control2.php?pagetype=rates
+
2. to hide pagetype settings and rates
  
 
settings,rates
 
settings,rates
 +
 +
3. to show a setting that is hidden by a role use an ! in front of it, for example to show reports
 +
 +
!reports

Revision as of 17:43, 3 December 2020

Individual menu pages can be hidden from all sub accounts. Identify the pagetype value in the URL of the page you want to hide and enter it here, Multiple pages can be entered with a comma separating them.

Examples:

1. to hide SETTINGS /control2.php?pagetype=settings

settings

2. to hide pagetype settings and rates

settings,rates

3. to show a setting that is hidden by a role use an ! in front of it, for example to show reports

!reports