Topic: New idea

New idea from filemanager.

<td>
<?php 
  echo '<img src="'.$site_url.'public' . DS .$path.$file.'" style="width:100px; height:80px; margin:5px;"  title="'.$file.'"/>';
  echo Html::anchor(File::name($file), $site_url.'public' . DS .$path.$file, array('target'=>'_blank'));
?>
</td>

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

Re: New idea


I think image preview was you better idea) Because here we will have empty rows. FileManager shows all files types...

Monstra Loves You! Give some love back!

Re: New idea

ah ok thanks

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

4 (edited by nakome 2012-09-28 22:39:54)

Re: New idea

And to put an image in case of not being an image?

Example:

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

Re: New idea

When will you publish this plugin ? smile