All questions about EDocman extension

SOLVED !!! Start/End publishing frontend

  • loic omb
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 1 month ago - 7 years 1 month ago #110414 by loic omb
Hi,

My client needs this feature for documents in frontend that can start on a date and also end.

This feature is on backend but they need only on frontend (for their comfort).

Is this possible ?
Attachments:
Last edit: 7 years 1 month ago by Mr. Dam.

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago #110445 by Mr. Dam
Replied by Mr. Dam on topic Start/End publishing frontend
Hi Loic,
Please submit ticket and send your site url with super admin account. I will help you to make the modification to add Start/End publishing dates into Document modification page.
Thanks
Dam

Please Log in or Create an account to join the conversation.

  • loic omb
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 1 month ago #110512 by loic omb
Replied by loic omb on topic Start/End publishing frontend
Thanks for your reply !

It's a website with sensitive informations and none of super admin can be given, sorry :(

There are lot of modifications ?

Maybe can you list them ? (and why not added in future version of EDocman !)

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago #110619 by Mr. Dam
Replied by Mr. Dam on topic Start/End publishing frontend
Hi,
You can open file: root > components > com_edocman > view > document > tmpl > edit.php and simple.php and add below code to show 2 fields Start publishing and End publishing dates.
Code:
<tr> <td class="edocman_title_col"> <?php echo $this->form->getLabel('publish_up'); ?> </td> <td class="edocman_field_cell"> <?php echo $this->form->getInput('publish_up'); ?> </td> </tr> <tr> <td class="edocman_title_col"> <?php echo $this->form->getLabel('publish_down'); ?> </td> <td class="edocman_field_cell"> <?php echo $this->form->getInput('publish_down'); ?> </td> </tr>

Thanks
Dam

Please Log in or Create an account to join the conversation.

  • loic omb
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 1 month ago #110671 by loic omb
Replied by loic omb on topic Start/End publishing frontend
Wonderful !

It's works.

Please Log in or Create an account to join the conversation.

Moderators: Mr. Dam