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

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