I'm building a new site using Dynamic Web Templates, and they work
great so far, but now I'm starting to build the left side navigation
bars, which are different on certain sections of the site. Check out
this site and look at the side indented menu:

http://www.ci.glendora.ca.us/community_services/

I want to be able to only make a change once if for example a
department name changes, or want to reorder the list, but I also want
these "sub menus" as shown.

What would be the best way to organize this? Would I have a separate
dwt for every sub-menu?

Thanks,

Kevin

Re: FrontPage Dynamic Web Templates by Ronx

Ronx
Fri Sep 02 03:23:10 CDT 2005

I have a similar situation where I make the left side navigation
include files, and place them in editable regions.
See www.rxs-enterprises.org/dwt/site_copy.htm , which is a copy of
the DWT I use for .htm pages.
--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

"ComputerSnack" <praegerk@yahoo.com> wrote in message
news:1125605210.855545.195390@g44g2000cwa.googlegroups.com...
> I'm building a new site using Dynamic Web Templates, and they work
> great so far, but now I'm starting to build the left side navigation
> bars, which are different on certain sections of the site. Check out
> this site and look at the side indented menu:
>
> http://www.ci.glendora.ca.us/community_services/
>
> I want to be able to only make a change once if for example a
> department name changes, or want to reorder the list, but I also
> want
> these "sub menus" as shown.
>
> What would be the best way to organize this? Would I have a separate
> dwt for every sub-menu?
>
> Thanks,
>
> Kevin
>



Re: FrontPage Dynamic Web Templates by ComputerSnack

ComputerSnack
Fri Sep 02 19:51:45 CDT 2005

Thanks Ron, however, I had already tried the includes pages. What my
problem is that in order to change something, for example the name of
the department, or the order of the departments, or when I add a
department, I would have to change that on each individual department
page, since each department has it's own set of sub-links which are
unique to each department, and I would have to have an includes page
for almost every page in the site.

http://www.ci.glendora.ca.us/community_services/

Does anyone else have any ideas on how to create a navagitional
structure, with minimal effort when a change is needed, like the above
site?

Thanks,

Kevin


Re: FrontPage Dynamic Web Templates by Stefan

Stefan
Sat Sep 03 05:53:29 CDT 2005

IMHO
Create a copy of your DWT for each unique nav you want and use those unique DWT on those pages
- you can use include pages in the DWT templates for the "common" areas to minimize editing
(but will need to reapply the DWTs after any changes to the includes)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"ComputerSnack" <praegerk@yahoo.com> wrote in message news:1125708705.684437.129500@z14g2000cwz.googlegroups.com...
| Thanks Ron, however, I had already tried the includes pages. What my
| problem is that in order to change something, for example the name of
| the department, or the order of the departments, or when I add a
| department, I would have to change that on each individual department
| page, since each department has it's own set of sub-links which are
| unique to each department, and I would have to have an includes page
| for almost every page in the site.
|
| http://www.ci.glendora.ca.us/community_services/
|
| Does anyone else have any ideas on how to create a navagitional
| structure, with minimal effort when a change is needed, like the above
| site?
|
| Thanks,
|
| Kevin
|



Re: FrontPage Dynamic Web Templates by ComputerSnack

ComputerSnack
Tue Sep 06 19:04:35 CDT 2005

Well, in essence, each page's navigation would be unique, so does that
mean I would need hundreds of these includes files? It seems like there
must be a more logical way to organize it...but I'm just not thinking
of it.

-Kevin


Re: FrontPage Dynamic Web Templates by Ronx

Ronx
Wed Sep 07 02:42:39 CDT 2005

If each page has unique navigation, then make the navigation an
editable region, and update it directly on each page - Includes are
only useful if
1) the content in the include comes from another source who should not
update the entire page
2) The included content is used on more than one page.
--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

