• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Implemented Articles author name

Bob

Developer
Staff member
JoyFreak said:
It would be really good if the Author name is separate to the Forum Username as some of us want to have our Forum Names and our Real Names for the articles. Would LOVE to see this implemented or at least a guide on how to do it with some template editing?

Thanks!

With XF 2.2 taking longer than anticipated, I am going to move some of the features I've implemented for AMS 2.2 into AMS 2.1.x (starting with AMS 2.1.13).

This has been Implemented in AMS 2.1.13.

This is permissions based so that you can choose whether you want to allow it or not as well as you can easily monetize it by letting Premium members have Author names where as other users would only get to use the XF username.

Selection_999(003).png

I've added a new Input to the Account Details page titled "Articles author name". This new input is directly above the "About article author" input. This input is varchar 50 (same length as username).

Selection_997.png

This same input is also available in the Admin CP >> Users >> Edit User >> Personal details

Selection_998.png

Here you can see that my article no longer displays the username "Admin", it is displaying my Articles author name "The Olde Zord".

Selection_999.png

The Articles Author name is linked to the XF user account, so as you can see, when hovering over "The Olde Zord", it launches the User Overlay (which is going to display the XF username).

Selection_999(001).png

As you can see below, the ldJsonHtml uses the Articles Author name for the Author Schema Markup instead of the XF username for reporting data to search engines.

Selection_999(002).png

This applies to All layout types (List View, Grid View, Tile View, Article View, Featured Carousel and Articles Carousel) as well as Series and Series Part Macros (series list, series view, series parts)

Author name is tracked via the User Change log.

Selection_999(005).png
 
Upvote 0
This suggestion has been implemented. Votes are no longer accepted.
Back
Top