|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#16
|
|||
|
|||
|
RE: 2 issues...please help.
Well, as of today, I made some improvements to the daily view, and the weekly view (use calendar.php?display=week) now appears to handle the dates properly. I still don't have any brilliant ideas on how to display potential overlapping events in the weekly view, so that is why it is still very similar to the month view.
|
|
#17
|
|||
|
|||
|
thanks
Awesome!!.
daily view-looks fantastic. Weekly view-looks great. For overalapping events, can you do somehting like draw a thick line for events side by side spanning different times and on mouseover, a tool-tip should say what it is is (javascript?). Upon clicking any one line-it should take a pop-up window with event detail. How about adding time on the left side of 'sunday' so that it would go along with what I said above. Right now, there are no times for weekly view. PDF-creation link is also missing in weekly view. Was that intentional? thanks so much for your efforts. drb |
|
#18
|
|||
|
|||
|
RE: thanks
Quote:
I will add the time, and yes the PDF link was left out intentionally, as it needs to be implemented separately. In many respects though, the PDF implementation will be easier, because I won't have to worry about how it looks in certain non standards-compliant browsers. (IE6) |
|
#19
|
|||
|
|||
|
RE: 2 issues...please help.
I can't seem to figure out how to put a link next to (previous and next month links) for a weekly view and list view. Which file should I edit please? can i specify it open in new window?
Thanks, (can I overwrite 4.21 after security fix with all weekly, daily features that you have done here?) drb |
|
#20
|
|||
|
|||
|
RE: 2 issues...please help.
I merged the 4.2.1 changes into the branch for you, so you can get all the correct files from the repository.
To edit the html for the month edit ltwdiplaymonth.php, for week ltwdisplayweek.php You can specify any link open in a new window by using the a target. eg: <a href="something.php" target="_empty">Target</a> Opens a new window target="nextmonth" reuses a single window. |
|
#21
|
|||
|
|||
|
RE: 2 issues...please help.
sorry I am unable to figure it out.
I put the following code: <a href="http://mydomain.com/calendar/calendar.php?display=list">List view</a><a href="http://mydomain.com/calendar/calendar.php?display=week">Weekly view</a> in ltwdisplaymonth.php in line 149 where the codes are as follows: <table height="50" width="100%"> <tr><td width="25%" align="left"> </td> I put it the codes instead of " " it gave me some parse error in line 149 and calendar did not come at all. Am i doing something wrong? thanks, drb |
|
#22
|
|||
|
|||
|
RE: 2 issues...please help.
You have to escape the " character if it appears in a quoted block of text:
eg: <a href="target.php"> |
|
#23
|
|||
|
|||
|
RE: 2 issues...please help.
It worked!
Thanks, i put the URL as: http://mydomain.com/calendar/calendar.php?display=week Now I got another aesthetic issue: I would like to color code several things (categories) and would like to refer those color codes in the footer.php . I know this is a messy one, but I am not so good at html. I simply copied and paste multiple instances of <tr><td align="center" colspan="2"> Calendar provided by <a href="http://codewalkers.com/" target="_blank">Codewalkers</a>. </td></tr> And then tried to specify color code. It would be better if the cell has a specified background color. I am not sure, how to do that. can somebody please help me out? thanks, drb |
|
#24
|
|||
|
|||
|
RE: RE: 2 issues...please help.
Quote:
I made a similar change at http://truelifecenters.org/ltwCalendar/calendar.php I added a table and colored it according to the catergories color. That way individuals can look for specific catergories by color. |
|
#25
|
|||
|
|||
|
RE: 2 issues...please help.
Thanks so much. I will follow your method.
Mootinator, I found a small bug (?)...when i am entering an event for future months in when month view has that month say august, after successfully entering an event, it reverts back to the current month. Is there a way to stop this? I guess one can easily add event for future months with a current month view, but it beats the purpose, if one is unable to see what events have been entered in a future month. Hope my explanation is clear. Thanks, drb |
|
#26
|
|||
|
|||
|
RE: 2 issues...please help.
That should be fixed in 4.2.1. Did you get the updated files?
|
|
#27
|
|||
|
|||
|
RE: 2 issues...please help.
I simply overwrite the files. right? Sorry,I missed it upgrading.
Hope it doesn't alter/delete any events that I already have. pl. let me know. Thanks, drb |
|
#28
|
|||
|
|||
|
RE: 2 issues...please help.
Yes, you just copy over the files.
You probably want to avoid copying over your ltw_config file and/or ltw_header/ltw_footer if you have made changes to those. |
|
#29
|
|||
|
|||
|
my 2 cents
Hi mootinator,
Just thought to share this with you. hope you are aware of this www.schedulebook.com Your software is quite close to be like that. Kudos to your efforts and sharing to people like me. Thanks, drb |
|
#30
|
|||
|
|||
|
RE: my 2 cents
Thanks, but I didn't write it, I've just been contributing lately ;)
|
![]() |
| Viewing: Codewalkers Forums > Projects > ltwCalendar > 2 issues...please help. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|