All questions about EDocman extension

Edocman new update !

  • franco
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 10 months ago #16484 by franco
Edocman new update ! was created by franco
Nice update

is it possible to hide in some way in the Upload form the " Thumbnail upload " ? on the site I'm working on it they asked me to hide it becouse they' re going not to use it at all, the default icons are fine!

It wuold be nice to have also a Date Picker!

Nice combination of Short and Long Description, while the short is displayed in the list the long on is displayed inside the details pop up window!

:cheer:

Franco
The topic has been locked.
More
11 years 10 months ago #16494 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Edocman new update !
Hi Franco

If you want to hide the field, you will need to modify the code. Look at the file components/com_edocman/views/document/views/document/tmpl/edit.php, find the code below and remove it :
Code:
<tr> <td class="edocman_title_col"> <?php echo $this->form->getLabel('image'); ?> </td> <td class="edocman_field_cell"> <?php echo $this->form->getInput('image'); ?> </td> </tr>

Regards,

Tuan
The following user(s) said Thank You: franco
The topic has been locked.
Moderators: Mr. Dam