if strMode = "goModify" and rs("M_POSTS")>100 then
Response.Write " <tr>" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor & """ align=""right"" valign=""middle"" nowrap><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>Title: </font></b></td>" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><input name=""Title"" size=""25"" maxLength=""50"" value=""" & CleanCode(rs("M_TITLE")) & """></font></td>" & vbNewLine & _
" </tr>" & vbNewLine
end if
add the blue code and change the red value to the amount of posts to suit your needs.
[/quote]
But then Admin's also only can change a members title if that specific member has reached >100 posts
If you change the code like this, it should work fine and Admin's will always be able to change the titel.
if strMode = "goModify" or rs("M_POSTS")>100