2015-09-25, 08:22 AM
Good day, all.
I need to shorten the display time for the diverse “intermediate” notification pages, which convey such valuable information as “... the action that you just took, did exactly what you expected.” or: “... did not.”
Somewhere a meta-tag is created, like this one
and I just need to know how to control it. I scrutinized the templates but never find anything, there.
Alternatively, I might want to remove some of those pages completely. I still hope, that it will be sufficient to comment-out the reference to only one template or variable.
Put another way : How can I get rid of these notifications ?
Thank you.
I need to shorten the display time for the diverse “intermediate” notification pages, which convey such valuable information as “... the action that you just took, did exactly what you expected.” or: “... did not.”
Somewhere a meta-tag is created, like this one
<meta http-equiv="refresh" content= "[number]; URL=[whatever]"/>
and I just need to know how to control it. I scrutinized the templates but never find anything, there.
Alternatively, I might want to remove some of those pages completely. I still hope, that it will be sufficient to comment-out the reference to only one template or variable.
Put another way : How can I get rid of these notifications ?
Thank you.