Dave Burke : Freelance .NET Web Developer specializing in Online Communities

Displaying all posts by category in .Text

I don't like the way .Text .95 shows only the top 20 posts by category, then provides a “View complete archive“ link to display all.  If you don't like it either it is easily changed by making a single change in the onload() method of Dottext.Web.UI.Controls StoryList.cs.  The “View complete...“ link passes a “Show=0“ QueryString value so we turn it off.

//int count = Request.QueryString["Show"] != null ? 0 :10;
int count = 0;

There, that saves me a click! 

Comments (0) | Post RSS RSS comment feed

Posted on 10/13/2004 12:15:00 PM by Dave Burke
Categories:
Tags:

Related posts


Powered by BlogEngine.NET 2.0.0.36
Theme by Dave Burke