Author |
Topic |
|
brujo
Average Member
USA
602 Posts |
Posted - 23 April 2002 : 02:03:46
|
IS the Event MOD the same as the Calendar type Mod MortiOli has on his site :
www.mortioli.co.uk
also, is the way that Crash and Morti have their sites with this PORTAL thing (am I right in thinking this is the Portal Mod) - is this a standard MOD or has each user modified it.
i.e. if I get the PORTAL mod,........how is it set up, with the different windows etc.
thanks
Calos
http://jobinthesun.com/forum/
Edited by - Nathan on 23 April 2002 02:13:38 |
|
Nathan
Help Moderator
USA
7664 Posts |
|
brujo
Average Member
USA
602 Posts |
Posted - 23 April 2002 : 04:20:13
|
Thanks Nathan,
One more question :
Part 6 to the Readme file for the Events Mod reads as :
6) If you're using my calendar mod with the active users mod. Add the code below in the who's online part of inc_top.asp, so that the active users.asp page picks up that your visitors that are looking at the calendar and events.
ElseIf lcase(Right(strOnlinePathInfo, 10)) = "events.asp" Then strOnlineLocation = "<a href=""events.asp"">Events Calendar</a>"
I take it this is incorrect, since there is no Online part to inc_top.asp
does it really mean the inc_activeusers.asp file ????
I have tried it in a few locations in this file too with no success;
e.g.
Case "post.asp" if Request.QueryString("method") = "Reply" Then set rst = my_conn.execute("SELECT FORUM_ID, TOPIC_ID FROM " & strTablePrefix & "TOPICS WHERE TOPIC_ID = " & Request.Querystring("TOPIC_ID")) intOnlineForumType = rst("FORUM_ID") rst.close set rst = nothing if ChkForumType(intOnlineForumType) then strOnlineLocation = "Replying To Message: <a href=""link.asp?TOPIC_ID=" & Request.QueryString("TOPIC_ID") & """>" & Request.QueryString("Topic_Title") else strOnlineLocation = "Replying To Message in: <a href=""link.asp?TOPIC_ID=" & Request.QueryString("TOPIC_ID") & """>Private Forum" end if elseif Request.QueryString("method") = "Topic" Then intOnlineForumType = Request.QueryString("FORUM_ID") if ChkForumType(intOnlineForumType) then strOnlineLocation = "Posting New Topic in: <a href=""link.asp?FORUM_ID=" & Request.QueryString("FORUM_ID") & """>" & Request.QueryString("Forum_Title") else strOnlineLocation = "Posting New Topic in: <a href=""link.asp?FORUM_ID=" & Request.QueryString("FORUM_ID") & """>Private Forum" end if else strOnlineLocation = strOnlineLocation & "Unknown" end if Case else strOnlineLocation = strOnlineLocation & "Unknown Page" End Select strOnlineLocation = strOnlineLocation & "</a>" if lcase(instr(strOnlinePathInfo, "admin_")) > 0 Then strOnlineLocation = "Admin Options" end if ElseIf lcase(Right(strOnlinePathInfo, 10)) = "events.asp" Then strOnlineLocation = "<a href=""events.asp"">Events Calendar</a>"
These above are my lines 107 to 136
Any help would be appreciated.
|
|
|
brujo
Average Member
USA
602 Posts |
Posted - 23 April 2002 : 04:24:46
|
Sorry, the last two lines dont work like this either
I am not sure where they go at all now
any help ?
|
|
|
Aznknight
Senior Member
USA
1373 Posts |
Posted - 23 April 2002 : 16:51:12
|
A lot has been changed from 31sr4 to 3.3 and the readme for events calendar may not apply anymore, especially on the line numbers and the navigational menu's.
- Alan
|
|
|
brujo
Average Member
USA
602 Posts |
Posted - 23 April 2002 : 17:05:08
|
Thanks for the reply.
I am happy enough with this one now. Its at the bottom of my default page......but at leats its working
|
|
|
Ra1ney
Junior Member
United Kingdom
113 Posts |
Posted - 05 May 2002 : 19:42:27
|
Hello
I'm using Snitz v33_033 and have installed Active Users 40_05 and Events mod (eventsV2sr1). From reading various discussions, I gather I need to do something different to what the read me file says in order that AU recognises visitors to the events pages. So far I haven't been able to find out exactly what I need to do - can anybody help me, I am at a loss....please
Many thanks in advance
quote:
A lot has been changed from 31sr4 to 3.3 and the readme for events calendar may not apply anymore, especially on the line numbers and the navigational menu's.
- Alan
|
|
|
|
Topic |
|