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
 Active Users Mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

mkbean
Starting Member

9 Posts

Posted - 29 August 2004 :  16:22:46  Show Profile
Ok,

So I have installed this mod and for the most part it works great. I can see the users that are active but the problem now is when I click on one of the users to view their profile I get the following error.

Error Type:
Microsoft VBScript compilation (0x800A03F6)
Expected 'End'
/pop_profile.asp, line 1299
else


I have zipped the file up and placed here for anyone to download and look at. I would love to know what in the world is going on here and get it fixed.

www.dieseltechnologies.com/resources/code.zip

Thanks in advance

mkbean

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 29 August 2004 :  16:36:47  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Find the following code (lines 1260-1264):
			if strBio = "1" then
				strSql = strSql & ",	M_BIO = '" & ChkString(Request.Form("Bio"),"message") & "'"
			end if                                       
				strSql = strSql & ",	M_AUHIDE = '" & ChkString(Request.Form("AUHide"),"") & "'" 
			end if

and replace it with the following code:
			if strBio = "1" then
				strSql = strSql & ", M_BIO = '" & chkString(Request.Form("Bio"),"message") & "'" 
			end if
			if strAUAnon = "1" then 
				strSql = strSql & ",	M_AUHIDE = '" & ChkString(Request.Form("AUHide"),"") & "'" 
			end if

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

mkbean
Starting Member

9 Posts

Posted - 29 August 2004 :  16:52:54  Show Profile
Thanks for the suggestions.

Now it is telling me this

Error Type:
Microsoft VBScript compilation (0x800A03F6)
Expected 'End'
/pop_profile.asp, line 1300
else


mkbean
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 29 August 2004 :  17:02:28  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Can you post a link to a .txt version of your pop_profile.asp (or update the zip file)?

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

mkbean
Starting Member

9 Posts

Posted - 29 August 2004 :  17:07:45  Show Profile
It is updated.

Thanks for the help....don't you ever sleep :)


Brian
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 29 August 2004 :  17:24:44  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
quote:
It is updated.

OK, I fixed that error for you. Here you go pop_profile.txt

quote:
Thanks for the help....don't you ever sleep :)

No sleep for 30 hours... but I'm heading to bed soon.

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

mkbean
Starting Member

9 Posts

Posted - 29 August 2004 :  17:29:26  Show Profile
Thanks so much. It works great. Get some well needed sleep.


mkbean
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