The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
Hello... good day to all...
im working on a webblog to integrate with snitz.... i manage to do some of it to work, but for the rest of its functions im puzzled on how am i gonna do it....
im in need of help.... plssssss!.... :)
where can i possibly upload the files for u guyz to see?...
looking forward for ur response.... ty... :)
the file can be downloaded here
http://cid-712c33ce341411d8.skydrive.live.com/embedgrid.aspx/.Public/webblog.rar
the method or approach is the same with marcelg
in Forum.asp file,
add this:
if NOT Request.QueryString("FORUM_ID") = "" then
if Request.QueryString("FORUM_ID") - strWeblogsForum = 0 and mlev <> 4 then
Response.Redirect "mem_blogs.asp"
end if
end if
in Config.asp file
add this:
<!--#INCLUDE FILE="blogs_vars.asp"-->
in blogs_vars.asp file
change the "34" to the forum ID of ur webblog
strWeblogsForum = "34"
<
im working on a webblog to integrate with snitz.... i manage to do some of it to work, but for the rest of its functions im puzzled on how am i gonna do it....
im in need of help.... plssssss!.... :)
where can i possibly upload the files for u guyz to see?...
looking forward for ur response.... ty... :)
the file can be downloaded here
http://cid-712c33ce341411d8.skydrive.live.com/embedgrid.aspx/.Public/webblog.rar
the method or approach is the same with marcelg
in Forum.asp file,
add this:
if NOT Request.QueryString("FORUM_ID") = "" then
if Request.QueryString("FORUM_ID") - strWeblogsForum = 0 and mlev <> 4 then
Response.Redirect "mem_blogs.asp"
end if
end if
in Config.asp file
add this:
<!--#INCLUDE FILE="blogs_vars.asp"-->
in blogs_vars.asp file
change the "34" to the forum ID of ur webblog
strWeblogsForum = "34"
<