contao / docs-archive

Contao Documentation
https://docs.contao.org/
Other
42 stars 76 forks source link

Add descriptions for "page::*" and "user::*" #436

Closed lionel-m closed 7 years ago

lionel-m commented 7 years ago

See issue #389

lionel-m commented 7 years ago

@aschempp and @Aybee : Does it solve the ticket #389 ?

lionel-m commented 7 years ago

I need the German translation for {{user::*}} please

Aybee commented 7 years ago

Yes this will solve ticket #389, thank you. But I thnk it had to be table tl_member. Am I right?

EN

+  <td><code>{{user::*}}</code></td>
+  <td>This tag will be replaced with the content of a field in the table `tl_member`
+      in relation to the current member. (replace * with the name of the field).</td>
+</tr>
+<tr>

DE

+  <td><code>{{user::*}}</code></td>
+  <td>Dieses Tag wird mit dem Inhalt eines Feldes von `tl_member` des angemeldeten
+      Mitglieds ersetzt (ersetzen Sie * mit dem Feldnamen).</td>
+</tr>
+<tr>
``
lionel-m commented 7 years ago

You are right and thx for the translation.

We can also change the term "User" with "Front end user" it would be more understandable...

Front end user properties

The following insert tags allow you to display any property of the currently logged in front end user.

etc.

WDYT?

Aybee commented 7 years ago

Maybe we should use "member" instead of "front end user" as "member" is the term in back end.

I think in german translation we also should change "angemeldeten Benutzers", which means "logged in user" to "angemeldeten Mitglieds", which means "logged in member" for whole text regarding {{user::xxx}}.

Also the headline "Benutzereigenschaften" should be changed to "Mitgliedereingenschaften" as in Contao we have Members (Mitglieder) and Users (Benutzer) in the Accont manager (Benutzerverwaltung) in back end.

lionel-m commented 7 years ago

@Aybee I created a new PR for that: #436.

I agree but I added the term "front end user" once in the paragraph to avoid a confusion after with the prefix {{user::...

Aybee commented 7 years ago

Looks good to me. Thank you 👍

aschempp commented 7 years ago

Thanks a lot!

lionel-m commented 7 years ago

@aschempp #436 and #437 are not in the 4.2 branch and master.

aschempp commented 7 years ago

Done 😊

lionel-m commented 7 years ago

👍