joshp23/tt-rss-yourls

Tiny Tiny RSS v21.11-7a52560e4 not loading tt-rss-yourls 2.0.1

Andyt8 opened this issue · 2 comments

I have noticed a strange phenomenon. With Tiny Tiny RSS v21.11 the plugin - although activated - is not loaded and displayed.

At the moment I don't have further information. It seems there has been a change in the plugins mechanics. I had noticed that an update was available for all original plugins.

I got a response from another Tiny Tiny RSS plugin developer. There was the same problem. He did further research and asked fox from Tiny Tiny RSS. TT-RSS has now some check for the result code included...

However, on line 51 you need to change the following:

  $rv = '<img id="yourlsImgId" src="plugins.local/yourls/yourls.png"
  	class="tagsPic" style="cursor : pointer"
  	onclick="shareArticleToYourls($article_id)"
  	title="'.__('Send article to Yourls').'" />';

after that, the plugin work again.

There was some further change necessary. I tried to create a Pull request with all changes. $rv and $article_id are no longer required. I didn't changed version number or similar.