alabamatoy wrote:
Also, on the mobile device version of the forum, the "events" link seems not to appear at all. So the calendar is basically inaccessible to anyone using a Droid or an iThing. Is this intentional or do I have something misconfigured?
|
OK, so today is my day to talk to myself. I hope someone else is benefiting from this one-sided conversation.
I changed line 79 of
includes/status_bar_header_inc.asp to add the following:
'modified to display events link on mobile browsers
Response.Write (" <img src=""" & strImagePath & "calendar.png"" alt=""" & strTxtEvents & """ title=""" & strTxtEvents & """ /><a href=""calendar.asp" & strQsSID1 & """>" & strTxtEvents & "</a>")
Seems to show the events icon, link and actual calendar correctly on mobile browser now. I have only tried viewing it on my HTC Thunderbolt with both the Android Browser and Firefox, but it seems to work correctly.