|
User Details |
message
|
|
Brad
post date:
2010-03-30 03:54:52
|
|
I'm using the demo version but do not see the Update all pages check box as your docs screenshot indicates. Where is it?
|
|
|
Cristian Dorobantescu [Extend Studio]
post date:
2010-03-30 07:18:50
|
Hi Brad,
If you are on a dynamic page, the you should include the menu on the page using PHP includes. This makes the update on all pages obsolete (but it's still there if you have a plain HTML site)
Cristian
|
|
|
Brad
post date:
2010-03-30 13:22:34
|
|
It is set to dynamic but it doesn't update all pages.
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2010-03-31 04:27:14
|
Hello Brad,
What Cristi was saying is that you do not need the "update in all pages" feature anymore. Because you have a php website, you can simply use the includes function from php.
This means that instead of creating an instance of the menu on every page from your website, you can simply create the menu on just one page. Then you load that page in all the other pages. This way, you have your menu on just one page and its very simple to update it.
For example, create an empty page called "menu.php". Then insert a Creative menu on it. After you finish creating the menu put this code on the pages that you want to have your menu on:
"<?php include("menu.php"); ?> "
If you need more help with the include function, check this page: http://www.w3schools.com/php/php_includes.asp
Tell me if you need more help.
Regards,
Andrei Rinciog
|
|
|
Brad
post date:
2010-04-06 18:37:04
|
|
I tried as you said. The issue is DW displays the page with the include and your menu comes up saying no javascript support and is all text. It does not display as a tidy menu the way it does if I insert it with your extension. How can I fix this? Can I have DW hide the include?
|
|
|
Cristian Dorobantescu [Extend Studio]
post date:
2010-04-07 01:43:09
|
Hi Brad,
Just to make sure:
1. Do you actually need a PHP site?
2. Can you send us a ZIP with the files at support@extendstudio.com or do you have them somewhere online so we could have a look?
Cristian
|
|