close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Using CSS Menu Writer With Site Sculptor

Thread began 6/15/2010 11:57 am by larry268887 | Last modified 6/15/2010 6:17 pm by Eric Mittman | 927 views | 1 replies |

larry268887

Using CSS Menu Writer With Site Sculptor

When you create a site sculptor site using one of the presets for site sculptor two menu.php files are created.
One menu.php file for the home page and one menu.php file for the content pages.

In both menu.php files $WA_localRoot = "" . $WAGLOBAL_pcms_remote_root . ""; and $WA_remoteRoot = "" . $WAGLOBAL_pcms_remote_root . "";.
This assigns both of the variables to pcms_remote_root which is found in the wa_settings table of your database. And as long you install CMS on the testing server and also install CMS on the remote server everything will work just fine.

Here is were the problem comes if you modify the menu using CSS menu writer. Menu writer will edit the two menu.php files and in both files
$WA_localRoot = "Parti Yorkies"; (as an example)
$WA_remoteRoot = "/"; (If the site definition is set up incorrectly)

Once this happens all your links will have an extra Parti Yorkies folder in the URL.

Until Webassist corrects the BUG a workaround would be to replace

$WA_localRoot = "Parti Yorkies";
$WA_remoteRoot = "/";

in the two menu.php files with

$WA_localRoot = "" . $WAGLOBAL_pcms_remote_root . "";
$WA_remoteRoot = "" . $WAGLOBAL_pcms_remote_root . "";

With this fix your testing server menu and your remote site menu will work correctly.

Another workaround would be to replace

$WA_localRoot = "Parti Yorkies";

in the two menu.php files with

$WA_localRoot = "/";

If you go this route only the menu on the remote server will work properly.
The menu will not work properly on the testing server.

So I would recommend the first fix.

It been six days and webassist haven't even acknowledged that there is a problem so no telling how long it will take to correct the problem.

Sign in to reply to this post

Eric Mittman

I saw that this was a duplicate post so I will link to the reply for the first one:

showpost.php?p=63230&postcount=2

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...