Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Question [Gelöst] Problem: Namen unveränderbar machen

More
15 years 2 months ago - 15 years 2 months ago #1 by Brucklyn
Hallo Zusammen,

Wie kann ich Einstellen das der User seinen echten Namen nicht mehr ändern kann?

Vielen Dank
Last edit: 15 years 2 months ago by Lintzy. Reason: [Gelöst] Problem: Namen unveränderbar machen

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

More
15 years 2 months ago #2 by Lintzy
Replied by Lintzy on topic Re:Problem
Joomla Backend - Komponenten - Kunena Forum -> Konfiguration

ganz nach unten Scrollen

Erlauben, den Benutzernamen zu ändern NEIN Dem Benutzer erlauben seinen Benutzernamen über seine Profileinstellungen zu ändern

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

More
15 years 2 months ago #3 by Brucklyn
Replied by Brucklyn on topic Re:Problem
Ja die Option habe ich schon gefunden die ist für den Benutzernamen ich suche aber die Option für den Richtigen Namen

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

More
15 years 2 months ago - 15 years 2 months ago #4 by Lintzy
Replied by Lintzy on topic Re:Problem
Sorry, mein Fehler.

Musst du in der Datei myprofile_userdetails_form.php (components/com_kunena/template/default/plugin/myprofile) einfach die Tabellenreihe auskommentieren mit <!-- -->:

Zeile 197-204 (rot markiert)

<!-- <tr>
<td><?php echo _KUNENA_YOUR_NAME; ?> </td>

<td><input class = "inputbox" type = "text" name = "name" value = "<?php echo $row->name;?>" size = "40"/></td>

</tr>

<tr> -->

Last edit: 15 years 2 months ago by Lintzy.

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

More
15 years 2 months ago #5 by Brucklyn
Replied by Brucklyn on topic Re:Problem
Danke schön

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

More
15 years 2 months ago - 15 years 2 months ago #6 by Lintzy
Noch besser ist natürlich folgende Lösung (bin heut zu schnell -.-)

Zeile 200 ändern von

<td><input class = "inputbox" type = "text" name = "name" value = "<?php echo $row->name;?>" size = "40"/></td>

in:
<td><?php echo $row->name;?></td>

Dann wird der Name nicht ausgeblendet, sondern noch angezeigt, kann aber nicht verändert werden. Ist sicher die elegantere Lösung (ich mach mir erst mal einen Kaffee :woohoo: )
Last edit: 15 years 2 months ago by Lintzy.

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

More
15 years 2 months ago #7 by Brucklyn
Ja hat super geklappt :)

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

Time to create page: 0.510 seconds