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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Email all users MOD by Richard Kinser
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

baabaashep
New Member

United Kingdom
84 Posts

Posted - 07 February 2006 :  00:43:11  Show Profile
Ive probably done something silly here..but this the error message I get when I try to login to the Admin can anybody help me out here please, I just need a set of eyes:


Error Message:
Invalid character
/forum/admin_home.asp, line 146
" <LI><span class=""spnMessageText""><a href=""admin_moderators.asp"">Moderator Setup</a></span></LI>" & vbNewLine & _"<!--##### Email All Users MOD #####-->" & vbNewLine & _


And this is the code in admin_home.asp from about line 144

<LI><span class=""spnMessageText""><a href=""admin_member_search.asp"">Member Search</a></span></LI>" & vbNewLine & _
" <LI><span class=""spnMessageText""><a href=""admin_moderators.asp"">Moderator Setup</a></span></LI>" & vbNewLine & _"<!--##### Email All Users MOD #####-->" & vbNewLine & _
" <LI><span class=""spnMessageText""><a href=""admin_emaillist.asp"">E-mail List</a>"
if MemberID = intAdminMemberID then



Thanks
pete
(copy and paste person)

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 07 February 2006 :  02:15:55  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Move the
"<!--##### Email All Users MOD #####-->" & vbNewLine & _
code to a new line:

<LI><span class=""spnMessageText""><a href=""admin_member_search.asp"">Member Search</a></span></LI>" & vbNewLine & _
		"                <LI><span class=""spnMessageText""><a href=""admin_moderators.asp"">Moderator Setup</a></span></LI>" & vbNewLine & _
"<!--##### Email All Users MOD #####-->" & vbNewLine & _
    "                <LI><span class=""spnMessageText""><a href=""admin_emaillist.asp"">E-mail List</a>"
if MemberID = intAdminMemberID then

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

baabaashep
New Member

United Kingdom
84 Posts

Posted - 07 February 2006 :  18:34:15  Show Profile
that was it
thanks

pete
(copy and paste man)
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.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07