|
Home > Archive > Microsoft Content Management Server > July 2004 > Top 10 Postings
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Kulwinder Sayal 2004-07-28, 6:10 pm |
| Hi,
We have our CMS site. There is a members/top news channel. We want to show
only top 10 current postings (links and short descriptions) of this channel
under our main channel index page. How can I do this?
Right now we are copying and pasting the top 10 postings from the top news
channel and pasting it on the index page and using the QA_Posting.ascx that
shows all the postings under that particular channel.
Thanks,
Kulwinder
| |
| Stefan [MSFT] 2004-07-29, 7:50 am |
| Hi Kulwinder,
you can achieve this with a normal page summary control that only lists the
first 10 items rather than all.
Something like a special navigation control.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"Kulwinder Sayal" <ksayal@trucking.org> wrote in message
news:e$S$DqNdEHA.3792@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> We have our CMS site. There is a members/top news channel. We want to show
> only top 10 current postings (links and short descriptions) of this
channel
> under our main channel index page. How can I do this?
>
> Right now we are copying and pasting the top 10 postings from the top news
> channel and pasting it on the index page and using the QA_Posting.ascx
that
> shows all the postings under that particular channel.
>
> Thanks,
> Kulwinder
>
>
|
|
|
|
|