Forum Replies Created
-
In reply to: Moving a Topic to a different Forum
this looks like it might do it
whilst it is an old plugin, it is written by Pascal who is a good plugin author, and there have been no major changes other than subscribe since written, and I suspect it does not touch that part.
In reply to: Media libraries wp&bb integration into one folderNothing I know of
can only suggest you plough through these an see if any will do the trick
20 Free WordPress Gallery Plugins For Photography Websites 2021
In reply to: Moving a Topic to a different Forumis it all topics from one forum, or just some?
In reply to: wordpress user role reduced to only 2hmmmm….
so with a twentytewenty theme and just bbpress you cannot see those roles – yes ?
In reply to: Disappearance of the menu🙂
In reply to: Disappearance of the menuThis is a bug in bbpress – yet to be fixed.
In the meantime install
which should fix
or
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
if( !function_exists( 'bbpress_browser_supports_js' ) ){ function bbpress_browser_supports_js() { echo '<script>document.body.classList.remove("no-js");</script>'; } add_action( 'wp_footer', 'bbpress_browser_supports_js' ); }
In reply to: Custom Forum Pagination🙂
In reply to: Issue with Polylangit looks like the ‘free’ version does not have support – few threads are answered – that is of course the plugin authors choice, but suspect you might need to upgrade to pro to get help on this.
In reply to: Issue with Polylangok, as I’m not running polylang I can’t really help further.
I have no doubt it can be fixed, but not by me 🙂
But I cannot see that anyone else has had issues with this – not saying that it does work for others, just that I cannot find anyone reporting that they have had issues.
In reply to: Custom Forum Paginationboth those functions have filters, so you could quite happily amend them using a filter, which would then not be affected by plugin updates
In reply to: BBp style packSorry, that file is back and corrupted I cannot say why.
I can only suggest it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
In reply to: Issue with Polylangand are you on ploylang pro?
I can see in settings options for ‘share slugs’ and ‘translate slugs’ that might be needed (or might not be!) and need the pro version.
and have you raised this issue with polylang ?
In reply to: Custom Forum Paginationok, to save me searching where is ‘I can see where this is being generated in the bbpress plugin PHP code’
In reply to: Issue with Polylangso typing for instance
http://domain.com/forums/topic/admin-gui/edit/
in the url does not work either?
In reply to: Custom Forum Paginationok, can you define what you mean by ‘customisation’? do you mean style, or say entries per page or what ?
In reply to: Issue with Polylangand have you added topic, reply and forum as custom post types in the polylang settings
In reply to: Issue with Polylangso I’m presuming that
http://domain.com/forums/topic/admin-gui/edit/
would work ie it is the ‘/fr’ that is the problem ?
In reply to: Moving a Topic to a different Forumhmmm….not sure what has happened
perhaps go to
dashboard>tools>forums>repair forums and run any relevant looking items – ‘recalculate parent forum’ looks like a good one to run as a start
In reply to: Cannot access any topic or forumok, I’d suggest running
dashboard>tools>forums>repair forums>
and run
Recalculate engagements in each topic for each user
and
Recalculate private and hidden forums
and see if that helps.
I still think the core issue is with the import
If that fails, then run all the rest one at a time
In reply to: wordpress user role reduced to only 2it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: Cannot access any topic or forumok, but can you try this first
I would suggest next you create a forum, and one topic for it. Then make the forum hidden, and see if this then works.
In reply to: BBp style packjust had a look, the bspstyle.css is corrupted – I cannot say why.
if you can find this in the plugin folder using FTP, then delete it and it should refresh correctly, then come back.
If that previous sentence means nothing to you, then again come back
In reply to: Cannot access any topic or forumok, again my test site works.
so we need to work out if it is the import, a theme or plugin issue, or something else.
I would suggest next you create a forum, and one topic for it. Then make the forum hidden, and see if this then works.
In reply to: Cannot access any topic or forumpossibly, so if forums are public or private it all works ok ?
In reply to: Cannot access any topic or forumhaving one forum hidden works fine on my test site