• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Some problem with version 4

A

argos@

Guest
Hi,

I just installed sb v 4.

1) When I Use <add key="ShowPublishAlert" value="false"/> the publish system stop to work ???

2) I dont want my costumer see the navigation bar ... Where is the <add key="ShowNavigationControls" value="false"/> option...

3) I dont want my costumer see the ftp location when they publish...
(ftp://XXXXX@208.111.94.XXX/toto )

but new stuff is cool... thanks
 
Please read my answers in-line:


I just installed sb v 4.

1) When I Use <add key="ShowPublishAlert" value="false"/> the publish system stop to work ???

I could reproduce this situation on my test server and already passed it to SWsoft developers team.


2) I dont want my costumer see the navigation bar ... Where is the <add key="ShowNavigationControls" value="false"/> option...

Did you try to add this key by yourself? I will clarify if it exists in default installation/or should exists at all and let you know.


3) I dont want my costumer see the ftp location when they publish...
(ftp://XXXXX@208.111.94.XXX/toto )

but new stuff is cool... thanks

As I know there is no such an option but I have already created feature request to developers. So probably it will be added into future Sitebuilder releases.
 
Hi,

Did you try to add this key by yourself? I will clarify if it exists in default installation/or should exists at all and let you know.

<add key="ShowNavigationControls" value="false"/>

This key existed in 3.2 version, and it seams to not exist in 4th ...

And I need my costumer don't see the navigation bar...


Thanks
 
Navigation

2. The navigation now is automatically hidden in case Sitebuilder UI is rendered within a frame.
So you can simulate this situation by wrapping Sitebuilder into a single page with a single frame:
Code:
<html>
  <frameset>
   <frame src="http://wsb40.demo.swsoft.com/ExternalLogin.ashx?login=admin&password=sitebuilder&showAdmin=true&skin=WinXPReloadedCompact&Language=en-US"
       width=100% height=100% border=0 scroll=no >
  </frameset>
</html>
 
As I figured out this situation will be corrected in Sitebuilder v.4.1. I can not say exactly when this version will be released but described issue will be fixed there definitely. If you still wish to use this feature now, customers could publish from Sitebuilder CP directly. In this case it works correctly.

Originally posted by argos
Hi,

1) When I Use <add key="ShowPublishAlert" value="false"/> the publish system stop to work ???
 
Hi,

Thanks

There is a new real big bug for my eshop customers....

In the list of orders, the address of customers is NOT COMPLETE.

Where is the zipcode, city and country ?

They need to send their products !


urgent ! Thanks
 
What is the exact version of Sitebuilder? (Admin panel - System Info)
 
Thank you for posting this. We'll try to reproduce the bug locally and fix it.
 
When you think is possible to get a fix for all this problems?

The eshop is not usable for my customers.....

Thanks
 
As I figured out you need to use
"PublishSettingsVisibleForSiteOwner" parameter for this purposes:

1. go to %sb_dir%\Web\Web.config
2. Find the line:
<add key="PublishSettingsVisibleForSiteOwner" value="true"/>
3. Change "true" to "false"

this will hide all FTP settings for site user. Under admin on the latest step FTP settings will be displayed, but if you log into Sitebuilder under site owner, settings should not be accessible. Please check it.

Originally posted by argos
Hi,

3) I dont want my costumer see the ftp location when they publish...
(ftp://XXXXX@208.111.94.XXX/toto )

 
I changed this key, and nothing change...

I'm talking about wisard in publish page, there is a link
"Publishing location" ftp://XXXXX@208.111.94.XXX/toto )

My customer don't know their password for publishing in FTP, they don't need to know anything about FTP, all is automatic.

So if they clic on the ftp link the browser ask for a password, and they don't know anything about....

So please, how can I remove this link...

Thanks
 
That's strange.
Please contact me directly at (AZlygostev at swsoft dot com) so we can resolve this issue.
 
Originally posted by argos
Hi,

Thanks

There is a new real big bug for my eshop customers....

In the list of orders, the address of customers is NOT COMPLETE.

Where is the zipcode, city and country ?

They need to send their products !


urgent ! Thanks


A other customers was just saying to me, is missing also :

Payment systems
Shipping method

MY CUSTOMERS MUST CALL THEIR CUSTOMERS TO HAVE THEIR COMPLETES ADDRESS, THE PAYMENT SYSTEM AND SHIPPING METHOD THEY CHOOSE...

IT'S CRASY !

URGENT PLEASE !
 
We will try to compile the patch for you today. Please note that we won't have enough time to get it through the usual set of QA procedures.
 
Back
Top