Author |
Topic |
Andy Humm
Average Member
United Kingdom
908 Posts |
Posted - 25 April 2008 : 13:10:05
|
Following the recent trend of Calendar MOD questions etc., I am at the stage ready to incorporate the mod with the adjustments, but just before I do start, I notice on the Calandar first page ie cal_default.asp file displaying inside default.asp, the current month calandar box does not have any navigation arrows to jump to previous and next months. Whereas, if you visit cal.asp, by clicking on the Events Calendar title, the current month shows the left right arrows to navigate.
Has this feature been deliberately missed on the calendar front page or could we see if it could be added for a better navigation feature.
Additionally, when you are in cal.asp - the Day, Week, Month, Year, Events List titles all display except for the one selected ie if you are in cal.asp?view=yearly the year title heading is blank and the others display okay. Could we incorporate a facility to ensure all titles are displayed with say a background image ie add (bgcolor=""" & strCategoryBGImage & """) and the the current focused heading is reverted back to strCategoryHeadColor only? Thus still showing the year title. Example here Just an idea regards andy< |
Edited by - Andy Humm on 25 April 2008 14:05:27 |
|
leatherlips
Senior Member
USA
1838 Posts |
|
Andy Humm
Average Member
United Kingdom
908 Posts |
Posted - 25 April 2008 : 14:29:47
|
I am viewing the headers page cal.asp in IE5 and they are missing.< |
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
Andy Humm
Average Member
United Kingdom
908 Posts |
Posted - 25 April 2008 : 18:53:49
|
Leatherlips, I have just installed the Events Calendar mod and found that in cal.asp the Day, Week, Month, Year, Events List titles all display okay. I was looking at your forum prior to installation and it may be that the in/active header attribute colours are the same as the forum/table background, just a thought..
cal_inactivetab {background-color: <%= strAltForumCellColor %>; font: 10pt <%= strDefaultFontFace %>; color:<%= strForumFontColor %>; }
< |
Edited by - Andy Humm on 25 April 2008 18:59:39 |
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
Andy Humm
Average Member
United Kingdom
908 Posts |
Posted - 25 April 2008 : 19:53:24
|
If you take a look at my cal.asp You will notice: 1. the active month header is blue ie strHeadCellColor (yours looks the same colour as as your strPagebgcolor) 2. the inactive headers are dull green ie strAltForumCellColor #e3eaca 3. the cell colours again dull green ie strAltForumCellColor #e3eaca 4. the table background is light green ie strForumCellColor #e4f8d7 5. The forum Base Background Color ie strPagebgcolor is pale blue ie #CEDFED
Have you got a header color the same as 5?
regards andy < |
Edited by - Andy Humm on 25 April 2008 20:03:49 |
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
Andy Humm
Average Member
United Kingdom
908 Posts |
Posted - 26 April 2008 : 03:58:35
|
Try cal_style.asp: lines 12-17 .cal_activetab, .cal_activeborder {background-image:url('gradient2.gif'); font: Bold 10pt <%= strDefaultFontFace %>; color:<%= strHeadFontColor %>; } .cal_inactivetab {background-image:url('gradient.gif'); font: 10pt <%= strDefaultFontFace %>; color:<%= strForumFontColor %>; } .cal_inactivetab:hover {background-color: white;}
Where 'gradient2.gif' points to file location where STRHEADCELLBGIMAGE is and 'gradient.gif' points to file location where STRCATEGORYCELLBGIMAGE is..
It works on my Events calendar.< |
Edited by - Andy Humm on 26 April 2008 03:59:32 |
|
|
Andy Humm
Average Member
United Kingdom
908 Posts |
Posted - 26 April 2008 : 17:32:07
|
As I navigate through the weekly view of the cal.asp and I notice: 1. The events message is not listed on the last weekday, just the event heading see link 2. The messages are not aligned to the weekly view table cells top. 3. If there is more than one event for a particular day only one event message shows see link Are there any solutions for these anomolies?< |
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
leatherlips
Senior Member
USA
1838 Posts |
|
Andy Humm
Average Member
United Kingdom
908 Posts |
Posted - 27 April 2008 : 05:28:51
|
Thinking about the coding, I have looked through cal.asp (sub WeeklyView) from line 354 and I can not find the code which determines how the events message displays, especially for the last day of the week show, Example You will also notice that the Sat 5 July Event (Calne Country Music Festival), the event title is displaying but no message text underneath, however, when you click on the title the message displays okay in topic.asp see link
With what you have suggested about some code not put in correctly I have inserted your cal.asp page from above and the same problem occurs. Indicating the cal.asp might be okay or is it?
Firstly, I see there are some changes on your [leatherlips] forum cal.asp since the last dialog, so could you please email me a copy of your latest cal.asp so I can see the differences.
Alternatively, does anyone know what determines the events message to display in all weekly fields and in particular the last day of the week.
I recall that during the installation of this mod, running the dbs_cal.asp file That I had a couple of Dropping Column error messages.
Dropping Column... ALTER TABLE FORUM_TOPICS DROP COLUMN T_ISEVENT ALTER TABLE FORUM_TOPICS DROP COLUMN T_ISEVENT -2147217900 | [Microsoft][ODBC Microsoft Access Driver] There is no field named 'T_ISEVENT' in table 'FORUM_TOPICS'.
Dropping Column... ALTER TABLE FORUM_A_TOPICS DROP COLUMN T_ISEVENT ALTER TABLE FORUM_A_TOPICS DROP COLUMN T_ISEVENT -2147217900 | [Microsoft][ODBC Microsoft Access Driver] There is no field named 'T_ISEVENT' in table 'FORUM_A_TOPICS'. Have these anything to do with the way the events message does not display properly?
thank you in advance.. andy< |
Edited by - Andy Humm on 27 April 2008 06:15:24 |
|
|
Andy Humm
Average Member
United Kingdom
908 Posts |
Posted - 27 April 2008 : 07:18:53
|
Further to my above: Investigating the symptoms: I have noticed that the event title diplays ok but there is no event message on the last day of the week see link then you navigate forward one week, link and the previously missing event message for Swindon Kite Festival appears on this new page. So it appears that the database has the event message, also when you click on the event title the event message appears in topic.asp Looking at the second link in this post link It appears that the event message is not showing for 13th May.
[break] I have just added a new Test Event for 14th May on same link page, and noticed that the event message will not display on cal.asp (weekly view). ?????????? When you are adding events in weekly view all the event titles appear vertically aligned, whereas as a normal visitor not logged in or a member, the titles appear aligned at the bottom of the weekly date cell. ???? Getting mind boggling! < |
Edited by - Andy Humm on 27 April 2008 07:21:25 |
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
Andy Humm
Average Member
United Kingdom
908 Posts |
Posted - 27 April 2008 : 09:22:01
|
thank you, I am going to uninstall the entire Events Calendar Mod and start from stratch again..< |
|
|
Topic |
|