Institution portlet

Last modified by Moritz Baumgarten on 10.01.2024

 

Only the institution's administrators as well as system administrators can customise the content of the portlet My Institution.  

Edit institution portlet ...

To edit the content of the portlet My Institution, proceed as follows:

1

Open the home page. Click on the gear icon in the upper right corner of the portlet My Institution to open the configuration menu.

Startseite-Institutionsportlet konfigurieren_en.png

2

Select the entry Edit.

3

In the editing mode, you can use the Text editor to customise the content of the portlet to your liking.

Integrate images ...
Below the text editor, you can see the content of the portlet's resource folder. This folder offers the possibility to manage stored content such as images or videos. In addition to deleting and adding resources, you can also rename your resources. Once a resource has been selected via its checkbox, the corresponding buttons will be activated above the table.

Startseite-Institutionsportlet editieren_en.png

Integrate content into the institution portlet depending on user attributes ...

Via the HTML view of the Text editor, you can display content in this portlet depending on user attributes or the system language selected. Just add the content in the following format at the appropriate position to the HTML code:

<[html-Element] data-visibility-condition="[attribut];[operator];[wert]"></[html-Element]>

Startseite-Institutionsportlet Quelltext öffnen_en.png

Expand to view examples ...

Example 1: To provide a link to OPAL which will be displayed to all users whose first name begins with an E, enter:

<a  data-cke-saved-href="https://bildungsportal.sachsen.de/opal" href="https://bildungsportal.sachsen.de/opal" data-visibility-condition="firstname;startswith;E">Link zu OPAL</a>

Example 2: To provide a text which will be displayed to users depending on the system language selected, enter:

<p data-visibility-condition="locale;equals;en">Only users who have selected English in the general user system settings under language will see this text.</p>

You can use the following operators:

You can combine these operators with the following user attributes:

  • contains
  • equals
  • startswith
  • endswith
  • not (e. g. "not-equals")
  • firstname
  • lastname
  • email
  • institutionaluseridentifier
  • institutionalname
  • orgunit
  • studysubject
  • studygroup
  • persontype
  • termsofstudy
  • birthday
  • locale (refers to the system language configured by the user)

In the editing mode of the portlet, all content is displayed. In normal mode, however, the content of the portlet is displayed depending on attributes.