Active
Project:
Flexible Blogs
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2010 at 11:18 UTC
Updated:
8 Nov 2010 at 07:41 UTC
It would be nice to have the possibilty to set a nickname instead of having the authors-Name in the blog.
Comments
Comment #1
David_Rothstein commentedDoesn't really sound like something this module should deal with, on a first glance. This is intended to be a lightweight module, and maintaining and storing nicknames would be a lot of overhead.
The core blog module already outputs usernames with the format_username() function, which allows the displayed username to easily be altered by contrib modules.
So it should be possible to write some generic module which allows nicknames to be chosen for users; and if that ever happens the nickname would automatically be used for the users' blogs as well.
Comment #2
teiko commentedThanks for the fast reply and the link.
I'll have a look and try to find another way to solve defiance;)
Greetings Chris