- Posts: 8
- Thank you received: 0
All questions about EDocman extension
Edocman new update !
- franco
- Topic Author
- Offline
- New Member
Less
More
12 years 5 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!
Franco
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!
Franco
The topic has been locked.
- Tuan Pham Ngoc
- Offline
- Administrator
12 years 5 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 :
Regards,
Tuan
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
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.