• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Remove News from Plesk Desktop

F

Frank1973a

Guest
Hello,

On my Plesk 8.1.0 i want to remove the Plesk-News from the Desktop.

I don´t found it in the Desktop customise.

Sorry for my English .



Frank
 
Right under news block in the bottom right corner there should be button 'Close the News'. Click on it and warning message should appear like:

"Are you sure you want to completely close the news block? You will not be able to see news block until more news is available."

Click 'Yes' and now news will be showed anymore.

If you want to turn news back, it can be done with help of Mysql query:

# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "update misc set val=0 where param='admin_news_dismissed';"
 
Back
Top