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
 Active users 4.0.17 - inc_profile.asp
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Doughnut
Starting Member

United Kingdom
40 Posts

Posted - 02 September 2002 :  10:33:25  Show Profile  Visit Doughnut's Homepage
Alright there,

It's not too clear (to me anyway) where the code is to be placed in this file....
It says look for:
end if
if Request.Form("Method_Type") = "Modify" then


and then put the following code in between those two lines:
if strAUAnon = "1" then
response.write " <tr>" & VBNewLine & _
" <td bgColor=""" & strPopUpTableColor & """ align=""right"" valign=""middle"" nowrap><b><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" & fLang(strLangMOD_Ls3kAU_04000) & "<br />" & fLang(strLangMOD_Ls3kAU_04010) & ": </font></b></td>" & VBNewLine & _
" <td bgColor=""" & strPopUpTableColor & """ valign=""middle"">" & VBNewLine & _
" <select name=""AUHide"">" & vbNewLine
if RS("M_AUHIDE") = "1" or trim(RS("M_AUHIDE")) = "" then
response.write " <option value=""1"" selected>" & fLang(strLangMOD_Ls3kAU_04020) & "</option>" & VBNewLine & _
" <option value=""0"">" & fLang(strLangMOD_Ls3kAU_04030) & "</option>" & VBNewLine
else
response.write " <option value=""1"">" & fLang(strLangMOD_Ls3kAU_04020) & "</option>" & VBNewLine & _
" <option value=""0"" selected>" & fLang(strLangMOD_Ls3kAU_04030) & "</option>" & VBNewLine
end if
response.write " </select>" & VBNewLine & _
" </td>" & VBNewLine & _
" </tr>" & VBNewLine
end if


Can someone tell me which two lines please?
Do you overwrite?

Sorry but it's just not clear to me.
Thanks, Robin.

Edited by - Doughnut on 02 September 2002 10:37:12

Serevinus
Junior Member

United Kingdom
124 Posts

Posted - 02 September 2002 :  11:30:59  Show Profile  Visit Serevinus's Homepage  Send Serevinus an AOL message  Send Serevinus an ICQ Message  Send Serevinus a Yahoo! Message
If you have already installed a mod those 2 lines may not be together

Search the file for
if Request.Form("Method_Type") = "Modify" then
you will probably want the second instance of it in the file
then paste the code they tell you above it
Go to Top of Page

Doughnut
Starting Member

United Kingdom
40 Posts

Posted - 02 September 2002 :  11:37:37  Show Profile  Visit Doughnut's Homepage
thanks I'll give that a try.

http://www.carp-uk.net
Go to Top of Page

Doughnut
Starting Member

United Kingdom
40 Posts

Posted - 02 September 2002 :  19:35:43  Show Profile  Visit Doughnut's Homepage
Thanks Serevinus,
That worked fine

Robin.
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.32 seconds. Powered By: Snitz Forums 2000 Version 3.4.07