| Author |
Message |
Paul Smith
Guest
|
Posted:
Wed Oct 19, 2005 8:51 pm Post subject:
Connected Pages on CMS 2001 |
|
|
This may be a dumb question, but do connected pages on CMS 2001 have to be in
different channels? Since they share a name, it seems like they have to be.
If that's the case, can you give me a solution to this:
I'd like to share navigation content between pages within a channel. The
content will be spread throughout the site, so I can't just base it off pages
in a channel, and it may change from channel to channel, so I can't use the
Important Page option. I suppose I could use some custom properties, but that
seems like it might impact performance if I have to loop through every page
in the site each time a load a page.
Any solutions? |
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Thu Oct 20, 2005 8:51 am Post subject:
Re: Connected Pages on CMS 2001 |
|
|
Hi Paul,
sorry I don't understand why you need to have multiple connected postings of
the same page in the same channel.
Could you explain in more details?
Thanks,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Paul Smith" <PaulSmith@discussions.microsoft.com> wrote in message
news:4D66E697-EDA7-4321-8C8C-F9EBEF7A9E8B@microsoft.com...
| Quote: | This may be a dumb question, but do connected pages on CMS 2001 have to be
in
different channels? Since they share a name, it seems like they have to
be.
If that's the case, can you give me a solution to this:
I'd like to share navigation content between pages within a channel. The
content will be spread throughout the site, so I can't just base it off
pages
in a channel, and it may change from channel to channel, so I can't use
the
Important Page option. I suppose I could use some custom properties, but
that
seems like it might impact performance if I have to loop through every
page
in the site each time a load a page.
Any solutions? |
|
|
| Back to top |
|
 |
Paul Smith
Guest
|
Posted:
Thu Oct 20, 2005 8:51 pm Post subject:
Re: Connected Pages on CMS 2001 |
|
|
Well, it might be a lack of understanding about something on my part, so
don't necessarily assume I know what I'm talking about.
What I'm asking to do is share a navigation placeholder between pages, so I
can hold a series of links on multiple pages in the same channel. These links
may exist outside the current channel, so I can't just rely on a typical
dynamic navigation code.
Basically, is there any way to have two related connected pages in the same
channel?
"Stefan [MSFT]" wrote:
| Quote: | Hi Paul,
sorry I don't understand why you need to have multiple connected postings of
the same page in the same channel.
Could you explain in more details?
Thanks,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Paul Smith" <PaulSmith@discussions.microsoft.com> wrote in message
news:4D66E697-EDA7-4321-8C8C-F9EBEF7A9E8B@microsoft.com...
This may be a dumb question, but do connected pages on CMS 2001 have to be
in
different channels? Since they share a name, it seems like they have to
be.
If that's the case, can you give me a solution to this:
I'd like to share navigation content between pages within a channel. The
content will be spread throughout the site, so I can't just base it off
pages
in a channel, and it may change from channel to channel, so I can't use
the
Important Page option. I suppose I could use some custom properties, but
that
seems like it might impact performance if I have to loop through every
page
in the site each time a load a page.
Any solutions?
|
|
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Fri Oct 21, 2005 7:57 am Post subject:
Re: Connected Pages on CMS 2001 |
|
|
Hi Paul,
using two connected posting in the same channel would not allow you to
access both with a friendly URL as both would end up with the same URL.
So that is highly not recommended.
You should better host the placeholder just in one posting (e.g. in a
completly different channel) and add some code to the template that just
reads the content of the placeholder from that posting and renders the
content on your current posting.
This will do the same.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Paul Smith" <PaulSmith@discussions.microsoft.com> wrote in message
news:3F9D9247-59BE-4B41-8EF1-D7A7AEE55DA4@microsoft.com...
| Quote: | Well, it might be a lack of understanding about something on my part, so
don't necessarily assume I know what I'm talking about.
What I'm asking to do is share a navigation placeholder between pages, so
I
can hold a series of links on multiple pages in the same channel. These
links
may exist outside the current channel, so I can't just rely on a typical
dynamic navigation code.
Basically, is there any way to have two related connected pages in the
same
channel?
"Stefan [MSFT]" wrote:
Hi Paul,
sorry I don't understand why you need to have multiple connected postings
of
the same page in the same channel.
Could you explain in more details?
Thanks,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no
rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"Paul Smith" <PaulSmith@discussions.microsoft.com> wrote in message
news:4D66E697-EDA7-4321-8C8C-F9EBEF7A9E8B@microsoft.com...
This may be a dumb question, but do connected pages on CMS 2001 have to
be
in
different channels? Since they share a name, it seems like they have to
be.
If that's the case, can you give me a solution to this:
I'd like to share navigation content between pages within a channel.
The
content will be spread throughout the site, so I can't just base it off
pages
in a channel, and it may change from channel to channel, so I can't use
the
Important Page option. I suppose I could use some custom properties,
but
that
seems like it might impact performance if I have to loop through every
page
in the site each time a load a page.
Any solutions?
|
|
|
| Back to top |
|
 |
Paul Smith
Guest
|
Posted:
Fri Oct 21, 2005 4:51 pm Post subject:
Re: Connected Pages on CMS 2001 |
|
|
Thanks. I figured it was something like that.
"Stefan [MSFT]" wrote:
| Quote: | Hi Paul,
using two connected posting in the same channel would not allow you to
access both with a friendly URL as both would end up with the same URL.
So that is highly not recommended.
You should better host the placeholder just in one posting (e.g. in a
completly different channel) and add some code to the template that just
reads the content of the placeholder from that posting and renders the
content on your current posting.
This will do the same.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Paul Smith" <PaulSmith@discussions.microsoft.com> wrote in message
news:3F9D9247-59BE-4B41-8EF1-D7A7AEE55DA4@microsoft.com...
Well, it might be a lack of understanding about something on my part, so
don't necessarily assume I know what I'm talking about.
What I'm asking to do is share a navigation placeholder between pages, so
I
can hold a series of links on multiple pages in the same channel. These
links
may exist outside the current channel, so I can't just rely on a typical
dynamic navigation code.
Basically, is there any way to have two related connected pages in the
same
channel?
"Stefan [MSFT]" wrote:
Hi Paul,
sorry I don't understand why you need to have multiple connected postings
of
the same page in the same channel.
Could you explain in more details?
Thanks,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no
rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"Paul Smith" <PaulSmith@discussions.microsoft.com> wrote in message
news:4D66E697-EDA7-4321-8C8C-F9EBEF7A9E8B@microsoft.com...
This may be a dumb question, but do connected pages on CMS 2001 have to
be
in
different channels? Since they share a name, it seems like they have to
be.
If that's the case, can you give me a solution to this:
I'd like to share navigation content between pages within a channel.
The
content will be spread throughout the site, so I can't just base it off
pages
in a channel, and it may change from channel to channel, so I can't use
the
Important Page option. I suppose I could use some custom properties,
but
that
seems like it might impact performance if I have to loop through every
page
in the site each time a load a page.
Any solutions?
|
|
|
| Back to top |
|
 |
|
|
|
|