Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 "Show on Active Users" Default "No" to "Yes"
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Alex123
Junior Member

Greece
237 Posts

Posted - 11 September 2002 :  08:19:40  Show Profile
When a new user goes to Register, the "Show on Active Users:" has as a default "No". I had changed this to "Yes" for AU 3.5, but after I upgraded to AU 4 the default went back to "NO".
I don't remember how this was changed, Nathan had told me. If someone knows please help.

Thanks
Alex

masterao
Senior Member

Sweden
1678 Posts

Posted - 11 September 2002 :  09:07:21  Show Profile  Visit masterao's Homepage
Im using the code below and I have the default set to "Yes". This block of code is straight from the readme-file, so Im not sure why that doesn't work for you.
If you have the same, what happens if you change the code marked red from = to <>?


<%              if strAUAnon = "1" then
                  response.write "                      <tr>" & VBNewLine & _
                                 "                          <td bgColor=""" & strPopUpTableColor & """ align=""right"" valign=""top"" nowrap><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & fLang(strLangMOD_Ls3kAU_04000) & "     <br>" & fLang(strLangMOD_Ls3kAU_04010) & ": </font></b></td>" & VBNewLine & _
                                 "                          <td bgColor=""" & strPopUpTableColor & """ valign=""middle"">" & VBNewLine
                  if RS("M_AUHIDE") = "1" or trim(RS("M_AUHIDE")) = "" then
                  response.write "                          <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & fLang(strLangMOD_Ls3kAU_04020) & ":</font> <input type=""radio"" class=""radio"" name=""AUHide"" value=""1"" checked>" & VBNewLine & _
                                 "                          <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & fLang(strLangMOD_Ls3kAU_04030) & ":</font> <input type=""radio"" class=""radio"" name=""AUHide"" value=""0"">" & VBNewLine
                  else
                  response.write "                          <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & fLang(strLangMOD_Ls3kAU_04020) & ":</font> <input type=""radio"" class=""radio"" name=""AUHide"" value=""1"">" & VBNewLine & _
                                 "                          <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & fLang(strLangMOD_Ls3kAU_04030) & ":</font> <input type=""radio"" class=""radio"" name=""AUHide"" value=""0"" checked>" & VBNewLine
                  end if
                  response.write "                          </td>" & VBNewLine & _
                                 "                      </tr>" & VBNewLine
                end if %>

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

Alex123
Junior Member

Greece
237 Posts

Posted - 11 September 2002 :  10:16:21  Show Profile
Thank you for your reply,

Yes it does work fine. It was my stupid "Personal web server" that had the problem. Sorry for that and thank you

Alex
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 11 September 2002 :  10:27:47  Show Profile  Visit masterao's Homepage
No problem. That happens to us all once in a while.


Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.41 seconds. Powered By: Snitz Forums 2000 Version 3.4.07