Author |
Topic |
thelodger
Junior Member
United Kingdom
296 Posts |
Posted - 05 March 2008 : 16:47:23
|
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
|
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.< |
|
|
weeweeslap
Senior Member
USA
1077 Posts |
Posted - 05 March 2008 : 23:27:23
|
there's one floating around by marcel called weblogs or something like that.< |
coaster crazy |
|
|
JJenson
Advanced Member
USA
2121 Posts |
|
thelodger
Junior Member
United Kingdom
296 Posts |
Posted - 06 March 2008 : 12:05:30
|
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.< |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 06 March 2008 : 12:31:01
|
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.< |
|
|
thelodger
Junior Member
United Kingdom
296 Posts |
Posted - 06 March 2008 : 12:42:03
|
Where can I turn off friendly error messages?< |
|
|
thelodger
Junior Member
United Kingdom
296 Posts |
Posted - 06 March 2008 : 12:45:50
|
Its OK I have done that, will reload the files to see what it says< |
|
|
thelodger
Junior Member
United Kingdom
296 Posts |
Posted - 06 March 2008 : 12:47:36
|
The error is
Microsoft VBScript compilation error '800a0400'
Expected statement
/config.asp, line 90
<% ^ < |
|
|
thelodger
Junior Member
United Kingdom
296 Posts |
Posted - 06 March 2008 : 12:50:21
|
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 < |
|
|
thelodger
Junior Member
United Kingdom
296 Posts |
Posted - 06 March 2008 : 12:51:24
|
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< |
|
|
thelodger
Junior Member
United Kingdom
296 Posts |
Posted - 06 March 2008 : 12:57:15
|
All forums are effected by this error not only the blog forum.< |
|
|
JJenson
Advanced Member
USA
2121 Posts |
Posted - 06 March 2008 : 12:58:57
|
what are the few lines around line 90 in config.asp?< |
|
|
thelodger
Junior Member
United Kingdom
296 Posts |
Posted - 06 March 2008 : 13:00:38
|
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 '###########################################################< |
|
|
muzishun
Senior Member
United States
1079 Posts |
Posted - 06 March 2008 : 14:01:12
|
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) |
|
|
thelodger
Junior Member
United Kingdom
296 Posts |
Posted - 06 March 2008 : 14:06:07
|
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 |
|
|
Topic |
|