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)
 My Avatar Addon for Avatar MOD
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

veeko
Starting Member

Canada
4 Posts

Posted - 16 January 2005 :  05:08:01  Show Profile
Hey,

I have finally figured out how to read the instructions that come with this MOD. I understand all of the them except for one. The one I am unsure of is;

admin_add_avatar.asp
===============================
'##### My Avatar addon 1-1 : modify/break above line and add below 1 section

Modify/break ??? Can someone please explain that a little more...

I went the through the readme file step by step however something went wrong along the way.

Thanks for your help,
Lu.

cripto9t
Average Member

USA
881 Posts

Posted - 16 January 2005 :  06:36:46  Show Profile
It is a little confusing
You need to REPLACE this line of code
		"			<td bgcolor=""" & strPopUpTableColor & """><select name=""AvatarMemberID""><option value=""0"">none</option>" & vbNewLine

With this
		"			<td bgcolor=""" & strPopUpTableColor & """><select name=""AvatarMemberID"">" & vbNewLine
                "<option value=""-9"" style=""background-color:#FFEBEC""> Admin Only</option>" & vbNewLine & _
		"<option value=""-8"" style=""background-color:#FFEBEC""> Admin/Moder</option>" & vbNewLine & _
		"<option value=""-7"" style=""background-color:#FEF1FF""> Held/Pending/Spare</option>" & vbNewLine & _
		"<option value=""-6"" style=""background-color:#FEF1FF""> User Submitted</option>" & vbNewLine & _
		"<option value=""-5"" style=""background-color:#E3E6FF""> Members #5</option>" & vbNewLine & _
		"<option value=""-4"" style=""background-color:#E3E6FF""> Members #4</option>" & vbNewLine & _
		"<option value=""-3"" style=""background-color:#E3E6FF""> Members #3</option>" & vbNewLine & _
		"<option value=""-2"" style=""background-color:#E3E6FF""> Members #2</option>" & vbNewLine & _
		"<option value=""-1"" style=""background-color:#E3E6FF""> Members #1</option>" & vbNewLine & _
		"<option value=""0"" style=""background-color:#E3FFE4"" selected> None (All Members)</option>" & vbNewLine

    _-/Cripto9t\-_
Go to Top of Page

Ranko
Junior Member

400 Posts

Posted - 17 January 2005 :  06:59:55  Show Profile
quote:
Originally posted by cripto9t
With this
		"			<td bgcolor=""" & strPopUpTableColor & """><select name=""AvatarMemberID"">" & vbNewLine _ 




Me thinks cripto9t missed the red _ which needs to be there.
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.33 seconds. Powered By: Snitz Forums 2000 Version 3.4.07