Posted by NathanSF on December 27, 2011 at 4:59am
6 followers
| Project: | |
| Version: | 7.x-3.0-beta4 |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | Needs backport to 6.x |
Issue Summary
All of the hashtag links in my block have an extra slash, which sends them to a page that doesn't exist on Twitter.
The correct link is:
http://search.twitter.com/search?q=%23twitterfeed
The link is incorrectly given as:
http://search.twitter.com/search?q=%23/twitterfeed
I have the module installed on a D6 site that works fine, however the hashtag links are broken in D7.
Thanks for any info on a possibly fix.
Comments
#1
I do have the same problem. This breaks a big part of the functionality of the twitter module.
#2
I'm not much of a Drupal developer, so I'm not completely sure I got the right part of the module corrected, but at least on my D7 installation, it works with this patch.
Please test and give me feedback.
#3
The patch works for me. Thanks.
#4
that's the ticket. worked for me.
#5
I tested this as well on 7.x-3.0-beta4 and it works.
#6
I applied manually the changes suggested by @widhalmt. It is committed at http://drupalcode.org/project/twitter.git/commitdiff/d0f2f8d
Many thanks to everyone.
PD: for easy application of future patches, please read the Patching guidelines.
#7
Drupal 6 version reviewed. It does not contain the extra slash.
#8
Automatically closed -- issue fixed for 2 weeks with no activity.