×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: German Language - Frond- Backend, Docman

German Language - Frond- Backend, Docman 15 years 8 months ago #3004

  • RycoDePsyco
  • RycoDePsyco's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 0
Hello, unfortunately I can not speak English, so I translated with Google.


1.) Does the Frond and Backend for JComment a German language?

2.) Works by Docman JComment also?

thx :unsure:

German Language - Frond- Backend, Docman 15 years 8 months ago #3007

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
We offer a frontend language file. For the backend there is none (but you can translate the english one and share it with the community)

2. Yes we provide a plugin for docman.

German Language - Frond- Backend, Docman 15 years 8 months ago #3011

  • RycoDePsyco
  • RycoDePsyco's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 0
Thank you.
Can you give me the link to the plug type?
Thanks again

German Language - Frond- Backend, Docman 15 years 8 months ago #3012

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Which version of !jocomment are you using?
In 3.26 it is also included, but I believe there was some problems. Search the forum for the updated version.

German Language - Frond- Backend, Docman 15 years 8 months ago #3025

  • RycoDePsyco
  • RycoDePsyco's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 0
Hy,

I use JoComment 4.0

I do not want to be challenging.
But can you link me to search?
Because the search is very difficult for me due to my poor English skills. :blush:

German Language - Frond- Backend, Docman 15 years 8 months ago #3026

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081

German Language - Frond- Backend, Docman 15 years 8 months ago #3036

  • RycoDePsyco
  • RycoDePsyco's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 0
Thanks for the help.

Unfortunately, in Docman no comment boxes? :(
Do I need to adjust something?

Here is a picture...



Other settings are standard.

German Language - Frond- Backend, Docman 15 years 8 months ago #3037

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Yep. You need to edit the docman template file.
/*
 * include the following instructions :
 
<!-- START joomlacomment INSERT -->
<div class="dm_description" style="text-align:right;">
<?php
	global $option;
	require_once(JPATH_SITE."/administrator/components/com_comment/plugin/$option/josc_com_docman_item.php");
?>
</div>
<!-- END OF joomlacomment INSERT -->
 
 * 	at the end of the following file :
 *	components/com_docman/themes/.../templates/documents/list_item.tpl.php
 *
 *  HTML part of the code can be changed ! according to the theme...
 */

and
/*
 * include the following instructions :
 
<!-- START joomlacomment INSERT -->
<div style="float:left;" align="left">
<?php
	global $option;
	require_once(JPATH_SITE."/administrator/components/com_comment/plugin/$option/josc_com_docman_doc.php");
?>
</div>
<div class="clr"></div>
<!-- END OF joomlacomment INSERT -->
 
 * 	at the end of the following file :
 *	components/com_docman/themes/.../templates/documents/document.tpl.php
 *
 * HTML part of the code can be changed ! according to the theme...
 */

German Language - Frond- Backend, Docman 15 years 8 months ago #3038

  • RycoDePsyco
  • RycoDePsyco's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 0
Can you tell me where I must insert the code?

There are a lot of PHP files.

/components/com_docman/themes/default/templates ??? :huh:

German Language - Frond- Backend, Docman 15 years 8 months ago #3039

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
read again everything is in the post:

* at the end of the following file :
* components/com_docman/themes/.../templates/documents/list_item.tpl.php

and ... (search the post for the secode file).

German Language - Frond- Backend, Docman 15 years 8 months ago #3040

  • RycoDePsyco
  • RycoDePsyco's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 0
/*
* include the following instructions :

<!-- START joomlacomment INSERT -->
<div class="dm_description" style="text-align:right;">
<?php
global $option;
require_once(JPATH_SITE."/administrator/components/com_comment/plugin/$option/josc_com_docman_item.php");
?>
</div>
<!-- END OF joomlacomment INSERT -->

* at the end of the following file :
* components/com_docman/themes/.../templates/documents/list_item.tpl.php
*
* HTML part of the code can be changed ! according to the theme...
*/



and



/*
* include the following instructions :

<!-- START joomlacomment INSERT -->
<div style="float:left;" align="left">
<?php
global $option;
require_once(JPATH_SITE."/administrator/components/com_comment/plugin/$option/josc_com_docman_doc.php");
?>
</div>
<div class="clr"></div>
<!-- END OF joomlacomment INSERT -->

* at the end of the following file :
* components/com_docman/themes/.../templates/documents/document.tpl.php
*
* HTML part of the code can be changed ! according to the theme...
*/




Sorry, had a comment about reading.
Unfortunately, it still does not.

I have the code each (list_item.tpl.php, document.tpl.php) at the bottom without success inserted


Here my Homepage: http://custommaps.de/index.php?option=com_docman&Itemid=2

German Language - Frond- Backend, Docman 15 years 8 months ago #3041

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hm, may I get super admin access to your web site?

German Language - Frond- Backend, Docman 15 years 8 months ago #3045

  • RycoDePsyco
  • RycoDePsyco's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 0
Hy.
Are there no other way?

Maybe I send you the files I had changed.
The backend settings, I can send you per picture.

German Language - Frond- Backend, Docman 15 years 8 months ago #3046

  • RycoDePsyco
  • RycoDePsyco's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 0
Here File tpl.zip

German Language - Frond- Backend, Docman 15 years 8 months ago #3055

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
No, I need access to your installation because I need to know if the necessary files get included. Is this then such a big problem? We can make a teamviewer session if you are afraid that I will delete all your users, will steall your bank data and delete all the content on your site.

German Language - Frond- Backend, Docman 15 years 8 months ago #3189

  • RycoDePsyco
  • RycoDePsyco's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 0
See Message

German Language - Frond- Backend, Docman 15 years 8 months ago #3191

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey there! How was you expecting to see the comment form if all categories were excluded?

Moin, moin! Wenn alles Kategorien auf excluded gesetzt sind, dann ist es doch selbstverständlich, dass du auch keine Kommentarform sehen wirst :)
Gruß und viel Spaß mit !joomlacomment,
Daniel

