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

MOD_TWEETDISPLAYBACK_RETWEETED #62

Closed localgalaxy closed 11 years ago

localgalaxy commented 11 years ago

I have set retweets to NO and yet I too have retweets showing on user feed and it also displays the unsightly text, "MOD_TWEETDISPLAYBACK_RETWEETED" right before the date.

thank you.

mbabker commented 11 years ago

I have to do some refactoring to fix the retweet processing. Follow #59 for that. To sum up, the Twitter API used to do it, now it doesn't, so I need to do it now.

As for the text, it sounds as though the language file may be corrupt. Try re-installing the extension.

trekracer commented 11 years ago

This is affecting my website too, and I had to turn off the modules for now. Here's another vote to filter the retweets.

Thank you for your continued good work!

mbabker commented 11 years ago

Oddly enough, the documentation still indicates the param to filter retweets via the API is still there. Nonetheless, I've committed code to break the API dependency and manually filter out retweets. This will be in the next release.