Jump to content

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


Issue information

  • #000443

  • 0 - None Assigned

  • Fixed

  • 2.2.1

  • 2.2.2


Issue Confirmations

  • Yes (1)No (0)
Photo

Topic issue

Posted by Michael on 29 May 2011 - 03:25 AM

Apparently missed a bug fix, check before releasing. Ref Ticket #1494

Updating severity to: 0 - None Assigned
Updating status to: Confirmed
Updating version to: 2.1.0
Issue fixed in: None

Also line break issue for description. ref #1523


Do you have a fix Micheal?
Thanks


Updating severity to: 0 - None Assigned
Updating status to: Confirmed
Updating version to: 2.1.0
Issue fixed in: None

Yes manual patch here.

Open admin/applications_addon/other/videos/sources/functions.php

Find: (2 instances)
$topic_template = IPSText::UNhtmlspecialchars( $this->settings['vs_topic_template'] );

Add ABOVE: (2 instances)
$this->settings['vs_topic_template'] = str_replace( "\n", "<br />", $this->settings['vs_topic_template'] ); 

Save admin/applications_addon/other/videos/sources/functions.php


Michael,
Thank you for the fix...

This code fixes both problem right (Line break and topic issue)?


Updating severity to: 0 - None Assigned
Updating status to: Confirmed
Updating version to: 2.1.0
Issue fixed in: None

Yes both problems.


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

Marking as fixed but may need to revisit again.


changed status to: Confirmed
changed version to: 2.2.1
changed fixed-in version to: No Version Assigned

Re-confirm and use latest fix. Ticket Ref #1605. Update client centre well before.


how do i fix this ??

Posted Image


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

Updated the code with what fixes I have.


Well my version already have that???? I have that code above that line both instances???


There may be some further differences. I'll have the next version out real soon.






0 user(s) are reading this issue

0 members, 0 guests, 0 anonymous users