All questions about EDocman extension

Category and Document Description

  • Daniel Hargreaves
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 5 months ago #90108 by Daniel Hargreaves
Category and Document Description was created by Daniel Hargreaves
Is there a way to turn off the Document Description (or Short Description) in the Category view?

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

More
8 years 5 months ago #90148 by Mr. Dam
Replied by Mr. Dam on topic Category and Document Description
Hi,
Edocman doesn't have feature to turn off Description in Category view. So that, if you want to turn off Description, you should modify the source code.
Please open file

root > components > com_edocman > view > common > documents_default.php

Find:
Code:
echo $item->short_description;
and remove it.
Good luck
Dam
The following user(s) said Thank You: Daniel Hargreaves

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

  • Daniel Hargreaves
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 5 months ago #90151 by Daniel Hargreaves
Replied by Daniel Hargreaves on topic Category and Document Description
That did it! Thanks

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

Moderators: Mr. Dam