German Language - Frond- Backend, Docman 15 years 8 months ago #3193

  • RycoDePsyco
  • RycoDePsyco's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 0
Thanks :woohoo:

So it looks if i can not speak English. ^ ^

It is missing just a German Backend. :dry:

Unfortunately, I now know what the error was, but I do not know where you've changed it.

Moreover, I have noticed that in every folder every first download only a comment field, from the second no more.

Why?
Embedded code incorrectly?

German Language - Frond- Backend, Docman 15 years 8 months ago #3194

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
What I have changed?
backend -> joomlacomment-> other component settings -> docman -> changed from exclude to include categories.


I don't understand this "Moreover, I have noticed that in every folder every first download only a comment field, from the second no more."

custommaps.de/index.php?option=com_docma...ails&gid=18&Itemid=2
custommaps.de/index.php?option=com_docma...ails&gid=21&Itemid=2

Du kannst auch auf deutsch antworten, wenn du willst :)

German Language - Frond- Backend, Docman 15 years 8 months ago #3195

  • RycoDePsyco
  • RycoDePsyco's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 0
Daniel Dimitrov wrote:


Du kannst auch auf deutsch antworten, wenn du willst :)


Warum sagst du das nicht gleich. lol :laugh:


Ich schrieb, es wäre sehr schön dass das Backend auch in Deutscher Sprache geben würde, dann könnte ich lesen was ich tun muss. So ist es für mich sehr schwierig wie du siehst. :dry:

--> Ich habe geschrieben, das nur der jeweils erste Download ein Kommentarfeld hat, der zweite nicht mehr.

Siehe: http://custommaps.de/index.php?option=com_docman&task=cat_view&gid=24&Itemid=2

Das ist in allen Ordnern so.

Siehe Bild:
  • Page:
  • 1
  • 2
Time to create page: 0.140 seconds