BabDev / Tweet-Display-Back

Tweet Display Back is a module for Joomla! that allows users to display a user or list feed from Twitter on their site.
http://www.babdev.com/extensions/tweet-display-back
7 stars 7 forks source link

Hashtag links not working properly #75

Closed controlb closed 11 years ago

controlb commented 11 years ago

A very little fix for the next version; the search URL in currently line 876 of helper.php needs a %23 added to make the search hashtag specific, rather than a general word search.

e.g. search?q=%23 . $hashtag->text . '" ...