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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Require Member Profile 1.0
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 7

JJenson
Advanced Member

USA
2121 Posts

Posted - 26 February 2007 :  17:26:32  Show Profile  Visit JJenson's Homepage  Reply with Quote
I want to make sure I am clear what you are saying? What part is not clear and what problem is there?<
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 26 February 2007 :  17:40:18  Show Profile  Reply with Quote
inc_profile.asp (This will take some time just so you know)
Go down to:
Find these lines around 209-233. there is a box underneath it. And below the box, there are some lines which I don't what is to be done with them. Then under these lines, you see the following:
Replace those with these:<
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 26 February 2007 :  18:08:50  Show Profile  Visit JJenson's Homepage  Reply with Quote
Ok Will take a look at it tomorrow. Thanks<
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 28 February 2007 :  15:48:16  Show Profile  Reply with Quote
quote:
Originally posted by JJenson

Ok Will take a look at it tomorrow. Thanks



Jeff:
Still waiting <
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 28 February 2007 :  16:09:49  Show Profile  Visit JJenson's Homepage  Reply with Quote
I know sorry had some family issues I have had to attend to will try and get to it as soon as possible. Sorry texasman this weekend for sure.<
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 04 March 2007 :  01:21:04  Show Profile  Reply with Quote
JEFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
Sorry to bug you man but I really need this MOD real bad ;-)<
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 04 March 2007 :  13:14:18  Show Profile  Visit JJenson's Homepage  Reply with Quote
Just to make a quick change for you while I figure out why the text area isn't working. Replace those lines with the code in this file.

Open Here

This should make the change. SOrry the text area is not working it shows up good in Dreamweaver but not in IE7 for some reason will have a look. Sorry.

or add these lines of code if you would rather copy and paste from here.

if strHobbies = "1" then
         Response.Write "                    <tr>" & vbNewLine
      if strReqHobbies = "1" then
               Response.Write "                      <td bgColor=""" & strPopUpTableColor """ align=""right"" valign=""middle"" nowrap><b><font face=""" & strDefaultFontFace """ size="" strDefaultFontSize """><font color=""" & strHiLiteFontColor """>*</font> Hobbies: </font></b></td>" & vbNewLine
      else
               Response.Write "                      <td bgColor=""" & strPopUpTableColor """ align=""right"" valign=""middle"" nowrap><b><font face=""" & strDefaultFontFace """ size="" strDefaultFontSize """>Hobbies: </font></b></td>" & vbNewLine
      end if
         Response.Write "                      <td bgColor=""" & strPopUpTableColor """><font face=""" & strDefaultFontFace """ size="" strDefaultFontSize """><input name=""Hobbies"" size=""25"" maxLength=""50"" value="""
         if strMode ><> "Register" then Response.Write(ChkString(rs("M_Hobbies"), "display"))
         Response.Write """></font></td>" & vbNewLine & _
               "                    </tr>" & vbNewLine
end if
         if strLNEWS = "1" then
         Response.Write "                    <tr>" & vbNewLine
      if strReqLNEWS = "1" then
               Response.Write "                      <td bgColor=""" & strPopUpTableColor """ align=""right"" valign=""middle"" nowrap><b><font face=""" & strDefaultFontFace """ size="" strDefaultFontSize """><font color=""" & strHiLiteFontColor """>*</font> Latest News: </font></b></td>" & vbNewLine
      else
               Response.Write "                      <td bgColor=""" & strPopUpTableColor """ align=""right"" valign=""middle"" nowrap><b><font face=""" & strDefaultFontFace """ size="" strDefaultFontSize """>Latest News: </font></b></td>" & vbNewLine
      end if
         Response.Write "                      <td bgColor=""" & strPopUpTableColor """><font face=""" & strDefaultFontFace """ size="" strDefaultFontSize """><input name=""LNEWS"" size=""25"" maxLength=""50"" value="""
         if strMode ><> "Register" then Response.Write(ChkString(rs("M_LNEWS"), "display"))
         Response.Write """></font></td>" & vbNewLine & _
               "                    </tr>" & vbNewLine
