noplanman
Forum Replies Created
-
Forum: Plugins
In reply to: [WP to diaspora] Auto-post by defaultHi @wpguillaume
You can find the default settings at “WP Admin > Settings > WP to diaspora*”.
Those are be used by default, allowing overrides on a per-post basis.
Forum: Reviews
In reply to: [WP-OTP] Nice Work good pluginThanks for reporting @mydeenferozkhan, nice catch!
This has been fixed in version 0.4.1, give it a try.
(Please let me know what would make it 5 stars)
- This reply was modified 5 years, 4 months ago by noplanman.
Forum: Plugins
In reply to: [WP to diaspora] WP to diaspora post twiceAh, I see! Will need to look into the double posting issue.
I think part of the problem might also be how Gutenberg handles post saves.
Thanks for reporting this, I’ll create a new issue on GitHub and close here.
Forum: Plugins
In reply to: [WP to diaspora] WP to diaspora post twiceHi @mouarfff
I’ve tried to post with the plugins you’ve listed and don’t experience the double posting, everything works perfectly, posting to diaspora and Mastodon.
What instance on Mastodon are you on?Is there anything else you can tell me about your setup?
Do you schedule the posts? Do they contain tags?Hope we can get this sorted =)
Armando
Forum: Plugins
In reply to: [WP to diaspora] WP to diaspora post twiceHi @mouarfff
Please let me know what version of WordPress you’re using and what diaspora* pod you’re on.
Also, if you can share the list of plugins you’re using, that would be perfect. Sometimes other plugins interfere with the posting, so there may be an issue there.
Armando
- This reply was modified 5 years, 8 months ago by noplanman.
Forum: Plugins
In reply to: [WP to diaspora] Plugin Stopped Working on WP Version 5.03Ok, thanks a lot!
Forum: Plugins
In reply to: [WP to diaspora] Plugin Stopped Working on WP Version 5.03May I ask from which WP version you updated from?
I’d really like to get to the bottom of this, because clearly something vital has been changed in WP that affects the WP2D credential safe.
Forum: Plugins
In reply to: [WP to diaspora] Plugin Stopped Working on WP Version 5.03@rclinton Great to hear!
Did you by any chance change your WordPress salts?
That invalidates the saved password, which gets encrypted using AUTH_KEY.The next version of the plugin will improve on this, yaay!!
If you don’t know what I’m talking about, don’t worry about it ??
Forum: Plugins
In reply to: [WP to diaspora] Plugin Stopped Working on WP Version 5.03Hi @rclinton
Could you give us some extra info about your setup please?
It’s possible that another plugin is interfering with the posting.– What is your pod?
– What other plugins do you have installed?Also, you can try to re-enter and save your diaspora credentials on the settings page, just in case.
Does the settings page show that the connection to your pod was successful?
Armando
Forum: Plugins
In reply to: [WP to diaspora] modifying the salt key prevents the plugin from workingHi again @paidge
Excuse the delay. After discussing with the original plugin author, a possible solution could be to introduce a dedicated encryption key that can be set in
wp-config.php
(e.g.WP2D_ENC_KEY
). Then you could freely change your salts without any problems.
Would this work for you?Thing is, using the
AUTH_KEY
for data encryption is the standard procedure and changing the salts *should* make all there-with encrypted data inaccessible, for security reasons.Of course the situation you are talking about is an exception, so we’d like to support that!
Forum: Plugins
In reply to: [WP to diaspora] Twice with Gutenberg@fethomm I can’t seem to reproduce this :-/
So it’s probably a matter of plugin configurations, which I obviously can’t fully mimic.Is it possible for you to check which other plugin might be causing the issue by disabling one-by-one until the duplicate posting doesn’t occur any more?
Best would be to make a separate diaspora account to test with, not to spam your live account.
Sorry I don’t have a better answer at the moment, but these things can be very difficult to debug.
Forum: Plugins
In reply to: [WP-OTP] Use in FrontEndHi @ibiglari
I have created a new entry on the issue tracker here:
https://git.feneas.org/noplanman/wp-otp/issues/14May I ask your exact use-case for this?
As it is now, you’d have to code your own shortcode, making use of the
Wp_Otp_User_Meta
class, which is a singleton and easy to use.Forum: Plugins
In reply to: [WP to diaspora] Twice with GutenbergStrange, didn’t get that message and it’s not in the thread here either ??
Anyway, I’ll see what I can do with the plugins you have and hopefully I can reproduce this and get it fixed! ??
Forum: Plugins
In reply to: [WP to diaspora] Twice with Gutenberg@fethomm I need more info about your setup, as I can’t reproduce the double-posting on my install.
What pod are you posting to?
What version of WP?
What other plugins do you have installed?Forum: Plugins
In reply to: [WP to diaspora] Twice with Gutenberg@fethomm Are you still experiencing this?