All questions about EDocman extension

Content element files for Edocman

More
9 years 11 months ago #45471 by Ivan
Content element files for Edocman was created by Ivan
I searched forum and saw those files were promised to be prepared for Edocman.
Is there any place I can get them?

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

More
9 years 11 months ago #45494 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Content element files for Edocman
We should have it for you on Monday (maybe tomorrow if we can arrange a time to work on it).

Tuan
The following user(s) said Thank You: Ivan

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

More
9 years 11 months ago #45573 by Ivan
Replied by Ivan on topic Content element files for Edocman
Hope you meant this Monday? :-)

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

More
9 years 11 months ago #45590 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Content element files for Edocman
Yeah but I missed it. Will work on it on tomorrow and have it available for you. You will have it ready in less than 24 hours from now !

Regards,

Tuan

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

More
9 years 11 months ago #45667 by Ivan
Replied by Ivan on topic Content element files for Edocman
Any progress?

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

More
9 years 11 months ago #45668 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Content element files for Edocman
You can get it here.

Tuan
Attachments:

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

More
9 years 11 months ago #45670 by Ivan
Replied by Ivan on topic Content element files for Edocman
Great, thanks!
I tried it and it mostly works, but there are some problems.
Looks like only one field should be of type titletext, so alias field type should be changed to just text:
Code:
<?xml version="1.0" ?> <joomfish type="contentelement"> <name>Edocman Document</name> <author>Tuan Pham Ngoc</author> <copyright>www.joomdonation.com</copyright> <version>1.0</version> <description>Definition for Edocman Autos Documents</description> <reference> <table name="edocman_documents"> <field type="referenceid" name="id" translate="0">ID</field> <field type="titletext" name="title" translate="1">Category Name</field> <field type="text" name="alias" translate="1">Alias</field> <field type="htmltext" name="description" translate="1">Description</field> <field type="htmltext" name="metakey" translate="1">Meta Key</field> <field type="htmltext" name="metadesc" translate="1">Meta Desc</field> </table> </reference> </joomfish> <?xml version="1.0" ?> <joomfish type="contentelement"> <name>Edocman Categories</name> <author>Tuan Pham Ngoc</author> <copyright>www.joomdonation.com</copyright> <version>1.0</version> <description>Definition for Edocman Autos Categories</description> <reference> <table name="edocman_categories"> <field type="referenceid" name="id" translate="0">ID</field> <field type="titletext" name="title" translate="1">Category Name</field> <field type="text" name="alias" translate="1">Alias</field> <field type="htmltext" name="description" translate="1">Description</field> <field type="htmltext" name="metakey" translate="1">Meta Key</field> <field type="htmltext" name="metadesc" translate="1">Meta Desc</field> </table> </reference> </joomfish>

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

More
9 years 11 months ago #45690 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Content element files for Edocman
Hi Ivan

To be honest, I haven't worked with Joomfish for few years, so I don't remember about it now. EDocman just support Joomla core multilingual, we don't provide offical support for Joomfish yet.

Hope you will be able to correct it for yourself. If you cannot, I will try to look at it myself next week (this one was created by my dev).

Tuan

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

More
9 years 11 months ago #45692 by Ivan
Replied by Ivan on topic Content element files for Edocman
Hi, I have already installed your files and they are fine (after those small patches I proposed).

There might be some changes in case of filenames are also need to be translated, I will try it later and post results here

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

More
9 years 11 months ago #45694 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Content element files for Edocman
Great. Thanks Ivan !

Tuan

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

Moderators: Mr. Dam