end if
         if strQuote = "1" then
         Response.Write "                    <tr>" & vbNewLine
      if strReqQuote = "1" then
               Response.Write "                      <td bgColor=""" & strPopUpTableColor """ align=""right"" valign=""middle"" nowrap><b><font face=""" & strDefaultFontFace """ size="" strDefaultFontSize """><font color=""" & strHiLiteFontColor """>*</font> Quote: </font></b></td>" & vbNewLine
      else
               Response.Write "                      <td bgColor=""" & strPopUpTableColor """ align=""right"" valign=""middle"" nowrap><b><font face=""" & strDefaultFontFace """ size="" strDefaultFontSize """>Quote: </font></b></td>" & vbNewLine
      end if
         Response.Write "                      <td bgColor=""" & strPopUpTableColor """><font face=""" & strDefaultFontFace """ size="" strDefaultFontSize """><input name=""Quote"" size=""25"" maxLength=""50"" value="""
         if strMode ><> "Register" then Response.Write(ChkString(rs("M_Quote"), "display"))
         Response.Write """></font></td>" & vbNewLine & _
               "                    </tr>" & vbNewLine
end if
         if strBio = "1" then
         Response.Write "                    <tr>" & vbNewLine
      if strReqBio = "1" then
               Response.Write "                      <td bgColor=""" & strPopUpTableColor """ align=""right"" valign=""middle"" nowrap><b><font face=""" & strDefaultFontFace """ size="" strDefaultFontSize """><font color=""" & strHiLiteFontColor """>*</font> Bio: </font></b></td>" & vbNewLine
      else
               Response.Write "                      <td bgColor=""" & strPopUpTableColor """ align=""right"" valign=""middle"" nowrap><b><font face=""" & strDefaultFontFace """ size="" strDefaultFontSize """>Bio: </font></b></td>" & vbNewLine
      end if
         Response.Write "                      <td bgColor=""" & strPopUpTableColor """><font face=""" & strDefaultFontFace """ size="" strDefaultFontSize """><input name=""Bio"" size=""25"" maxLength=""50"" value="""
         if strMode ><> "Register" then Response.Write(ChkString(rs("M_Bio"), "display"))
         Response.Write """></font></td>" & vbNewLine & _
               "                    </tr>" & vbNewLine
end if

      end if


Hope this helps
<

Edited by - JJenson on 04 March 2007 13:15:55
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 04 March 2007 :  13:28:56  Show Profile  Visit JJenson's Homepage  Reply with Quote
Updated readme on snitzbitz should be working now. Sorry had lots of family things going on this week. Let me know if there is anything else. <
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 04 March 2007 :  14:58:32  Show Profile  Reply with Quote
Thank you sooooooooooooo much Jeff.
God bless you.<
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 04 March 2007 :  15:11:46  Show Profile  Visit JJenson's Homepage  Reply with Quote
No problem sorry about that some code from the part that you delete was causing the problem. Glad its working for you now. <
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 04 March 2007 :  17:50:09  Show Profile  Reply with Quote
Thank You Jeff:
One Last Question. You have the following the "ReadMe file"

"Upload the dbs file and run the mod setup in the admin options. Then upload the admin_config_members.asp to your forum directory."

I already have the admin_config_members.asp file in my forum directory. I also notice that there are changes to be made in the admin_config_members.asp file.

Am I good to go after changing the four files and uploading the DBS and running the MOD setup??

Thanks again<
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 04 March 2007 :  18:11:35  Show Profile  Visit JJenson's Homepage  Reply with Quote
NO you will want to upload the admin_config_members.asp over the old one. This will allow you to turn on and off the fields you want required. So run the mod setup and also upload that file then run setup.asp hopt that helps <
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 04 March 2007 :  18:30:43  Show Profile  Reply with Quote
HMMMMM
I have added quite a few MODS in the past. I am not sure if I have changed the admin_config_members.asp from the base file. I will double check before replacing it.
Thank you<
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 04 March 2007 :  18:41:04  Show Profile  Visit JJenson's Homepage  Reply with Quote
Yeah no problem I have not seen a mod yet that changed this file this is why I did it this way. BUt if you find one that had let me know I will make the change in the read me to tell you how to do it. Also this is pretty easy if you get a program like winmerge or beyond compare you can see where the changes were made. <
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 04 March 2007 :  19:05:51  Show Profile  Reply with Quote
Jeff:
You are right! admin_config_members.asp has not been changed.
Thanks<
Go to Top of Page
Page: of 7 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07