And what prevents the use of XenWord? Although the author removed it here, he updated it on his site. There are problems with user synchronization, but I managed to solve this problem. Excess garbage removed at last. The plugin works surprisingly no problem. However, the problem of accounting for the latest entries on the statistics widgets has not been resolved. I even had to fix the widget code on the activity of the latest topics. The rest works fine. If we could continue to refine the plugin or create a similar but modified one, there would be no price. Currently, it performs its function and there are no problems, and the author updates it, although not so often. I am supporting him on my resource on behalf of the Russian community. For some reason, no one else is trying to support him, not to localize and not to correct errors, I had to take on this role. Not much has been done, but so far satisfied with the work.
If anyone owns this plugin, I can share my corrections of some functions. A trifle, but nice after all. I do not know much about PHP, but I understand something about this. Therefore, it is difficult to fully maintain technical support and correct the author himself.
Sorry for the Russian examples of the plugin itself. Translated by myself for the convenience of work.
For example:
in \ src \ Includes \ Widgets \ Statistics \ StatsWide.php
removed the visibility of recent messages, because the correct accounting does not work and I don’t know how to fix it.
in \ src \ Includes \ Widgets \ Users \ Login.php
It is better to make your own buttons for redirecting to the forum for entry or registration. Built-in work crookedly.
in \ src \ Widgets \ Threads \ Threads.php
Here you need to change some parts of the code so that the display is correct.
I will not explain how to edit this, change and delete here, you can look at the forum of my site.
Below I will write only the correction of a known error that users are not created after logging in to WP after registration.
in src / Includes / Members / Login.php
in Line 60 need add this row:
Code:
(new Options ()) -> checkMemberOptions ($ wp_role);
I and one friend found a mistake, he posted the correction on the author’s website. I think this will help a lot for normal operation. Why the author did not notice this is not clear. True, I did not observe this error after the last update. But in case of what, keep in mind.