Asgaros
Forum Replies Created
-
Unfortunately I didn’t receive any details about this potential issue so far, therefore it is currently difficult for me to reproduce this issue without any further information. I will keep an eye out for it and will fix this as soon as I receive more details.
Forum: Plugins
In reply to: [Asgaros Forum] Vulnerability reportedHi @slewisma
This should be fixed in the latest version 3.1.0. Thanks for reporting!
Forum: Plugins
In reply to: [Asgaros Forum] Warning that would appear with WordPress 6.7.0Found and fixed it:
https://github.com/Asgaros/asgaros-forum/commit/79e8b7d6420bac454b8ea6bb0b801e2921cb15f9
I will publish a new release soon. Thanks for reporting! 🙂
Forum: Plugins
In reply to: [Asgaros Forum] Warning that would appear with WordPress 6.7.0Hi @doczimute
On which page or with which plugin can you trigger this error? I cannot reproduce it with the latest version and debug-mode enabled.
Forum: Plugins
In reply to: [Asgaros Forum] Update pleaseHallo @kurapika
Aus beruflichen Gründen hatte ich die letzten Wochen keine Zeit mich um das Forum zu kümmern und war dort auch gar nicht aktiv. Möglicherweise hat eines der Plugins wie WordFence den Zugriff blockiert. Was ist dein Benutzername?
Forum: Plugins
In reply to: [Asgaros Forum] Update pleaseHello @sjo007
I will fix the issue as soon as possible when time allows.
Forum: Reviews
In reply to: [Asgaros Forum] Why no update?I will release an update when new features are ready. Currently there are no urgent bugs which need to get fixed and the plugin is also compatible with the latest version of WordPress.
Forum: Plugins
In reply to: [Asgaros Forum] How to remove the plugin but keep the content?Hello @lucio7
In that case please just remove the plugin via FTP from your plugins-folder. Dont use uninstall since this will wipe all data.
Also keep in mind that forum content is not visible without the plugin installed.
Forum: Plugins
In reply to: [Asgaros Forum] Forum statistics (views)Hello @flamuren
Sounds like a caching issue. Please ensure you disable caching for the forum page.
Forum: Plugins
In reply to: [Asgaros Forum] Issue with php 8.03Have you tried the code-change I described above? The issue is caused by creating an user while not all post-types/taxonomies are initialized yet. So the user-creation should not happen before the init-stage.
Not sure why it only happens with PHP8, but I guess PHP8 is more strict now compared to 7.
Forum: Plugins
In reply to: [Asgaros Forum] Issue with php 8.03Hello @peperene5150
I dont see any code related to Asgaros Forum there. But you could try to put it around a wrapper-function so that it gets executed during the init-phase earliest. For example:
add_action('init', 'my_initialize_function'); function my_initialize_function() { // Your Code }Forum: Plugins
In reply to: [Asgaros Forum] Hook eliminationHello @daitarn3
Your caching plugin should have an option which allows you to exclude the page which contains the forum shortcode from the cache.
Forum: Plugins
In reply to: [Asgaros Forum] Feature wishHello @flamuren
I have this already on my todo-list for a while, but didn’t implement it. The problem is, that it could create bigger issues when there are links between topics within forum posts which will not work then anymore.
Nevertheless, I will see if I can provide an option for that.
Forum: Plugins
In reply to: [Asgaros Forum] Post ReactionsHello @cjmclean
Currently I dont offer an option for that and implementing that would require custom development.
Forum: Plugins
In reply to: [Asgaros Forum] asgarosforum_filter_post_content not working anymore?Hello @wp_user1
I didn’t apply any changes to this filter. Can you let me know which issues you are seeing?