Closed (won't fix)
Project:
Activity Stream
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2009 at 23:18 UTC
Updated:
1 Sep 2012 at 03:03 UTC
It would be very nice if the make links function was a themeing function so that it could be overridden.
In the case where I would like to make the whole tweet body a link, instead of just the pictures or the @'s
function activitystream_twitter_makelinks($text) {
Ive attached a patch.
| Comment | File | Size | Author |
|---|---|---|---|
| activity_stream_twitter.patch | 2.21 KB | kylebrowning |
Comments
Comment #1
kylebrowning commentedComment #2
aaronbauman+1
Comment #3
morbus iff7.x-3.x doesn't offer makelinks as a theme function, but if all you want is "the entire tweet is a link to its entry
on twitter.com", this is possible by fiddling around with the preprocess hooks in a custom module or theme.