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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Blogs
 New Topic  Reply to Topic
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 4

thelodger
Junior Member

United Kingdom
296 Posts

Posted - 05 March 2008 :  16:47:23  Show Profile  Reply with Quote
Is there a blog mod? I would like to start hosting members blogs, if not whats the best way to go about it?<

AnonJr
Moderator

United States
5768 Posts

Posted - 05 March 2008 :  22:47:59  Show Profile  Visit AnonJr's Homepage  Reply with Quote
I know people have done it, but I'm not sure that there's been a formal MOD written up. It wouldn't be to terribly difficult to get something basic working. The real question is have you thought out just how complex you want this? What you want to do will help determine if its worth MODing the forum or if you're better off integrating someone else's blog code into the forum.<
Go to Top of Page

weeweeslap
Senior Member

USA
1077 Posts

Posted - 05 March 2008 :  23:27:23  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message  Reply with Quote
there's one floating around by marcel called weblogs or something like that.<

coaster crazy
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 06 March 2008 :  00:01:52  Show Profile  Visit JJenson's Homepage  Reply with Quote
This is a link to a download that weeweeslap was talking about.

http://oxle.com/topic.asp?tid=2186&SearchTerms=weblog<
Go to Top of Page

thelodger
Junior Member

United Kingdom
296 Posts

Posted - 06 March 2008 :  12:05:30  Show Profile  Reply with Quote
I have tried Marcel's weblog mod as it does seem to be exactly what I want, I did all the changes and double checked them but I keep getting an HTTP 500 server error when I ftp all the new files. could anyone help me? because I would really like this mod.<
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 06 March 2008 :  12:31:01  Show Profile  Visit AnonJr's Homepage  Reply with Quote
Turn off friendly error messages. This will give you a more detailed error message with the line number. With more details we can figure out where to start looking.<
Go to Top of Page

thelodger
Junior Member

United Kingdom
296 Posts

Posted - 06 March 2008 :  12:42:03  Show Profile  Reply with Quote
Where can I turn off friendly error messages?<
Go to Top of Page

thelodger
Junior Member

United Kingdom
296 Posts

Posted - 06 March 2008 :  12:45:50  Show Profile  Reply with Quote
Its OK I have done that, will reload the files to see what it says<
Go to Top of Page

thelodger
Junior Member

United Kingdom
296 Posts

Posted - 06 March 2008 :  12:47:36  Show Profile  Reply with Quote
The error is

Microsoft VBScript compilation error '800a0400'

Expected statement

/config.asp, line 90

<%
^
<
Go to Top of Page

thelodger
Junior Member

United Kingdom
296 Posts

Posted - 06 March 2008 :  12:50:21  Show Profile  Reply with Quote
Well sorted that myself, thanks to what I have learnt in this forum

when I click the blog forum I now get this error

Microsoft VBScript runtime error '800a01f9'

Invalid or unqualified reference

/forum.asp, line 39
<
Go to Top of Page

thelodger
Junior Member

United Kingdom
296 Posts

Posted - 06 March 2008 :  12:51:24  Show Profile  Reply with Quote
lines 38 to 41 in forum.asp reads


if NOT Request.QueryString("FORUM_ID") = "" then
if .QueryString("FORUM_ID") - strWeblogsForum = 0 and mlev <> 4 then
Response.Redirect "weblogs.asp"
end if<
Go to Top of Page

thelodger
Junior Member

United Kingdom
296 Posts

Posted - 06 March 2008 :  12:57:15  Show Profile  Reply with Quote
All forums are effected by this error not only the blog forum.<
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 06 March 2008 :  12:58:57  Show Profile  Visit JJenson's Homepage  Reply with Quote
what are the few lines around line 90 in config.asp?<
Go to Top of Page

thelodger
Junior Member

United Kingdom
296 Posts

Posted - 06 March 2008 :  13:00:38  Show Profile  Reply with Quote
lines 83 to 95


Const intCookieDuration = 30

%>
<!--#INCLUDE FILE="inc_iconfiles.asp"-->
<!--#INCLUDE FILE="weblogvars.asp"-->
<%

'#################################################################################
'## Do Not Edit Below This Line - It could destroy your forums and lose data
'#################################################################################
'############## Attachments ###############################
Dim strUploadUrl, strAllowAttachment
'###########################################################<
Go to Top of Page

muzishun
Senior Member

United States
1079 Posts

Posted - 06 March 2008 :  14:01:12  Show Profile  Visit muzishun's Homepage  Reply with Quote
On forum.asp, you are missing a "Request":

if NOT Request.QueryString("FORUM_ID") = "" then
	if Request.QueryString("FORUM_ID") - strWeblogsForum = 0 and mlev <> 4 then
	Response.Redirect "weblogs.asp"
end if


Not sure what's causing the config.asp error. It looks correct.<

Bill Parrott
Senior Web Programmer, University of Kansas
Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com)
Personal Website (www.chimericdream.com)
Go to Top of Page

thelodger
Junior Member

United Kingdom
296 Posts

Posted - 06 March 2008 :  14:06:07  Show Profile  Reply with Quote
Cheers, I have now got this error


Microsoft VBScript compilation error '800a03f9'

Expected 'Then'

/forum.asp, line 39

if Request .QueryString("FORUM_ID") - strWeblogsForum = 0 and mlev <> 4 then
-----------^


<

Edited by - thelodger on 06 March 2008 14:06:46
Go to Top of Page
Page: of 4 Previous Topic Topic Next Topic  
Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07