|
Home > Archive > Microsoft Content Management Server > January 2006 > Top viewed posting
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]
| Author |
Top viewed posting
|
|
| CodeSharp@cmsdiscuss.com 2006-01-24, 2:48 am |
| Hi,
Does anyone have some ideas about how to implement 'Top Viewed
postings' in the MCMS based web site.
Thanks in advance,
--CodeSharp
| |
| Stefan [MSFT] 2006-01-24, 2:48 am |
| Hi,
MCMS does not track how many views an item has.
You would need to integrate a user or server control on your template which
increases a counter in a table in an external database (e.g. holding a
number and the GUID of the posting).
Then do a query against this db table returning the top n items.
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
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"CodeSharp@cmsdiscuss.com" <bli2001@gmail.com> wrote in message
news:1138071592.231260.142590@o13g2000cwo.googlegroups.com...
> Hi,
>
> Does anyone have some ideas about how to implement 'Top Viewed
> postings' in the MCMS based web site.
>
> Thanks in advance,
>
>
> --CodeSharp
>
| |
| CodeSharp@cmsdiscuss.com 2006-01-24, 7:50 am |
| Excellent, thank you.
|
|
|
|
|