The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
Hi all.
I'm trying to do that:
I succed in deleting and reformatting the "main" table without that cells..but i cannot put the code that permit to see the moderator under the Topic as in the pic. I find difficul to manage the code :
if (strShowModerators = "1") or (mlev = 4 or mlev = 3) then
Response.Write " <td id=""bordino"" class=""bordo"" bgcolor=""" & strForumCellColor & """ align=""center"" valign=""middle""><font face=""" & strDefaultFontFace & """ color=""" & strForumFontColor & """ size=""" & strFooterFontSize & """><span class=""spnMessageText"">" & listForumModerators(ForumID) & "</span></font></td>" & vbNewline
end if
and always i get error like.. expected "end" expected "if" ..unexpected "next".. is there some one that could help me doing that?? thanks<
I succed in deleting and reformatting the "main" table without that cells..but i cannot put the code that permit to see the moderator under the Topic as in the pic. I find difficul to manage the code :
if (strShowModerators = "1") or (mlev = 4 or mlev = 3) then
Response.Write " <td id=""bordino"" class=""bordo"" bgcolor=""" & strForumCellColor & """ align=""center"" valign=""middle""><font face=""" & strDefaultFontFace & """ color=""" & strForumFontColor & """ size=""" & strFooterFontSize & """><span class=""spnMessageText"">" & listForumModerators(ForumID) & "</span></font></td>" & vbNewline
end if
and always i get error like.. expected "end" expected "if" ..unexpected "next".. is there some one that could help me doing that?? thanks<