Author |
Topic |
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 24 February 2004 : 15:48:54
|
Thanks, got them !!!! |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 24 February 2004 : 16:25:59
|
I´ll let you know.... |
|
|
PeeWee.Inc
Senior Member
United Kingdom
1893 Posts |
Posted - 24 February 2004 : 18:38:47
|
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 |
|
|
PeeWee.Inc
Senior Member
United Kingdom
1893 Posts |
Posted - 24 February 2004 : 18:58:05
|
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 |
|
|
PeeWee.Inc
Senior Member
United Kingdom
1893 Posts |
Posted - 24 February 2004 : 19:07:42
|
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 |
|
|
zeth
Junior Member
United Kingdom
117 Posts |
Posted - 26 February 2004 : 06:41:36
|
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 |
|
|
zeth
Junior Member
United Kingdom
117 Posts |
Posted - 26 February 2004 : 07:09:06
|
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 |
|
|
Actor
Starting Member
31 Posts |
Posted - 26 February 2004 : 08:07:30
|
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? |
|
|
zeth
Junior Member
United Kingdom
117 Posts |
|
PeeWee.Inc
Senior Member
United Kingdom
1893 Posts |
Posted - 26 February 2004 : 13:40:14
|
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 |
|
|
Actor
Starting Member
31 Posts |
Posted - 26 February 2004 : 19:30:15
|
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 & _
-------------------------------------------------------------------------------------------------------------------------^
|
|
|
zeth
Junior Member
United Kingdom
117 Posts |
Posted - 27 February 2004 : 09:29:44
|
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 |
|
|
aspwiz
Junior Member
250 Posts |
Posted - 29 February 2004 : 06:16:34
|
Is anyone working on the Poll Mod for SB 2 ? |
|
|
PeeWee.Inc
Senior Member
United Kingdom
1893 Posts |
Posted - 29 February 2004 : 09:10:20
|
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 |
|
|
Topic |
|