Menu
<% if Session("MM_Username") <> "" Then %> <% Dim rsComments_Pending__MMColParam rsComments_Pending__MMColParam = "0" If (Request("MM_EmptyValue") <> "") Then rsComments_Pending__MMColParam = Request("MM_EmptyValue") End If %> <% Dim rsComments_Pending Dim rsComments_Pending_numRows Set rsComments_Pending = Server.CreateObject("ADODB.Recordset") rsComments_Pending.ActiveConnection = MM_blog_STRING rsComments_Pending.Source = "SELECT Count(*) as CommentsPendingCount FROM tblComment WHERE commentInclude = " + Replace(rsComments_Pending__MMColParam, "'", "''") + "" rsComments_Pending.CursorType = 0 rsComments_Pending.CursorLocation = 2 rsComments_Pending.LockType = 1 rsComments_Pending.Open() rsComments_Pending_numRows = 0 %>Blog
- Blog Entries
- Create a New Entry
- Approve Comments (<%=(rsComments_Pending.Fields.Item("CommentsPendingCount").Value)%> Pending)
- Blog Configuration