Closed (won't fix)
Project:
Mentions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2010 at 12:12 UTC
Updated:
15 Jan 2015 at 22:39 UTC
Jump to comment: Most recent
The Mentions filter doesn't work with the fairly recent dev release of FB-style status.
When I post a status with a username in it, the @username is converted to a link, and it's even converted to the right one, but the actual text of the link appears as @[user] instead of as @username.
It's very odd. How to fix?
Comments
Comment #1
lordofthelake commentedSame problem. Subscribing.
Comment #2
lordofthelake commentedI've done some debugging and it seems that something is broken in Tokens module, not in Mentions (at least this has been my impression). In any case, it's not a problem with FBSS, with nodes it's just the same.
Since I needed this to be working quickly, my solution has been to simply override the whole function in my theme's
template.phpand bypass Tokens altogether. I'll paste here the code, just in case someone is looking for a quick & dirty solution until this is fixed.Regards,
- M.
Comment #3
bflora commentedLordofthelake! My hero! Works like a charm. Well-played, good sir. Well-played.
Comment #4
decipheredThere is no further Drupal 6 development planed for Mentions. Sorry this issue was never resolved.