site map
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Content Management Server > site map




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    site map  
Mindy


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-19-05 11:00 PM

I followed the example provided from the Building Website with MCMS to creat
e
a sitemap page, the project built successfully, however, when I view it in
the browser, the sitemap did not show in a treeview, there is no links or
node created. It does recurive through all the channel and postings.

It looks like this:
Home About US Channel 2 posting 1 posting 2 Channel 3 posting 1 posting 2

some part of the HTML code generated as follow:

<?XML:NAMESPACE PREFIX=TVNS />
<?IMPORT NAMESPACE=TVNS IMPLEMENTATION="/webctrl_client/1_0/treeview.htc" />
<tvns:treeview id="SiteMapTree1_Tree"
defaultStyle="font-size:10pt;font-family:arial;"
hoverStyle="background-color:orange;" selectedStyle="background-color:green;
"
selectedNodeIndex="0" HelperID="__SiteMapTree1_Tree_State__"
systemImagesPath="/webctrl_client/1_0/treeimages/" onexpand="javascript: if
(this.clickedNodeIndex != null) this.queueEvent('onexpand',
this.clickedNodeIndex)" oncollapse="javascript: if (this.clickedNodeIndex !=
null) this.queueEvent('oncollapse', this.clickedNodeIndex)"
oncheck="javascript: if (this.clickedNodeIndex != null)
this.queueEvent('oncheck', this.clickedNodeIndex)"
onselectedindexchange="javascript: if (event.oldTreeNodeIndex !=
event.newTreeNodeIndex) this.queueEvent('onselectedindexchange',
event.oldTreeNodeIndex + ',' + event.newTreeNodeIndex)">
<tvns:treenodetype Type="ContainerNode"
ImageUrl="/TBDHU/Images/treeicons/channelclose.gif"
SelectedImageUrl="/TBDHU/Images/treeicons/channelopen.gif"
ExpandedImageUrl="/TBDHU/Images/treeicons/channelopen.gif">

</tvns:treenodetype><tvns:treenodetype Type="LeafNode"
ImageUrl="/TBDHU/Images/treeicons/posting.gif">

</tvns:treenodetype><tvns:treenode Type="ContainerNode" Expanded="True"
Selected="true" NavigateUrl="/TBDHU/"
ID="{BDAF2FF5-EEEA-4553-9D35-7EC92B68A49B}">
Home<tvns:treenode Type="ContainerNode" Expanded="True"
NavigateUrl="/TBDHU/About/" ID="{31F24325-5166-4CF8-88D9-6BACB8CE8336}"
>
About Us<tvns:treenode Type="ContainerNode" Expanded="True"
NavigateUrl="/TBDHU/About/About/" ID="{EDC9E1CE-98DC-4BC6-92A8-2BCC801B
376D}">
About Us

Please help. What did i do wrong?

Thanks






[ Post a follow-up to this message ]



    Re: site map  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-19-05 11:00 PM

Hi Mindy,

I assume that the tree view controls might be broken on your site.
Check this article:
http://download.microsoft.com/downl...>
MCMS+2002+-+(complete)+FAQ.htm#3CBCBC19-4DDD-4B82-8409-000362BAF0B0

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
----------------------


"Mindy" <Mindy@discussions.microsoft.com> wrote in message
news:C18A3C6F-BEAE-44DF-B83D-FD8528795BC4@microsoft.com...
>I followed the example provided from the Building Website with MCMS to
>create
> a sitemap page, the project built successfully, however, when I view it in
> the browser, the sitemap did not show in a treeview, there is no links or
> node created. It does recurive through all the channel and postings.
>
> It looks like this:
> Home About US Channel 2 posting 1 posting 2 Channel 3 posting 1 posting 2
>
> some part of the HTML code generated as follow:
>
> <?XML:NAMESPACE PREFIX=TVNS />
> <?IMPORT NAMESPACE=TVNS IMPLEMENTATION="/webctrl_client/1_0/treeview.htc"
> />
> <tvns:treeview id="SiteMapTree1_Tree"
> defaultStyle="font-size:10pt;font-family:arial;"
> hoverStyle="background-color:orange;"
> selectedStyle="background-color:green;"
> selectedNodeIndex="0" HelperID="__SiteMapTree1_Tree_State__"
> systemImagesPath="/webctrl_client/1_0/treeimages/" onexpand="java script:
> if
> (this.clickedNodeIndex != null) this.queueEvent('onexpand',
> this.clickedNodeIndex)" oncollapse="java script: if (this.clickedNodeIndex
> !=
> null) this.queueEvent('oncollapse', this.clickedNodeIndex)"
> oncheck="java script: if (this.clickedNodeIndex != null)
> this.queueEvent('oncheck', this.clickedNodeIndex)"
> onselectedindexchange="java script: if (event.oldTreeNodeIndex !=
> event.newTreeNodeIndex) this.queueEvent('onselectedindexchange',
> event.oldTreeNodeIndex + ',' + event.newTreeNodeIndex)">
> <tvns:treenodetype Type="ContainerNode"
> ImageUrl="/TBDHU/Images/treeicons/channelclose.gif"
> SelectedImageUrl="/TBDHU/Images/treeicons/channelopen.gif"
> ExpandedImageUrl="/TBDHU/Images/treeicons/channelopen.gif">
>
> </tvns:treenodetype><tvns:treenodetype Type="LeafNode"
> ImageUrl="/TBDHU/Images/treeicons/posting.gif">
>
> </tvns:treenodetype><tvns:treenode Type="ContainerNode" Expanded="True"
> Selected="true" NavigateUrl="/TBDHU/"
> ID="{BDAF2FF5-EEEA-4553-9D35-7EC92B68A49B}">
> Home<tvns:treenode Type="ContainerNode" Expanded="True"
> NavigateUrl="/TBDHU/About/" ID="{31F24325-5166-4CF8-88D9-6BACB8CE8336
}">
> About Us<tvns:treenode Type="ContainerNode" Expanded="True"
> NavigateUrl="/TBDHU/About/About/"
> ID="{EDC9E1CE-98DC-4BC6-92A8-2BCC801B376D}">
> About Us
>
> Please help. What did i do wrong?
>
> Thanks
>







[ Post a follow-up to this message ]



    Re: site map  
Mindy


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-19-05 11:00 PM


I could not find the webctrl_client folder under :\Inetpub\wwwroot\? How can
I restore it?

Thanks


"Stefan [MSFT]" wrote:

> Hi Mindy,
>
> I assume that the tree view controls might be broken on your site.
> Check this article:
> http://download.microsoft.com/downl...
a/MCMS+2002+-+(complete)+FAQ.htm#3CBCBC19-4DDD-4B82-8409-000362BAF0B0
>
> 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: [url]http://tinyurl.com/6zj44[/url
]
> ----------------------
>
>
> "Mindy" <Mindy@discussions.microsoft.com> wrote in message
> news:C18A3C6F-BEAE-44DF-B83D-FD8528795BC4@microsoft.com... 
>
>
>





[ Post a follow-up to this message ]



    Re: site map  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-19-05 11:00 PM

Hi Mindy,

you need to reinstall IE Webcontrols:
http://www.microsoft.com/downloads/...&DisplayLang=en

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
----------------------


"Mindy" <Mindy@discussions.microsoft.com> wrote in message
news:E123FBA4-240E-4ECD-9D18-1C139AC11D6B@microsoft.com...[vbcol=seagreen]
>
> I could not find the webctrl_client folder under :\Inetpub\wwwroot\? How
> can
> I restore it?
>
> Thanks
>
>
> "Stefan [MSFT]" wrote:
> 







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 07:28 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register