Any questions about Documents Sellers, post it here .

Document seller

  • joycel
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 9 months ago #3765 by joycel
Document seller was created by joycel
Hi,
How can I edit/remove "Download free document" heading in the free download form?

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

More
13 years 9 months ago #3797 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Document seller
Hi

You can remove the heading by follow these steps :

1. Open the file components/com_dms/views/form/tmpl/default.php

2. Remove the code in line #3 :
Code:
<div class="componentheading"><?php echo JText::_('DMS_DOWNLOAD_FREE_DOCUMENT'); ?></div>

After that, the heading will be removed .

Thanks ,

Tuan

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