admin
-
6/7/2006 7:45:19 AM
Re: Newsletter
Hello,
if you want to display the first article when Jun 2006 is clicked, you need to change the type of the Page (menu item) Jun 2006 to "Page URL Address" and set the URL to the URL of the first article.
If you do not want to display all articles when Newsletters node is clicked, you may need to either set the SelectNodesMaxRelativeLevel property of the CMSRepeater to "1" or you need to write some simple code like this to check the current node level and hide the repeater:
if (Functions.GetCurrentDocument().GetValue("NodeLevel") == 1) { CMSRepeater1.Visible = false; }
If you need any further details, please feel free to contact us at support@kentico.com.
Regarding your other question: Yes, there are several large, enteprise-level web sites built with Kentico CMS, such as www.gibson.com or www.ireland.ie. You can find a full list of reference web sites at http://www.kentico.com/showcase.aspx.
Best Regards,
|