My Subscriptions

No active or expired subscriptions. View Available Subscriptions

Advanced Search

Home arrow Forum arrow JCal Pro 1.5.xarrow 1.5.x General Discussionarrow SOLVED: Popup display date
Pages: [1]
Print
Author Topic: SOLVED: Popup display date  (Read 976 times)
az_wraith
Newbie
*
Posts: 3


View Profile Email
« on: March 05, 2007, 08:51:36 PM »

IF you have Pop-up Event set to Yes, in the calander view on frontend, when you click on an event in the popup displays the date of When the event started and not the recur date.  Ex. if an event start date is March 3rd and recurs every week, when you click on March 24th the popup stills shows March 3rd date.  If you have Pop-up Event off the date display correctly.  Also if you click on an event from Events Mod the date is displayed wrong too.
« Last Edit: March 23, 2007, 03:06:17 PM by van » Logged
van
Moderator
Sr. Member
*****
Posts: 442


View Profile
« Reply #1 on: March 06, 2007, 12:32:09 AM »

I can definitely confirm this. Not sure how that sneaked in, but it's definitely there.

We are about ready to update the download files with some further changes, and one of those fixes also resolves this issue. Do you want me to go ahead and post the lines you need to change so you can fix this yourself, or do you just want to download the new Zip when it's ready ... probably in the next day or so.

Oh, and are you using the default theme or the spartan theme? If not, you will need to make these changes manually to your theme anyway.
Logged
az_wraith
Newbie
*
Posts: 3


View Profile Email
« Reply #2 on: March 06, 2007, 02:29:18 AM »

I have made my own custom theme, so I guess I will have to change the files manually.
Logged
az_wraith
Newbie
*
Posts: 3


View Profile Email
« Reply #3 on: March 09, 2007, 02:30:42 AM »

Van,

Could you please post the code to fix this problem?  Thanks for your help and this is a great component, and I like your latest Mambot..
Logged
van
Moderator
Sr. Member
*****
Posts: 442


View Profile
« Reply #4 on: March 09, 2007, 03:13:27 AM »

Sorry ... I saw your reply earlier about having custom themes and was planning to post the fixes, but forgot. Thanks for the reminder!

In your "theme.php" file, search for the word "cal_popup" and that area of code should look like the following. You are probably missing the coding at the end of that line, which indicates which of the recurring events to display.

Code:
        // popup or not
if ($CONFIG_EXT['popup_event_mode'])
        {
  $non_sef_href = $CONFIG_EXT['calendar_url']."cal_popup.php?extmode=view&extid=".$event->extid.($event->isRecurrent()?"&recurdate=".$event->recurStartDay:'');

Logged
alonsorm
Newbie
*
Posts: 2


View Profile
« Reply #5 on: February 20, 2008, 07:40:15 PM »

I'm running 1.5.3 and I still see this problem.  It looks like the theme.php has the {EVENT_START_DATE} instead of {EVENT_DATE}.  How do I fix this?
Logged
Pages: [1]
Print
Jump to:  

Powered by SMF 1.1.3 | SMF © 2006-2007, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com

Original Joomla Template design by RocketTheme ( Conversion by Bloc)