Author |
Topic |
Andy Humm
Average Member
United Kingdom
908 Posts |
Posted - 27 April 2008 : 10:47:10
|
Having completely uninstalled and reinstalled the calendar mod, I have just entered one event on Satury 10th may and notice in the weekly view That the Event/Topic Title appears in Sat 10th Cell, with no message text, clicking on the title the topic page shows the message (description of event) in topic.asp I then editted the event to show in the 9th May and no message appears, now it is back on 10th may weekly view..
Still boggling, where does the event message string get its feed from to display in weekly view of cal.asp? < |
Edited by - Andy Humm on 27 April 2008 11:08:29 |
|
|
Andy Humm
Average Member
United Kingdom
908 Posts |
Posted - 27 April 2008 : 11:05:42
|
Following on from above, searching cal.asp for where the weekly view routine displays the message text, I believe this is the text: cal.asp lines 543-569
'Write the topics if forumAccess and not(Moderation = "Y" and Topic_Status > 1 and Topic_Author <> MemberID) then Response.Write _ "<p><font size=" & strDefaultFontSize & " color=" & strForumFontColor & ">" & _ "<span class=""spnMessageText""><a href=""topic.asp?TOPIC_ID=" & Topic_ID & """>" & _ "<b>" & Topic_Subject & "</span></a> </font></b>" 'Post Buttons if ((Topic_Status > 0 and Topic_Author = MemberID) or mlev = 4 or lCase(strNoCookies) = "1" ) then Response.Write _ "<a href=""post.asp?method=EditTopic&TOPIC_ID=" & Topic_ID & "&date=" & dateCursor & """>" & _ getCurrentIcon(strIconPencil, strCalEdit, "align=""absmiddle""") & "</a>" if (Topic_Author = MemberID and Topic_Replies=0) or mlev = 4 or lCase(strNoCookies) = "1" then Response.Write _ "<a href=""JavaScript:openWindow('cal_delete.asp?TOPIC_ID=" & Topic_ID & "&DATE=" & dateCursor & "')"">" & _ getCurrentIcon(strIconTrashCan, strCalDelete, "align=""absmiddle""") & "</a>"
Response.Write _ "<br/><font size=" & strDefaultFontSize & " color=" & strForumFontColor & ">" & _ formatstr(Topic_Message) & "</font>" end if
rs.MoveNext
end if
end if
Loop While blnEvent = TRUE
I can not see why this has not pulled the message text, and all other occasions ie Daily View, Topic.asp it does.?????????? < |
Edited by - Andy Humm on 27 April 2008 11:06:52 |
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
Andy Humm
Average Member
United Kingdom
908 Posts |
Posted - 05 May 2008 : 04:55:27
|
quote: Originally posted by leatherlipsThe cal.asp page calls on the cal_functions.asp page. In that page there are instructions for Linux users. Maybe it has something to do with that? It mentions to comment certain lines while uncommenting other lines. Again, this is only a guess.
Which lines do you have commented in cal_functions.asp? rgds andy < |
|
|
Topic |
|