Closed (won't fix)
Project:
Mentions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2010 at 05:32 UTC
Updated:
15 Jan 2015 at 22:37 UTC
Jump to comment: Most recent
Comments
Comment #1
bflora commentedI found a very hacky way to do this:
1. The URL in the "Link" field in the mentions view will include a # if the view item is a comment. Using this, you can theme comment rows a certain way and node rows a different way.
2. The node_load function usually takes a $nid argument, but you can also feed it an a node title to get it to load a node that you don't have a $nid for.
3. To load a comment, you have to manipulate the Link field some more to extract the comment ID so you can feed that into comment_load.
It's a hack, but it works!
Comment #2
decipheredThere is no further Drupal 6 development planed for Mentions. Sorry this issue was never resolved.
P.S., this functionality is available in the Drupal 7 version.