Author |
Topic  |
|
Andy Humm
Average Member
  
United Kingdom
908 Posts |
Posted - 28 April 2008 : 04:29:39
|
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.. < |
|
Andy Humm
Average Member
  
United Kingdom
908 Posts |
Posted - 28 April 2008 : 07:09:07
|
I have managed to get the cal_icon.gif to link back to cal.asp
File: cal_topic.asp line 14 Delete: Response.Write getCurrentIcon(strCalIcon,"","align=""absmiddle"" style=""position:absolute;""")
Insert: Response.Write "<a href=""cal.asp"">" & getCurrentIcon(strCalIcon,"","align=""absmiddle"" style=""position:absolute;""") & " </a>"
Comments?: < |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
Andy Humm
Average Member
  
United Kingdom
908 Posts |
Posted - 28 April 2008 : 07:59:37
|
Good point! "Go to Events Calendar Menu"< |
 |
|
|
Topic  |
|