Author |
Topic  |
|
Rrok007
Junior Member
 
USA
149 Posts |
Posted - 27 May 2003 : 20:36:59
|
Help!!!
heh
Okay, I installed the AdminLevel tool and that seems to be working fine. Then I installed the Post Stamp MOD. Now I'm getting
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/korloch/batleth/forum/topic.asp, line 580
Response.Write " <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><small>" & ChkString(getMember_Level(Reply_MemberTitle, Reply_MemberLevel, Reply_MemberPosts),"display") Post <a href=""single_post.asp?" & ArchiveLink & "method=reply&REPLY_ID=" & Reply_ReplyID & " "">" & Reply_Posts & "</a> of <a href=""search.asp?"&ArchiveLink&"mode=DoIt&MEMBER_ID="&Reply_MemberID&""">" & Reply_MemberPosts & "</small></font><br />" & vbNewLine
Uhm.... what I do wrong? |
Believe disbelief and contemplate the simple. |
|
masterao
Senior Member
   
Sweden
1678 Posts |
Posted - 28 May 2003 : 08:00:00
|
You missed a few characters, which are marked in red below. Im not familiar with those mods, so Im not sure if it correct, though.
Response.Write " <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><small>" & ChkString(getMember_Level(Reply_MemberTitle, Reply_MemberLevel, Reply_MemberPosts),"display") & "Post <a href=""single_post.asp?" & ArchiveLink & "method=reply&REPLY_ID=" & Reply_ReplyID & " "">" & Reply_Posts & "</a> of <a href=""search.asp?"&ArchiveLink&"mode=DoIt&MEMBER_ID="&Reply_MemberID&""">" & Reply_MemberPosts & "</small></font><br />" & vbNewLine |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
 |
|
Rrok007
Junior Member
 
USA
149 Posts |
Posted - 29 May 2003 : 20:48:42
|
Thanks, actually, I had added it to the wrong line. But I got it fixed though! |
Believe disbelief and contemplate the simple. |
 |
|
masterao
Senior Member
   
Sweden
1678 Posts |
|
|
Topic  |
|