From: SourceForge.net <no...@so...> - 2008-07-30 06:39:42
|
/mod/article item #2008368, was opened at 2008-07-01 20:46 Message generated for change (Comment added) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681146&aid=2008368&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Tom Diesel (idot) >Assigned to: Eloi George (adarkling) Summary: Images are not converted correctly Initial Comment: 1. Converted images are put into a folder named 'Article Conversion', this folder gets the ftype='0' instead of '1' therefore it is not visible in the Filecabinet! 2. When this folder is created the non-existant function module_created is being called. To make it work I had to add to mod/filecabinet/class/Folder.php: function module_created($module) { $this->module_created = strip_tags($module); } 3. All images must have an entry in the table fc_file_assoc afaics. As the conversion doesn't create those entries no images are displayed in converted articles! Don't know the solution yet. ---------------------------------------------------------------------- >Comment By: Eloi George (adarkling) Date: 2008-07-30 02:39 Message: Logged In: YES user_id=619893 Originator: NO FileCabinet's gone through extensive changes recently. Fixed in the upcoming version 4.1.0 Thanks for finding this bug! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681146&aid=2008368&group_id=81360 |