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)
 Snitz 'SpeedBall 2'
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 19

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 24 February 2004 :  15:48:54  Show Profile
Thanks, got them !!!!
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 24 February 2004 :  15:57:50  Show Profile  Visit D3mon's Homepage
Hope they're ok. Avatar is the only one I've checked out myself.


Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod
"In war, the victorious strategist only seeks battle after the victory has been won"
Go to Top of Page

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 24 February 2004 :  16:25:59  Show Profile
I´ll let you know....
Go to Top of Page

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 24 February 2004 :  18:38:47  Show Profile  Visit PeeWee.Inc's Homepage
Seems the PM MOD does not work right.... kicks up a few errors, and the read-me is not right in a few parts.

De Priofundus Calmo Ad Te Damine
Go to Top of Page

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 24 February 2004 :  18:58:05  Show Profile  Visit PeeWee.Inc's Homepage
Also in the read-me for Avatars it still has this


				If strShowAvatar = "1" then
				if IsNull(rs("M_AVATAR_URL")) or rs("M_AVATAR_URL") = "" or rs("M_AVATAR_URL") = " " or rs("M_AVATAR_URL") = "noavatar.gif" then
				Response.write	"<tr>" & vbNewLine & _
						"	<td colspan=""2"" bgColor=""" & strCategoryCellColor & """ align=""center""><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strCategoryFontColor & """> Avatar </font></b></TD>" & vbNewLine & _
						"</tr>" & vbNewLine & _
						"<tr>" & vbNewLine & _
						" 	<td bgColor=""" & strPopUpTableColor & """ align=""center"" colspan=""2""><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """> None Selected</font></b></td>" & vbNewLine & _
						"</tr>" 
				else
				Response.write	"<tr>" & vbNewLine & _
						"	<td colspan=""2"" bgColor=""" & strCategoryCellColor & """ align=""center""><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strCategoryFontColor & """> Avatar </font></b></TD>" & vbNewLine & _
						"</tr>" & vbNewLine & _
						"<tr>" & vbNewLine & _
						" 	<td bgColor=""" & strPopUpTableColor & """ align=""center"" colspan=""2""><img src=""" & ChkString(rs("M_AVATAR_URL"), "url") & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """></td>" & vbNewLine & _
						"</tr>" 
				end if
				end if

De Priofundus Calmo Ad Te Damine
Go to Top of Page

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 24 February 2004 :  19:07:42  Show Profile  Visit PeeWee.Inc's Homepage
I replaced that with


If strShowAvatar = "1" then
				if IsNull(rs("M_AVATAR_URL")) or rs("M_AVATAR_URL") = "" or rs("M_AVATAR_URL") = " " or rs("M_AVATAR_URL") = "noavatar.gif" then
				Response.write	"<tr>" & _
						"<td class=""ccc"" colspan=""2"" align=""center""><b><span class=""dff dfs cfc""> Avatar </span></b></TD>" & _
						"</tr>" & _
						"<tr>" & _
						"<td class=""putc"" align=""center"" colspan=""2""><b><span class=""dff dfs""> None Selected</span></b></td>" & _
						"</tr>" 
				else
				Response.write	"<tr>" & _
						"<td class=""ccc"" colspan=""2""  align=""center""><b><span class=""dff dfs cfc""> Avatar </span></b></TD>" & _
						"</tr>" & _
						"<tr>" & _
						"<td class=""putc"" align=""center"" colspan=""2""><img src=""" & ChkString(rs("M_AVATAR_URL"), "url") & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """></td>" & _
						"</tr>" 
				end if
				end if


And it works a treat.

Good work.



See it working here:
http://ee.1asphost.com/speedball2/forumhome.asp

De Priofundus Calmo Ad Te Damine

Edited by - PeeWee.Inc on 24 February 2004 19:26:48
Go to Top of Page

zeth
Junior Member

United Kingdom
117 Posts

Posted - 26 February 2004 :  06:41:36  Show Profile  Visit zeth's Homepage
quote:
Originally posted by PeeWee.Inc

Seems the PM MOD does not work right.... kicks up a few errors, and the read-me is not right in a few parts.



It seems the two different downloads for the PM mod are different.

This one works

http://www.snitzbitz.com/mods/details.asp?Version=All&mid=62

D3mon's link must be an older version or something.


THEOLOGY.ME.UK CROSSRING.COM

Edited by - zeth on 26 February 2004 06:57:07
Go to Top of Page

zeth
Junior Member

United Kingdom
117 Posts

Posted - 26 February 2004 :  07:09:06  Show Profile  Visit zeth's Homepage
For a bit more fun change privatemess.asp, line 69 to this:

Response.Write getCurrentIcon(strIconPmOld,"","align=""absmiddle""")

