• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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