• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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