Closed (fixed)
Project:
Account menu
Version:
6.x-1.8
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 Feb 2010 at 10:22 UTC
Updated:
20 May 2011 at 07:57 UTC
Is this possible?
If not considerer this as a feature request.
Comments
Comment #1
mattyoung commentedThis is not possible.
Comment #2
anrikun commentedActually it is possible.
If someone is interested, add this code to your custom theme's template.php:
@maintainer: why not adding a default version of this function (accountmenu_preprocess_block) to the module?
Comment #3
anrikun commentedComment #4
mattyoung commentedThanks for the info.
I implemented this. In the accountmenu block configure screen, block title field, you can have the tokens @name and @realname to be replace with user's login name and realname from the realname module.
It's in cvs HEAD, use cvs checkout to get it now or wait for release bot to make a dev release. Give it a try and see if this works well for you.
Comment #5
anrikun commentedSorry for the late feedback.
It works, thanks!
Comment #6
anrikun commentedCan we expect a new official release soon?
Comment #7
Stomper commentedUpdate on release status?
Comment #8
anrikun commentedThis is committed, isn't it? Shouldn't it be marked as fixed then?
Waiting for a new official release, please!
Comment #9
mattyoung commentedI made the 1.8 is release. You can have @name and @realname replacement token in the block title.
Thanks!
Comment #10
anrikun commentedGreat, thanks!