Hello....
i found a big problem in NEW_POST.ASP file....
i dont' know if appen only in my forum, but after upgrade to 8,05a MySQL version, all newbie that post, became ADMIN member,...
I think the problem was in NEW_POST.ASP file, in this SQL query
WHERE (" & strDbTable & "Group.Minimum_posts <= " & lngNumOfPosts & ") AND (" & strDbTable & "Group.Minimum_posts >= 0) " & _
|
i fix problem adding the condition: and Special_Rank=0
so the complete line became
WHERE (" & strDbTable & "Group.Minimum_posts <= " & lngNumOfPosts & ") AND (" & strDbTable & "Group.Minimum_posts >= 0) and Special_Rank=0 " & _
|
Do you know this problem or appen only in my forum ? And if appen only in mine, do you know why ?
