Wow... So many messages from you guys. I'll try to answer everything.
hrvoje_hr I discovered today that a lot of my users can't see any WP commenting topics if there are no comments on them
That's actually a feature. By default new discussions don't get the "last reply" relationship set so that creating thousands of discussions for example (as mentioned above), won't render your forum hopepage unreadable. As soon as somebody replies from the Wordpress side, the discussion will have a last reply, and will rise to the top.
This behavior can be changed by setting Set the summary post as the last post of new discussions https://kilowhat.net/flarum/extensions/wordpress#set-the-summary-post-as-the-last-post-of-new-discussions
[deleted] When using the PrettyMail extension, the content is missing from the email
You mean the content of the Wordpress excerpt ? Just like I had to manually fix it for summaries in the frontend, I'd need to create additional logic here as well. Maybe that's what is linked to the error you shared above.
Which extension triggers an email that contains the first post ?
hrvoje_hr Comments from old posts will be gone and stay without any new comment threads. Only new posts will create new comments threads. Users can't comment on old posts
As correctly discussed above, the only way to create the missing discussions is to enable and disable commenting at the moment. If you don't have "set first post as last reply", it shouldn't spam the forum to create thousands of threads as all those new threads will appear at the very bottom of the discussion list until someone replies.
If there's enough interest, I could take a look at what would be necessary to automate the import for new users.
danielunited Bug report: Here, for example, there are 5 comments. But if you go back to the homepage it shows that there are 4 comments in the thread.
I will investigate.
danielunited Suggestion: I think it will be super useful to make the composer/commenting area always visible in the comments iframe
I'll see what I can do. The fixed height and the current iframe layout is a compromise to get everything working. I tried making the height flexible, but Flarum wouldn't play nice with it and the Composer would end up out of screen.
[deleted] I'm using RSS feeds to auto populate the WordPress post tables (via a plugin), but these new posts do not appear in Flarum unless I either
I'll investigate that. My extension uses the post_updated
and post_deleted
Wordpress hooks. post_updated
is always called when you manually create a post because you need to first save it, then publish. I might need to listen to another hook for new posts that are created in a single action.
Littlegolden this premium extension has no public documents on github. . . I don't know where to look for .yml files
Translating premium extensions is something that's not been discussed much until now... I have no problem sharing the english YML files with you. The problem is that on each update I might add or remove strings, and I'd need to send them to translators again. I'd need some way of making that file public, without giving me any extra work to keep it updated. Right now it's in a private GitHub repo with the remaining of the extension source code so I'm not sure what I can do.