Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Calendar MOD - Topic/Calendar Link

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
Andy Humm 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..
<
3   L A T E S T    R E P L I E S    (Newest First)
Andy Humm Posted - 28 April 2008 : 07:59:37
Good point! "Go to Events Calendar Menu"<
leatherlips Posted - 28 April 2008 : 07:41:35
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>"<
Andy Humm 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?:
<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.03 seconds. Powered By: Snitz Forums 2000 Version 3.4.07