Blogs - Posted (5936 Views)
Junior Member
thelodger
Posts: 296
296
Is there a blog mod? I would like to start hosting members blogs, if not whats the best way to go about it?<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Forum Moderator
AnonJr
Posts: 5768
5768
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.<
Posted
Senior Member
weeweeslap
Posts: 1077
1077
there's one floating around by marcel called weblogs or something like that.<
Posted
Advanced Member
JJenson
Posts: 2121
2121
This is a link to a download that weeweeslap was talking about.
http://oxle.com/topic.asp?tid=2186&SearchTerms=weblog<
Posted
Junior Member
thelodger
Posts: 296
296
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.<
Posted
Forum Moderator
AnonJr
Posts: 5768
5768
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.<
Posted
Junior Member
thelodger
Posts: 296
296
Where can I turn off friendly error messages?<
Posted
Junior Member
thelodger
Posts: 296
296
Its OK I have done that, will reload the files to see what it says<
Posted
Junior Member
thelodger
Posts: 296
296
The error is

Microsoft VBScript compilation error '800a0400'

Expected statement

/config.asp, line 90

<%
^
<
Posted
Junior Member
thelodger
Posts: 296
296
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
<
Posted
Junior Member
thelodger
Posts: 296
296
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<
You Must enter a message