Closed (won't fix)
Project:
Drupal Commons
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2011 at 08:55 UTC
Updated:
5 Mar 2014 at 00:45 UTC
Jump to comment: Most recent
Comments
Comment #1
lightsurge commentedI adapted a neat little solution here #287812: Provide a "Content: Read more link" field to make a 'Read full post' link display on nodes that have further body content to view, and re-used the 'subscribe' css class to make the link appear like the 'join' and 'request to join' links in the group directory.
<a href="[path]">Read full post»</a><div class="views-field-subscribe"><span class="[phpcode]"> [path]</span></div>.hidden { visibility: hidden; }Looks good to me.
Comment #2
ezra-g commentedThanks for the suggestion - Marking as normal priority.
My sense is this would be best implemented without adding an additional contributed module. However, any solution can be moved along faster with a patch :).
Comment #3
japerryCleaning up the queue. No longer applicable in 7.x-3.x and we're not fixing non-security bugs in commons 6.x-2.x