From: SourceForge.net <no...@so...> - 2008-07-02 00:46:20
|
/mod/article item #2008368, was opened at 2008-07-02 02:46 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None Priority: 5 Private: No Submitted By: Tom Diesel (idot) Assigned to: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681146&aid=2008368&group_id=81360 |