Author Topic: Display name  (Read 7330 times)

Offline naitro

  • Newbie
  • *
  • Posts: 4
Display name
« on: August 27, 2009, 08:36:43 AM »
Hi,

Someone can tell me, from what parameter catch the app the "Display Name" that appear on "Sender" name ?

My Roundcube catch automatically the username (" username ") for the Display Name, and i want to the app select the Complet Name.

My application connec to local host, on a Courier IMAP server, that get data from a local LDAP server.

Thx & regards.

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
Display name
« Reply #1 on: August 27, 2009, 09:31:53 AM »
Go to Personal Settings > Identities and modify the settings for the identitiy. By default the username is used for Display Name.
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline naitro

  • Newbie
  • *
  • Posts: 4
Display name
« Reply #2 on: August 28, 2009, 01:31:47 AM »
Thx Julius Caesar .. but , there are not possible change the parameter on the code, manually, to get another Display Name ?

My webmail users, are not very friendly with the technology .. hehe

Regards.

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
Display name
« Reply #3 on: August 28, 2009, 05:07:09 AM »
The display named is also stored in the mysql table "identities" in the column "name". Maybe you can create an sql query to update that information from another source.
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
Display name
« Reply #4 on: August 28, 2009, 05:21:06 AM »
check out version 0.3 with the plugin API, there is a plugin /trunk/roundcubemail/plugins/new_user_identity/new_user_identity.php ? RoundCube Webmail which might do what your want or could be modded to do it.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline MadCoke

  • Newbie
  • *
  • Posts: 3
Display name
« Reply #5 on: September 02, 2009, 12:26:09 AM »
I'm not sure if it's the same thing that I'm looking for, I would like the users full name (first and surname) to show on the main page. I have managed to get the "username" but I can't find out how to get the "real" name.

/Dan

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
Display name
« Reply #6 on: September 02, 2009, 05:15:56 AM »
Quote from: MadCoke;20888
I'm not sure if it's the same thing that I'm looking for, I would like the users full name (first and surname) to show on the main page. I have managed to get the "username" but I can't find out how to get the "real" name.

/Dan


You can use the RC object: to display the named used in the the field "Display Name" from the identities.
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline MadCoke

  • Newbie
  • *
  • Posts: 3
Display name
« Reply #7 on: September 02, 2009, 07:08:51 AM »
Quote from: Julius Caesar;20891
You can use the RC object: to display the named used in the the field "Display Name" from the identities.
I already managed to do that but it shows the users login name (testuser@test.com not Test User). So I just want firstname and surname, is it possible?

/Dan

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
Display name
« Reply #8 on: September 02, 2009, 07:34:50 AM »
Quote from: MadCoke;20893
I already managed to do that but it shows the users login name (testuser@test.com not Test User). So I just want firstname and surname, is it possible?


Where are the first name and the surname stored?
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline MadCoke

  • Newbie
  • *
  • Posts: 3
Display name
« Reply #9 on: September 03, 2009, 12:08:44 AM »
Quote from: Julius Caesar;20896
Where are the first name and the surname stored?
I'm using a Leopard Server LDAP for the login and adressbook,if it's that you mean.

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
Display name
« Reply #10 on: September 03, 2009, 02:49:56 AM »
Quote from: MadCoke;20905
Quote from: Julius Caesar

Where are the first name and the surname stored?
I'm using a Leopard Server LDAP for the login and adressbook,if it's that you mean.


Then you should be able to use the plugin mention by JohnDoh,  maybe with a few modifications to match your ldap server. With this plugin you can store the firstname and surname in the the field used by .

Please note that this plugin does not update existing users, just new users and this plugin is only available for version 0.3 of RoundCube (or higher).
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he