Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Andyt8 opened this issue Nov 23, 2021 · 2 comments
Open

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

Andyt8 opened this issue Nov 23, 2021 · 2 comments

Comments

@Andyt8
Copy link

Andyt8 commented Nov 23, 2021

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.

@Andyt8
Copy link
Author

Andyt8 commented Jan 21, 2022

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.

@Andyt8
Copy link
Author

Andyt8 commented Jan 25, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant