• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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