Latest dev removes homepage for registered users from [realname-link], instead it links to the profile
lomz - April 30, 2009 - 07:44
| Project: | RealName |
| Version: | 6.x-1.x-dev |
| Component: | Tokens |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Latest dev removes homepage for registered users from [realname-link], instead it links to the profile.

#1
This is probably because of not using user_load any more. I will have to do some digging.
#2
Looking at the latest dev this might have to do with the newly introduced caching that has separated realname_make_name() into two functions and the $links fetching has been moved to the new function _realname_make_name() while the use of $links remains in realname_make_name()
#3
I have added a probably related issue: #518862: Static cache in realname_make_name() broken in dev