Has anyone figured out using mxcalendar twice on the same page with the SAME events??
Once with calendar view and once with list view??
I want both views displayed on the same page.
I tried using two snippets with different names, mxcalendar_month and mxcalendar_list, no good (yet).
Thank you...
-
☆ A M B ☆
- 756 Posts
Quote from: TomMLS at May 03, 2010, 01:02 PM
Has anyone figured out using mxcalendar twice on the same page with the SAME events??
Once with calendar view and once with list view??
I want both views displayed on the same page.
I tried using two snippets with different names, mxcalendar_month and mxcalendar_list, no good (yet).
Thank you...
this is one issue I’m working on and will get into the next release.
I agree with the bug fixes, and I’ve been trying to release them as clean as possible there are so many features that full regression testing takes so much more time now with all the features. Accept my apologies as to all the issues, as those are ofter packaging issues.
Cheers
Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
Visit
CharlesMx.com for latest news and status updates.
-
☆ A M B ☆
- 756 Posts
Quote from: Plankton at May 03, 2010, 02:16 PM
Quote from: charless at May 03, 2010, 09:58 AM
Update Release Date: May, 8th 2010
Sorry everyone for the delay, I’ve had several other large projects closing that required my attention. I have just a few out standing enhancements to complete and will post status back later this week.
Cheers
Not a good news... 
charless, could you please advice what to change in the line 339 or includes\calendar.inc.php
$title = '<a id="tipsModal'.$counter.$multipleEventCnt.'" title="'.$calEvents['title'].'" class="tt mxModal" href="'.(!empty($calEvents['link']) ? $calEvents['link'] : $modx->makeUrl((int)$calEvents['link'])).'" rel="'.(!empty($calEvents['link']) ? $calEvents['linkrel'] : ($ajaxPageId != $modx->documentIdentifier ? 'moodalbox' : '')).'" target="'.(!empty($calEvents['link']) ? $calEvents['linktarget'] : $calEvents['linktarget']).'" title="" >'.$calEvents['title'].'</a>';
to get URLs like ’site.com\doc_alias’ instead of current ’site.com\doc_id’ in full calendar mode?
Thanks!
make sure that document id in the link has an assigned "URL alias" set in the manager, if the URL alias field is blank ModX will default to the resource id. Depending on when the file was created and your SEF configuration in the Manager Tools section the alias field might not have been populated when saved.
let me know if that fixes your issue.
cheers
cheers
Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
Visit
CharlesMx.com for latest news and status updates.
@charless Awesome contribution! Work in your pace.