Posted by digemall on January 12, 2009 at 8:10pm
| Project: | Tribune |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
I'm using dev version because PrivateMsg problem was fixed.
Using previous versions Tribune Module works well and shows correctly the realname instead of username in chat entry.
But with the development version chat entries show username.
I don't know if it's a real bug and if it's a tribune or realname problem... anyway I've reported this problem.
PS
Thx for this module :)
Comments
#1
If that developer will switch to
theme('username', ...)the problem will go away.#2
Reassigning to Tribune.
#3
theme_username gives a link, and I don't want that, it also does a check_plain while I need the <i>, <b> and a fews other tags to pass through, and it would need a user_load() call for every displayed post, that's a bit much.
As I see it, the way to do that would be to override the 'post_username' theme function.
#4
No, it no longer does any user_loads, at least in RealName; there is a possibility that a fast query will be executed on the first occurrence of a name, but it will then be statically cached. As for passing the links, the newest -dev can be told to not create a link. If you give me a good idea of what tags you want, we can work out a way to accommodate that.
#5
Hi,
Sorry i'm writting one year and a half after but this is interesting me.
I'm using realname and tribune and i want to display the realname instead of username.
Do you have any solution for this?
Many many many thanks for your help!
Greg
#6
I had the same problem (I opened this issue indeed, eh eh ) and I fixed it through a simple module (I did it by myself).
Actually, this module can enable Realname override not only for Tribune module, but also for Quote module.
Usage:
Once you enable the module, you will find the menu entry "Realname Extension" under Administration / User Management.
Click on it, then just check the option: "Override post username in tribune", save configuration and... job's done ;)
Hope this help.