• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

How to remove Web Presence Builder

TairkH

Basic Pleskian
Hello,

How to remove Web Presence Builder.
I tryed it with the auto installer but it can't be removed there.

So how to remove Web Presence Builder from the system?


Thanx in advanced
 
# rpm -e --test pp-sitebuilder-10.3.0-35814.11063001
error: Failed dependencies:
pp-sitebuilder >= 10.3.0 is needed by (installed) psa-10.3.1-cos5.build1012110718.17.x86_64

As you can see there are dependences with main psa package. Not sure that it is possible.
 
how to hide the Web Presence Builder tile

Hello,

How to remove Web Presence Builder.
I tryed it with the auto installer but it can't be removed there.

So how to remove Web Presence Builder from the system?


Thanx in advanced


add this snippet to hide the Web Presence Builder tile:

go to:
Code:
/usr/local/psa/admin/htdocs/skins/default/css/custom.css

Code:
.admin-home .ad-sb {
	visibility: hidden !important; display: none !important;
}

save and reload

Please note: the URL is still visible in the DOM.
 
Last edited:
Hi MatejK,


If you want to hide all Web Presence Builder buttons from end-customer US, there is a simple solution that doesn't require changing the code:

1. Set "Sites published with Web Presence Builder" to 0 in all Service Plans / Subscriptions
2. Make sure that "Allow customer to create trial Web Presence Builder websites" checkbox is not enabled.
3. Disable "Overuse".

Thanks.
 
Back
Top