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
 Error installing PM MOD
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

h4v0k_d0m
Starting Member

United States
7 Posts

Posted - 23 April 2008 :  17:19:28  Show Profile  Send h4v0k_d0m a Yahoo! Message
When installing the PM MOD from Havvok there is one part where you include these lines into the admin_home.asp file.

" <LI><span class=""spnMessageText""><a href=""admin_pmmaint.asp"">Private Messages: Maintenance</a></span></LI>" & vbNewLine & _
" <LI><span class=""spnMessageText""><a href=""admin_pmmaint_index.asp"">Private Messages: Members Inbox</a></span></LI>" & vbNewLine & _



About line 140 it says, which is right under

" <p><b>Other Configuration Options and Features:</b>" & vbNewLine & _
" <UL>" & vbNewLine

which should add a link to the admin_pmmaint.asp page so admin can perform maintenance and turn on and off PM's but when i put that in the code i get an error if i click on the admin options link. says:

Microsoft VBScript compilation error '800a0400'

Expected statement

/forum/admin_home.asp, line 141

" <LI><span class=""spnMessageText""><a href=""admin_pmmaint.asp"">Private Messages: Maintenance</a></span></LI>" & vbNewLine & _


I am using mySQL as database and no problems so far until this just wondering if there is anyone who can help. I searched the forums and found nothing. If anyone knows what I am missing in the code or can help it is much appreciated.

phy1729
Average Member

USA
589 Posts

Posted - 23 April 2008 :  17:27:27  Show Profile
Edit " <UL>" & vbNewLine to " <UL>" & vbNewLine & _
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 23 April 2008 :  18:11:12  Show Profile  Visit MaD2ko0l's Homepage
these lines shoud look like this
" <p><b>Other Configuration Options and Features:</b>" & vbNewLine & _
" <UL>" & vbNewLine & _

notice part in red

© 1999-2010 MaD2ko0l
Go to Top of Page

h4v0k_d0m
Starting Member

United States
7 Posts

Posted - 24 April 2008 :  13:42:16  Show Profile  Send h4v0k_d0m a Yahoo! Message
OK i did that and now it gives me the error here:

Microsoft VBScript compilation error '800a03ea'

Syntax error

/forum/admin_home.asp, line 144

if strEmailVal = "1" then Response.Write(" <LI><span class=""spnMessageText""><a href=""admin_accounts_pending.asp"">Members Pending</a></span> <font size=""" & strFooterFontSize & """>(" & User_Count & ")</font></LI>" & vbNewLine)
Go to Top of Page

h4v0k_d0m
Starting Member

United States
7 Posts

Posted - 24 April 2008 :  13:49:55  Show Profile  Send h4v0k_d0m a Yahoo! Message
even after i removed the links to adminpm_maint.asp and the other one it has the same error but if i delete the & _ at the end of the line:

<UL>" & vbNewLine

it will work but i have to remove the links to pm maintenance too anyone know what im doing wrong?
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 24 April 2008 :  15:51:13  Show Profile  Visit MaD2ko0l's Homepage
replace your current admin_home.asp fiel with a standard version then o the following

find this line

" </UL></p>" & vbNewLine & _


and replace it with this


" <LI><span class=""spnMessageText""><a href=""admin_pmmaint.asp"">Private Messages: Maintenance</a></span></LI>" & vbNewLine & _
" <LI><span class=""spnMessageText""><a href=""admin_pmmaint_index.asp"">Private Messages: Members Inbox</a></span></LI>" & vbNewLine & _
" </UL></p>" & vbNewLine & _

© 1999-2010 MaD2ko0l

Edited by - MaD2ko0l on 24 April 2008 15:55:33
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.38 seconds. Powered By: Snitz Forums 2000 Version 3.4.07