spacebase / spacebasenz

Website for SpaceBase New Zealand
http://dev-spacebasenz.pantheonsite.io/
GNU General Public License v2.0
0 stars 0 forks source link

Display Full Name instead of username in News Article View #281

Closed treasuretron closed 4 years ago

treasuretron commented 4 years ago

In GitLab by @epaatdahlstrom on Oct 25, 2018, 16:56

I've created 3 news posts in the News posts. However under "Author" field, it only accepts those on the drop down menu. Somehow I am associated with "SpaceEmeline" or "emeline". Can this be changed to my full name "Emeline Paat-Dahlstrom" and if so, how can I change it?

Screenshot_2018-10-26_09.51.42

Screenshot_2018-10-26_09.35.31

treasuretron commented 4 years ago

In GitLab by @richbodo on Oct 25, 2018, 18:06

changed title from {-Authors field in News Article Content-} to {+Display Full Name instead of username in News Article View+}

treasuretron commented 4 years ago

In GitLab by @jayelless on Nov 12, 2018, 19:27

marked this issue as related to #279

treasuretron commented 4 years ago

In GitLab by @richbodo on Nov 29, 2018, 16:47

assigned to @jayelless

treasuretron commented 4 years ago

In GitLab by @jayelless on Dec 2, 2018, 17:23

mentioned in commit 599d35ef4d653912186b8c8665fa5c6e091c754b

treasuretron commented 4 years ago

In GitLab by @jayelless on Dec 2, 2018, 17:24

I have used the new custom field formatter prepared for issue #258 to display the proper name of the news article author in the view generating the news page.

treasuretron commented 4 years ago

In GitLab by @jayelless on Dec 2, 2018, 17:29

@epaatdahlstrom : the author field you are working with is an auto-complete field, rather than a drop down type. This means that it will display a list of possible matches from the database using the first few characters you type (which can occur anywhere in the suggestion). Currently you need to start typing a username, as that is what is being auto-matched. However, it is a relatively straight forward update to have the auto-matching done on the first and/or last name values instead. Please raise a new issue if you would like that update implemented.

treasuretron commented 4 years ago

In GitLab by @jayelless on Dec 2, 2018, 17:31

mentioned in merge request !238

treasuretron commented 4 years ago

In GitLab by @jayelless on Dec 4, 2018, 16:02

Should be able to use the same solution suggested by @thomasmurphy for issue #258 of creating a new display mode that contains only the user's full name and then render the entity.

treasuretron commented 4 years ago

In GitLab by @epaatdahlstrom on Dec 4, 2018, 16:08

Thanks. I created the new issue as you recommended.

treasuretron commented 4 years ago

In GitLab by @jayelless on Dec 5, 2018, 17:43

mentioned in commit c4e062448f6fee198909db9fcc7f5bda3b27c959

treasuretron commented 4 years ago

In GitLab by @jayelless on Dec 5, 2018, 17:43

mentioned in commit fe947f50386a393f1ebeb320998553d5cfc483ed

treasuretron commented 4 years ago

In GitLab by @jayelless on Dec 5, 2018, 17:45

I have created a "full name" display mode for users that utilises a display suite full name field, and used that display mode in rendered entity outputs where the author name is shown on a news article.

treasuretron commented 4 years ago

In GitLab by @jayelless on Dec 5, 2018, 17:50

mentioned in merge request !237

treasuretron commented 4 years ago

In GitLab by @jayelless on Dec 10, 2018, 20:49

closed

treasuretron commented 4 years ago

In GitLab by @thomasmurphy on Dec 12, 2018, 19:31

mentioned in commit 13a88f162356f1199fcfebc73cfc17cfef3c8dfa

treasuretron commented 4 years ago

In GitLab by @thomasmurphy on Dec 12, 2018, 20:20

mentioned in merge request !247

treasuretron commented 4 years ago

In GitLab by @jayelless on Dec 12, 2018, 23:57

mentioned in commit 22f1e917d1ed3664f20381a29e5327a112e97e49

treasuretron commented 4 years ago

In GitLab by @thomasmurphy on Dec 13, 2018, 00:21

mentioned in commit 4db9f691558f72d8a35c3f35590c1e35cc1c5944

treasuretron commented 4 years ago

In GitLab by @thomasmurphy on Dec 13, 2018, 22:48

mentioned in merge request !250

treasuretron commented 4 years ago

In GitLab by @thomasmurphy on Dec 16, 2018, 22:06

mentioned in commit 5812ff57c26a5a3c5ed8b08ac48d5641a11271f7