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

Template Installation

R

RogerW37

Guest
TEMPLATE INSTALLATION

http://www.sw-soft.com/en/download/sitebuilder2/templates/

Template download and installation instruction for SiteBuilder 2.0:

1. Download template "packs" to your local PC.

2. Unzip the template pack files.
Unzip them into their individual templates. I stored my individual templates into a separate folder called Ready to Send.

TIP: You can highlight multiple zip files and unzip into the same folder.

3. Upload the individual templates files to SiteBuilder through the administrator's control panel:

Components -> Templates -> Browse and Upload template

4. Repeat step 3 for the rest of the templates.

This will take what seems like forever. I ran two screens at the same time. Hopefully SW-Soft will in the future, allow multple templates to be uploaded at the same time.

I did attempt to upload a template zip file to the server and uncompress it to /usr/local/sitebuilder/htdocs/repository/templates, but SiteBuilder wouldn't recognize the new template by doing this. It's possible that an entry could have been put into the database using phpMyAdmin, but I needed to have a solid installation and didn't feel like creating possible problems.

UPDATE: Check out this post regarding using rpm's instead of zips. http://forum.sw-soft.com/showthread.php?s=&threadid=25132

IMPORTANT NOTE:
My default installation of PHP, with a fairly new server, wouldn't allow any uploads over 2 megabytes.

So...

Edited /usr/lib/php.ini
Code:
upload_max_filesize = 2M
...to...
Code:
upload_max_filesize = 3M

RESTART APACHE for this change to take affect.

Once this is done, the larger templates can finish uploading.

The larger template files at the time of this writing are:
  • chr-18.zip
  • xeug-14.zip
  • xww-13.zip
  • xet-06.zip
  • xdim-01.zip
  • xet-03.zip
  • xeug-13.zip
  • xsk-14.zip
I mainly created this list so that anyone performing a search on this problem might more easily find the solution.

Have a great day!
Roger
 
Back
Top