Jump to content

  • twitter
  • youtube
  • googleplus
  • facebook
  • rss
  • newsletter


Issue information

  • #000312

  • 0 - None Assigned

  • Fixed

  • -

  • 1.2.0


Issue Confirmations

  • Yes (0)No (0)
Photo

File edits, In function calendarEventSave - line 1565

Posted by snookputt on 01 August 2010 - 01:42 AM

Since the upgrade to IP>Board v3.1.2 the file edit in admin/applications_addon/ips/calendar/modules_public/calendar/calendars.php In function calendarEventSave - line 1565 is causing a syntax error and this edit is not as per the instructions contained in the .zip

Updating status to: Awaiting Feedback

Disregarding the line number, can you still find the line by search?


No Mike, the 3rd edit is not present....

			/* Bounce */
			if ( $event_approved )
			{
				$this->registry->output->redirectScreen( $this->lang->words['new_event_redirect'], $this->settings['base_url'] . "app=calendar&module=calendar&cal_id={$event_calendar_id}" );
			}


Updating status to: Confirmed

Try finding the below instead for edit 3 instead, let me know how it goes.

			/* Bounce */
			if ( $event_approved )
			{
				$this->registry->output->redirectScreen( $this->lang->words['new_event_redirect'], $this->settings['base_url'] . "app=calendar&module=calendar&cal_id={$event_calendar_id}" );
			}

As they've changed it a bit, I'll probably need to find a different point to add the edit so it's backwards compatible with IPB3.1.1 and below as well.


That worked Michael, pleased to announce that Calendar Topics is now back working on my forum.

Cheers :)


changed status to: Fixed
changed fixed-in version to: 1.2.0





1 user(s) are reading this issue

0 members, 1 guests, 0 anonymous users