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.
I am in the process of altering my Email all members mod, and have removed the pop-up notion. The file works okay but I am trying to add a directory tree at the top of the input form/table and can not see where to insert the code.
I believe this could be some code for the tree
Response.Write "<p><font face=" & strDefaultFontFace & " size=" & strDefaultFontSize & ">" & _
getCurrentIcon(strIconFolderOpen,"","align=""absmiddle""") & " <a href=""default.asp"">" & "All Forums</a><br />" & _
getCurrentIcon(strIconBar,"","align=""absmiddle""") & getCurrentIcon(strIconFolder,"","align=""absmiddle""") & " <a href=""admin_pop_mail.asp"">" & "Email All Members" & _
"</a></font></p>"
The revised admin_pop_mail file is here (txt)
Thank you andy<
I believe this could be some code for the tree
Response.Write "<p><font face=" & strDefaultFontFace & " size=" & strDefaultFontSize & ">" & _
getCurrentIcon(strIconFolderOpen,"","align=""absmiddle""") & " <a href=""default.asp"">" & "All Forums</a><br />" & _
getCurrentIcon(strIconBar,"","align=""absmiddle""") & getCurrentIcon(strIconFolder,"","align=""absmiddle""") & " <a href=""admin_pop_mail.asp"">" & "Email All Members" & _
"</a></font></p>"
The revised admin_pop_mail file is here (txt)
Thank you andy<