Support Home Page › Forums › Joomla Software › Easy Folder Listing Module › fixed column widths This topic has 0 replies, 1 voice, and was last updated 9 years, 2 months ago by sscanlan. Viewing 1 post (of 1 total) Author Posts June 26, 2015 at 3:42 pm #810 sscanlanParticipant Hi Michael, I have successfully edited helper.php to show long-format dates as follows: public static function formatDate(&$params, $mtime)<br /> {<br /> $datetime = date('F j, Y', $mtime);<br /> <br /> if ($params->get('efl_time') == "yes")<br /> {<br /> $datetime = date('F j, Y H:i:s', $mtime);<br /> }<br /> <br /> return $datetime;<br /> } 1234567891011 public static function formatDate(&$params, $mtime)<br />{<br />$datetime = date('F j, Y', $mtime);<br /><br />if ($params->get('efl_time') == "yes")<br />{<br />$datetime = date('F j, Y H:i:s', $mtime);<br />}<br /><br />return $datetime;<br />} Very nice. Now I’m wondering how to “fix” the column widths such that they are equal. I came across a post that talked about the “filename” column being set at 2x the “other columns”. I’m not sure where this setting exists. Can you point me in a direction? Thanks, -Shawn Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In