Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Calendar MOD question - Navigation
 New Topic  Reply to Topic
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

Andy Humm
Average Member

United Kingdom
908 Posts

Posted - 27 April 2008 :  10:47:10  Show Profile  Reply with Quote
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
Go to Top of Page

Andy Humm
Average Member

United Kingdom
908 Posts

Posted - 27 April 2008 :  11:05:42  Show Profile  Reply with Quote
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
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 27 April 2008 :  12:55:00  Show Profile  Visit leatherlips's Homepage  Reply with Quote
I'm only guessing here.

The 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.<

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD
Go to Top of Page

Andy Humm
Average Member

United Kingdom
908 Posts

Posted - 05 May 2008 :  04:55:27  Show Profile  Reply with Quote
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
<
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.1 seconds. Powered By: Snitz Forums 2000 Version 3.4.07