Project:Activity Stream
Version:6.x-1.0-rc2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

On twitter activity stream items, the links to #xxxxx links through with a trailing /.

On 6.x-1.0-rc2 it currently links to hasthags.org rather than twitter search.
On 6.x-2.dev it links to twitter search but carries over a trailing / which renders the search useless.

If using rc2:
Go into activitystream_twitter.module and change the line:

to

If using dev version
Go into activitystream_twitter.module and change the line:

to

now all #xxx links in twitter items link to a twitter search for that #xxx.

hope that's helpful for some people.

Comments

#1

I can't seem to edit so I'll try that again:

On twitter activity stream items, the links to #xxxxx links through with a trailing /.

On 6.x-1.0-rc2 it currently links to hasthags.org rather than twitter search.
On 6.x-2.dev it links to twitter search but carries over a trailing / which renders the search useless.

If using rc2:
Go into activitystream_twitter.module and change the link:
<a href="http://hashtags.org/tag/\\1/">
to
<a href="http://search.twitter.com/search?q=%23\\1">

If using dev version
Go into activitystream_twitter.module and change the link:
<a href="http://search.twitter.com/search?q=%23\\1/">
to
<a href="http://search.twitter.com/search?q=%23\\1">

now all #xxx links in twitter items link to a twitter search for that #xxx.

hope that's helpful for some people.

#2

Status:active» fixed

Fixed in CVS rev 1.2.2.6

#3

Status:fixed» closed (fixed)

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

nobody click here