• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Family predetermined site

F

FERNANDO_AR07

Guest
Hello, how can I change the title and description of the family of predetermined sites,in sitebuilder 4.2, thanks.

Fernando
 
Appropriate solution in this case is to create your own Site Families and use them. For this you need first create necessary Site Families in Server -> Site Families section. After that go into Plan management section, select appropriate plan, disable default Site Families and enable your own which you wish to use.
Actually, it is possible to update Title and Description for default Site Families. Title can be updated in sitebuilder3.site_familia table and description in
SITEBUILDER_ROOT/resources/locale/en_US/Wizard/Start.lng:
............................................
familiaTitleBlog = "Create your blog"
familiaTitleGeneric = "Create your site"
familiaTitlePhotogallery = "Create your photogallery"
............................................
But it is better not make any modification in database and use first way which I suggested.
 
Back
Top