基于oblog
用户日志分类取消数字
inc/class_blog.asp
830行
show = show & “<li><a href=””” & user_truepath & “cmd.”&f_ext&”?do=blogs&id=” & rs(“Subjectid”) & “&uid=”&user_id&””” title=””” & oblog.filt_html(rs(“SubjectName”)) & “””>” & oblog.filt_html(rs(“SubjectName”)) & “(” & rs(“Subjectlognum”) & “)” & “</a></li>” & vbCrLf
改为
show = show & “<li><a href=””” & user_truepath & “cmd.”&f_ext&”?do=blogs&id=” & rs(“Subjectid”) & “&uid=”&user_id&””” title=””” & oblog.filt_html(rs(“SubjectName”)) & “””>” & oblog.filt_html(rs(“SubjectName”)) & “</a></li>” & vbCrLf