All questions about EDocman extension

Translate fields

  • EUROCLIMA+
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 11 months ago #137676 by EUROCLIMA+
Translate fields was created by EUROCLIMA+
Hi everyone,

I need to change these names, but they are not in the languages file

---




Can you help me with this since the language is Spanish and English?

Regards !

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

  • EUROCLIMA+
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 11 months ago #137677 by EUROCLIMA+
Replied by EUROCLIMA+ on topic Translate fields
The label are

Project Name:
Author:
Author Website:
Change Log:
Copyright:
Holding Institution:
Catalogue:
Format value:

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

More
4 years 11 months ago #137687 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Translate fields
They are custom fields of documents in Edocman. To modify titles of those custom fields, please following below steps
1. Using Notepad to open file: root -> administrator -> components -> com_edocman -> model -> forms -> document.xml
2. Find:
Code:
<fields name="params"> <fieldset name="basic"> <field name="project_name" type="text" label="Project Name" size="50" description=""></field> <field name="author" type="text" label="Author" size="50" description=""></field> <field name="author_website" type="text" label="Author Website" size="50" description=""></field> <field name="author_email" type="text" label="Author Email" size="50" description=""></field> <field name="changelog" type="textarea" label="Change Log" description="" rows="3" cols="40"/> <field name="copyright" type="text" label="Copyright" size="50" description=""></field> <field name="holdinginstitution" type="text" label="Holding Institution" size="50" description=""></field> <field name="catalogue" type="text" label="Catalogue" size="50" description=""></field> <field name="formatvalue" type="text" label="Format value" size="50" description=""></field> </fieldset> </fields>

and change value of attribute: label

Good luck
Dam

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

  • EUROCLIMA+
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 11 months ago #137709 by EUROCLIMA+
Replied by EUROCLIMA+ on topic Translate fields
Thanks for you support.








I solved !

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

More
4 years 11 months ago #137737 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Translate fields
Okay
The following user(s) said Thank You: EUROCLIMA+

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

Moderators: Dang Thuc Dam