When would you want to hide UI elements
- Showcasing a specific facility not relevant to your usual audience: When promoting a new building, lab, or research facility, eliminating unnecessary UI elements reduces distractions. Visitors are more likely to engage fully with the content when other options are not competing for attention, especially those not relevant to that audience.
- Creating more tailored experiences: Certain UI elements may only be relevant to specific user groups. For example, an events section might be useful for admitted students but not for prospective students. You can use query parameters to hide those parts of the experience that are not relevant to them, without affecting your normal virtual experience.
Hide parts of the UI with query parameters.
This article provides an overview of various query parameters that can be used to customise the user interface (UI) of a web page. These parameters are particularly useful for creating a more streamlined and user-specific experience by enabling or disabling certain UI elements. The parameters discussed are, ind
, exd
, evt
and pd
, which stand for ‘home disabled’, ‘interact disabled’, ‘explore map disabled’, 'events' and ‘personalisation disabled’, respectively as seen below.
IND - Interact Disabled (?ind=true
)
- Purpose: To hide the interact section on the sidebar and the main menu.
- Usage Scenario: Applicable when the interact section is not relevant or needed for certain users.
- Implementation: Append
?ind=true
to the URL to disable the interact section.
MD - Map Disabled (?exd=true
)
- Purpose: To hide the explore section/map in the sidebar and the main menu.
- Usage Scenario: Ideal for instances where the map or explore functionalities are not required.
- Implementation: Use
?exd=true
in the URL to remove the map/explore section.
PD - Personalisation Disabled (?pd=true
)
- Purpose: To hide personalisation links in the sidebar and main menu.
- Usage Scenario: Used when personalisation features are not necessary or when a uniform experience is desired for all users. This might be useful when you want to showcase a specific facility at your campus like a new laboratory, innovation facility, start-up hub on campus etc.
- Implementation: Including
?pd=true
the URL will disable links related to personalisation.
EVT - Events (?evt=1
)
- Purpose: To show events for some audiences but hide them for others.
- Usage Scenario: Used when you would like to turn off events for your general audience, however, you would like your admitted students to view a welcome events page.
- Implementation: Including
?evt=1
in the URL will show events to the audience while on your normal URL, events will not be displayed. Please be sure to turn off events in your CMS.
DSD - Discover Disabled (?dsd=true
)
- Purpose: To hide the Discover section for some audiences in the sidebar.
- Usage Scenario: Used when you would like to hide sections of the page builder from your audience.
- Implementation: Including
?dsd=true
the URL will hide the page builder sections.
If you would like to hide multiple elements, all you have to do is include the above parameters with the character '&' after each. For example;
&hd=true&ind=true&pd=true&exd=true
NTU Showcasing their Medical Technologies Innovation Facilities (MTIF)
Nottingham Trent University (NTU) provides a prime example of why a university might choose to modify the UI of its virtual experience. When promoting their (MTIF), NTU wanted to create a guided and distraction-free experience for a specific group of visitors who weren’t students but rather academics, researchers etc. By hiding the general campus navigation options and disabling unnecessary interactions, they ensured that these visitors focused solely on the MTIF tour.
Comments
0 comments
Please sign in to leave a comment.