Hi all,
you know, if you check true the option of:
Display Moderator Groups on Main Page
the forum will Display the moderator user group for each forum on the main page.
but if there is no moderator for some of groups, it's will not writing anything.
if you want to display the main moderator of the forum when there id no moderator for some of groups, write this line in line number: (372):
if strModeratorsList = "" then strModeratorsList = "<br /><span class=""smText"">Main moderator </span>" & " <a href=""members.asp?GID=1"" class=""smLink"">Noor</a>"
it's will be before this line:
Response.Write(vbCrLf & " <a href=""forum_topics.asp?FID=" & intForumID & """ target=""_self"">" & strForumName & "</a><br />" & strForumDiscription & strModeratorsList & "</td>")
i hope it's will be nice for you 