Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/66951?pagenum=1
05 November 2025, 18:31
Topic
Andy Humm
Calendar MOD - Topic/Calendar Link
28 April 2008, 04:29
Having installed the Calendar Events MOD, I wonder if it is possible to incorporate a link from a topic.asp calendar event back to the cal.asp. Suggestion, that when the cal_icon.gif is clicked it sends you to the Events Calendar opening page ie cal.asp
I think all we need to do is amend the cal_topic.asp line 14
Response.Write getCurrentIcon(strCalIcon,"","align=""absmiddle"" style=""position:absolute;""") to include a link to forum/cal.asp. Can someone help, by providing the link.. <
Replies ...
Andy Humm
28 April 2008, 07:09
I have managed to get the cal_icon.gif to link back to cal.asp
You may also want to add the mouseover tooltip that appears when you hover over it. The other icons say what they are. Perhaps someting like "Return to the Calendar Page". Maybe this:
Response.Write "<a href=""cal.asp"">" & getCurrentIcon(strCalIcon,"Return to the Calendar Page","align=""absmiddle"" style=""position:absolute;""") & " </a>"<