Hi

Thanks for the module appreciate the work put in.

I updated to 6.x-1.x-dev from 6.x-1.4 to overcome the issue of link titles/tool tips within the Follow block not displaying correctly.

However rather than the block title now display Follow [Username] On: it displays Follow Anonymous On:

Any suggestions as to why the upgrade is no longer picking up the Username?

Comments

dpatte’s picture

I started getting this same problem after upgrading from 1.4 to 1.5

I changed one line in follow_link_title()
from
return t('Follow !name on', array('!name' => theme('username', array('account' => $account))));
back to
return t('Follow !name on', array('!name' => theme('username', $account)));
as it was in 1.4 and it seems to be put in the name now, but i'm not sure if its my theme or what because its now presented as three separate lines....
Follow
[Username]
On

edit: the three separate lines problem I see seems to be a problem with 'collapsiblock module'. When I dont make the block collapsible, the change documented here seems to work fine. The 'Follow [Username] On' displays correctly as a single line.

q0rban’s picture

Ah, thanks for the insight into this, dpatte! That makes sense, I'll investigate now.

q0rban’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.