• 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.

How do I remove references to Virtuozzo

This is completely insane... if this is still a problem by the time i'm installing our first 8.1 server, i'm going to be on the phone with whoever it takes to remove this ****.
 
I've written to Tech Support about all the spam advertising floating around Plesk 8.1 and they said it is nothing they can resolve. It is an issue for their Marketing Department.
 
you can edit the skins CSS files :

To hide news edit :
/usr/local/psa/admin/htdocs/skins/SKIN_NAME/css/main/desktop.css

.dBox {
margin: 10px 0 0 10px;
display: none; /** add this line **/

To remove Virtuozzo name from top:
Edit :
/usr/local/psa/admin/htdocs/skins/SKIN_NAME/css/top/custom.css

#topTxtBanner {
display: -moz-inline-box;
display: inline-block;
border-left: 1px solid #868b93;
background-image: url('../../images/vz_top.gif');
background-position: 9px 3px;
background-repeat: no-repeat;
padding-left: 36px;
padding-right: 7px;
text-align: left;
display: none; /** add this line **/
 
After installing hotfix3 for Plesk 8.1.0 you'll have checkboxes under Server -> Interface Preferences to hide the Virtuozzo promotion, Fotolia promotion and Horde newsfeeds.
 
Can you post a link to the hotix .. I looked at a page with Plesk patches but couldn't see that one ...
 
Back
Top