"ComputerSnack" <praegerk@yahoo.com> wrote in message
news:1126051475.165292.69070@o13g2000cwo.googlegroups.com...
> Well, in essence, each page's navigation would be unique, so does
> that
> mean I would need hundreds of these includes files? It seems like
> there
> must be a more logical way to organize it...but I'm just not
> thinking
> of it.
>
> -Kevin
>



Re: FrontPage Dynamic Web Templates by ComputerSnack

ComputerSnack
Wed Sep 07 16:39:15 CDT 2005

Well, okay let me explain.

For example, I want the links to appear as below.

When we are on page A (or any sub pages under Page A), I want the
navigation links to show like this:

Page A
- Sub Link 1 on Page A
- Sub Link 2 on Page A
Page B
Page C
Page D

When we are on Page B (or any sub pages under Page B), I want the
navigation links to show like this:

Page A
Page B
- Sub Link 1 on Page B
- Sub Link 2 on Page B
Page C
Page D

So, I could make it an editable region on each page, however, what if
The link to "Page A" changes, or I want to change the name of the link
from "Page A" to "Page X"?

Does anyone have any ideas, or is this just not possible without all
the editing?

Thanks Again, I appreciate all the input so far.

-Kevin


Re: FrontPage Dynamic Web Templates by Ronx

Ronx
Thu Sep 08 11:30:05 CDT 2005

Go back to my original post - make an include for each main page, and
include it in the main page and all its sub pages.
So Page A, and all its sub will include menu_A
Page B, and all its subpages will include menu_B
Page C, and all its subpages will include menu_C
Page D, and all its subpages will include menu_D

If you change Page A to Page X, just change the links on the includes.
You will have to edit every include, but that's not every page (unless
every page is a main page).
--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

"ComputerSnack" <praegerk@yahoo.com> wrote in message
news:1126129155.104843.304330@g14g2000cwa.googlegroups.com...
> Well, okay let me explain.
>
> For example, I want the links to appear as below.
>
> When we are on page A (or any sub pages under Page A), I want the
> navigation links to show like this:
>
> Page A
> - Sub Link 1 on Page A
> - Sub Link 2 on Page A
> Page B
> Page C
> Page D
>
> When we are on Page B (or any sub pages under Page B), I want the
> navigation links to show like this:
>
> Page A
> Page B
> - Sub Link 1 on Page B
> - Sub Link 2 on Page B
> Page C
> Page D
>
> So, I could make it an editable region on each page, however, what
> if
> The link to "Page A" changes, or I want to change the name of the
> link
> from "Page A" to "Page X"?
>
> Does anyone have any ideas, or is this just not possible without all
> the editing?
>
> Thanks Again, I appreciate all the input so far.
>
> -Kevin
>



Re: FrontPage Dynamic Web Templates by ComputerSnack

ComputerSnack
Fri Sep 09 16:41:51 CDT 2005

Thanks Ron, that makes it a little more clear. Thanks for answering my
question. That is the way I think I will have to go.

If I do have a change Page A to Page X, I will have to make the change
on every main page, which is 12 pages. That is not as easy as making
one change, but at least it's better than making a change on every
(50+) pages.

If you do have another idea so I would only have to make the change
once, please let me know.

Thanks,

Kevin


Re: FrontPage Dynamic Web Templates by ComputerSnack

ComputerSnack
Fri Sep 09 16:53:17 CDT 2005

Oh, I also wanted to ask if you think I should create a separate dwt
for each of the menu includes?

Thanks,

Kevin


Re: FrontPage Dynamic Web Templates by Ronx

Ronx
Sat Sep 10 03:55:40 CDT 2005

The menu includes I use are plain HTML. All styling is applied by the
containing pages. I would not use a DWT on any pages that are always
included in other pages.
--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

"ComputerSnack" <praegerk@yahoo.com> wrote in message
news:1126302797.546886.257600@z14g2000cwz.googlegroups.com...
> Oh, I also wanted to ask if you think I should create a separate dwt
> for each of the menu includes?
>
> Thanks,
>
> Kevin
>