Dominik Rauch
Forum Replies Created
-
Forum: Plugins
In reply to: [Asgaros Forum] Can’t delete this pluginHey @sparkelystaff,
it seems like there is a compatibility issue with one of your plugins or theme.
Can you please enable the error log and share the logged errors:
https://themeisle.com/blog/wordpress-error-log-debug/Forum: Plugins
In reply to: [Asgaros Forum] Remove / Hide Last Post ColumnHey @selenite,
you can hide this column easily by adding the following CSS:
#af-wrapper span.last-post-headline { display: none; } #af-wrapper .topic-poster { display: none; }
But keep in mind that is only hidden, but it’s still accessible over the source code of your website.
Forum: Plugins
In reply to: [Asgaros Forum] Duplicate forumsHey @damndramaqueen,
unfortunately, it’s not possible at the moment to just copy a whole forum. If you have knowledge of databases you could try to copy the forum, but you would have to be careful to change also the IDs of the parent forums and create a unique slug for the copied forums.
So it’s probably faster to just recreate all the forums.
Forum: Plugins
In reply to: [Asgaros Forum] Custom upload folderHey @serprj,
unfortunately, we don’t have a roadmap yet. Usually, Thomas (the owner of the plugin) was used to make an update every month, but he was super busy the last time.
I will let Thomas know that he should add another way to donate for the plugin.
If you just want to thank me for helping you: https://www.buymeacoffee.com/qualmy91
I accept credit cards ??Forum: Plugins
In reply to: [Asgaros Forum] Custom upload folderHey @serprj,
I’ve added a new filter to change the upload folder:
https://github.com/Asgaros/asgaros-forum/pull/305
I hope it will be part of the next update.
I would advise you to add the new filter manually by adding line 19 of includes/forum-uploads.php from my commit:
https://github.com/Asgaros/asgaros-forum/pull/305/commits/88c714378862f51c9cf7fd777fe2d46b1a25155b
In this commit is also the documentation on how to use this filter.
This way would allow you to make your settings in a separate plugin or child theme.
I will also set this thread to solved. If you still have questions, feel free to ask here or on a new topic.
- This reply was modified 4 years, 2 months ago by Dominik Rauch.
Forum: Plugins
In reply to: [Asgaros Forum] Невозможно создать сообщениеHey @tagavi,
can you please check the console of your browser for some errors? You can open it by pressing F12.
If this doesn’t work please use “Health Check & Troubleshooting” to check for errors. You can also use the troubleshooting mode to check if there are conflicts with other plugins or the theme that you are using. So you can deactivate all other plugins without any changes for your visitors, it will only apply to your account.
Forum: Plugins
In reply to: [Asgaros Forum] Which tables do I have to delete completely for reinstalling?Hey @per4mance,
you can check the usual uninstall process in the uninstall.php, since you would also have to delete options and metadata.
The tables used by Asgaras Forum are the following:
{your_prefix}_forum_forums
{your_prefix}_forum_topics
{your_prefix}_forum_posts
{your_prefix}_forum_reports
{your_prefix}_forum_reactions
{your_prefix}_forum_ads
{your_prefix}_forum_polls
{your_prefix}_forum_polls_options
{your_prefix}_forum_polls_votesPlease let me know if you need some further help with that.
Forum: Plugins
In reply to: [Asgaros Forum] Using Asgaros with Restrict Content Pro?Hey @geekielady,
I’m not using any plugin to restrict the forum, so I can’t give you any advice on which plugin would work best for you.
The forum is basically one WordPress Page, so as long as you want to have a restriction for the whole forum it should work. Just set this page as restricted within your preferred restriction plugin.
I would advise you to get in touch with the support of the restriction plugin. They should be able to help you with that.
Forum: Plugins
In reply to: [Asgaros Forum] Top bar forum linkSince this post is a duplicate to https://www.ads-software.com/support/topic/forum-link-dont-work/, I will close this topic.
Forum: Plugins
In reply to: [Asgaros Forum] Custom upload folderHey @serprj,
to change the folder name you would have to rename the variable “$upload_folder” in “forum-uploads.php”.
If you want I can create a filter for you to rename the name of the upload folder from your own plugin.
Forum: Plugins
In reply to: [Asgaros Forum] Поле cssSince there is no more response, I assume that the problem is solved. If you still have problems feel free to open a new topic or answer here.
Forum: Plugins
In reply to: [Asgaros Forum] Forum link don’t workSince there is no more response, I assume that the problem is solved. If you still have problems feel free to open a new topic or answer here.
Forum: Plugins
In reply to: [Asgaros Forum] Unable to Delete PluginSo you cleaned the database manually?
Here is a link to the uninstall code, so you can check which tables and user meta will be deleted in the usual process:
https://github.com/Asgaros/asgaros-forum/blob/master/uninstall.php
Forum: Plugins
In reply to: [Asgaros Forum] Elementor layout and compatibility with AsgarosHey @slysoft,
we don’t have any know incompatibilities between Asgaros Forum and Elementor at the moment.
We also use Elementor on our website https://www.asgaros.de
Forum: Plugins
In reply to: [Asgaros Forum] Health check security questionHey @matn1,
it seems like you have a problem with your WordPress installationn, please use the support forums of WordPress for this question:
https://www.ads-software.com/support/