Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
outlinetrue
exclude.*ndice
stylenone

 


Speaking of deleting a notification...

...

Some notifications cannot be deleted without carrying out an action before.

 

Status
subtletrue
titleLearn more

HTML
<a id="toggleAll" href="#" >Expand/hide additional information. </a>
 <script type="text/javascript">
 
 var abertos = 0;
 var fechados = 0;
 function contador() {
    abertos = 0;
    fechados = 0;
    jQuery(".expand-control").each( function() {
		if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
           	fechados++;
        } else {
        	abertos++;
        }
    });
 }
 AJS.toInit(function() {
 
    contador();
	var soma = abertos + fechados;
	$("#toggleAll").html('Expand/hide ' + soma  + ' additional information.');

    AJS.$('#toggleAll').click(function() {
        contador();
        if (abertos >= fechados) {
            jQuery(".expand-control").each(
                function() {
                    if (document.getElementById(this.id).children[0].className == "expand-control-icon icon expanded") {
                        jQuery(this).trigger("click");
                    }
                }
            )
        } else {
            jQuery(".expand-control").each(
                function() {
                    if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
                        jQuery(this).trigger("click");
                    }
                }
            )
        }
    });
});
 </script>

Basic Path

 



Delete notification

...

01. Press the icon that displays the notifications received, located in the upper right corner of the window, next to the name of the user.

02. In the notification table presented, press Go to Notifications.

03. In Notifications, press Delete, represented by an X located on the right side of the notification to delete. 

Alternative Paths

 



Delete Selected Notifications

 

...

01. In Notifications, select the notifications to be deleted.

02. Click Delete Selected.

Learn more
Expand
title
Panel

By activating this option, all notifications that have been selected are excluded from notifications.

...



Delete all notices

 

...

01. In Notifications, press Delete all.

Panel
Expand
titleLearn more

By activating this option, all the notifications received since the beginning of the use of the platform will be deleted permanently from notifications

 

...

, except for those that require a user action (e.g. “follow” requests). It is important to note that this option only deletes notifications of the authenticated user. Only the platform administrator can clean environment notifications, following the Notifications help instructions.




Info
titlePlease note!

This documentation is valid from the Liquid (1.6.5.10 ) update. If you use a previous update, it may contain information different from what you see on your platform.

 

...