Which puts the open letter in the gap on default.asp when you don't have any new messages.

The original PM MOD doesn't have this but I think it makes it look better.

THEOLOGY.ME.UK CROSSRING.COM
Go to Top of Page

Actor
Starting Member

31 Posts

Posted - 26 February 2004 :  08:07:30  Show Profile
I'm trying to get the PM mod to work but the Read Me instructions for the Inc_Header.asp does not seem to match up with what is actually on the file itself. Can anyone tell me what exactly has to go where for that one please?
Go to Top of Page

zeth
Junior Member

United Kingdom
117 Posts

Posted - 26 February 2004 :  10:55:35  Show Profile  Visit zeth's Homepage
are you using the latest download? http://www.snitzbitz.com/mods/details.asp?Version=All&mid=62

Also if this is the first MOD you have added then you can use the pre-made files

THEOLOGY.ME.UK CROSSRING.COM
Go to Top of Page

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 26 February 2004 :  13:40:14  Show Profile  Visit PeeWee.Inc's Homepage
I'll install and test it out later, right now i have to showe and what-not.

*thumbs up*


De Priofundus Calmo Ad Te Damine
Go to Top of Page

Actor
Starting Member

31 Posts

Posted - 26 February 2004 :  19:30:15  Show Profile
Yes zeth, it's the latest download. Although I didn't spot anything different from the first time I tried (with the first download).

Yep, it's a clean install, and I'm using all the files included, I think it's just the inc_header file that's causing problems; where it says 'find this' and 'replace with this', the 'find this' is slightly different to what is actually in the file at approx that line. I ignored the differences and banged it in as per the instructions and got:


Error Type:
Microsoft VBScript compilation (0x800A0401)
Expected end of statement
/forum/inc_header.asp, line 503, column 122
" <a href=""" & strForumURL & "members.asp"" tabindex=""-1""><acronym title=""Current members of these forums...") & " tabindex=""-1""><acronym title=""Current members of these forums..."">Members</acronym></a>" & vbNewline & _
-------------------------------------------------------------------------------------------------------------------------^



Go to Top of Page

zeth
Junior Member

United Kingdom
117 Posts

Posted - 27 February 2004 :  09:29:44  Show Profile  Visit zeth's Homepage
If you email me the file, or even better put a copy online as e.g. inc_header.txt I will have a look. at it.

THEOLOGY.ME.UK CROSSRING.COM
Go to Top of Page

aspwiz
Junior Member

250 Posts

Posted - 29 February 2004 :  06:16:34  Show Profile  Visit aspwiz's Homepage
Is anyone working on the Poll Mod for SB 2 ?
Go to Top of Page

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 29 February 2004 :  09:10:20  Show Profile  Visit PeeWee.Inc's Homepage
Not sure if you've picked this error up or not:

Microsoft VBScript compilation error '800a0401'

Expected end of statement

/speedball2/pop_messengers.asp, line 27

"<td class=""putc c nw""><a href=""aim:goIM?screenname=" & strAIM_Name) & """ alt=""Opens a send message window to the user."">Send a Message</a></td>" & _
----------------------------------------------------------------------^

De Priofundus Calmo Ad Te Damine
Go to Top of Page
Page: of 19 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07