Playing with DasBlog I noticed from Omars Blog that he is using the Blog Stats that I requested from the Sourceforge site then realised that its just not well documented. so hopes with this post that that can at least be on google.
So dasblog features to have Blog Stats was fixed by just looking around the Macros.CS (source script) and finding the macro
<%blogStats()%>
This macro will return your current stats (see the “about” section on this page for a example)
Another Macro for dasBlog is that you can return the popular Titles of the top trackback etc. (it appears still a little unstable)
<%popularList(3,20)%>
/remarks (from .cs) The resulting data is cached in memory for 8 hours, as popularity of posts doesn't change THAT much, and updating 3 times a day seems more than reasonable.
Note that each of the listed macros might be unstable past the hundreds of posts and appears like its still not a stable part of the code but its in there for the script kiddys like me to find. BOoo yea for open source .net
also Jon couldnt figure this out but here is the macro for the “Choose Theme” drop down.
<%newtelligence.aspnetcontrol("themecombo.ascx")%>