Forum Replies Created
-
In reply to: Changing “forums” page layout
Hi,
The /forums page is probably the standard generated one.
Just create a standard WordPress page in your /wp-admin and give it the /forums slug.
This page will overwrite the generated one.Pascal.
In reply to: Forum SummaryYou have probably created the page slug as ‘forum’ and not ‘forums’.
Edit your page and add the ‘s’ at the end.Pascal.
In reply to: Customising RSS feed to removeHi,
If you want to limit to seeing only 1, you can put this into your functions.php: https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#22-show%c2%a0only-1-revision-log-on-topics-and-replies
or if you prefer a plugin, check my bbP-toolkitIf you do not want revisions at all, you could just switch them off : ‘/wp-admin > Settings > Forums > Forum Features > Revisions’
Pascal.
In reply to: Editor doesn’t workHi Fabio,
I tried some things, but don’t really see what it could be.
Can you have a try switching to a standard theme and check if it works ? Just to understand if the issue is with the theme or with a plugin.
Pascal.In reply to: Problem with the converter / importerHi,
Are you using 2.5.8/2.5.9 or you already tried 2.6-alpha ? That last one has really improved in imports !
Pascal.In reply to: WordPress user roles brokenHi,
Please put code into the
<code>
tags (have done it for you now) 🙂Try to visualize the outcome of
implode(', ', $user_info->roles)
, because it will give you multiple values separated by a comma, so it will probably never give ‘administrator’.Pascal.
In reply to: Forum Type – Category PermalinkHi Matt,
If you want to change it to ‘category’ ALWAYS, then just change the forum root slug (‘Settings > Forums’).For permalinks based on the forum type, I know that people are busy with a plugin for now (https://bbpress.org/forums/topic/any-way-to-eliminate-redundancyweirdness-in-permalinks-i-e-forumsforum/page/3/) and maybe in 2.7 or later it might be included.
Pascal.
In reply to: New Topic Form IssueHi,
I’m sorry, but I’m not into themes, so won’t be of any help.
Anybody else ?
Pascal.In reply to: Redirect to last page after replyHi Mitchel,
Some things to start:
– Change the permalink settings, save and (eventually put back to what you want
– Check the ‘Settings > Discussions’ settings (especially ‘Enable threaded (nested) comments’)
– Try ‘Tools > Forums > Repair forums’ (one at a time)Pascal.
In reply to: Many notifications from the same topicHi,
In standard bbPress (don’t know BuddyPress that well), anybody can choose to receive replies by ticking the box at the bottom to be notified (so to subscribe). If you don’t tick this box, you should not get any notification.
For sure standard behavior is that you do NOT get your own topics/replies.So you might have a another plugin that is somewhere changing this behavior…
Pascal.
In reply to: How to import from 2.59 to 2.59 ?Bonjour Luc,
Spending 2 seconds on the code, it seems to add an export or import button on the forum (only for admin), so try in your ‘/wp-admin > Forums’ and check if there is an extra button to export somewhere.I am looking around if any other plugins or so would exist to help you out.
Pascal.
In reply to: Topics not showing on Forum PageGlad to see that,
Keep an eye on it for the next posts if you would get the issue again…
Pascal.In reply to: Strange Problem With ProfanityHi,
You might have security or spam plugins running that are blocking this… ?
Pascal.In reply to: Topics not showing on Forum PageHi,
First thing, try running some of the repair tools (/wp-admin > Tools > Forums > Repair Forums), especially the Recalculate ones, one at a time.
Pascal.In reply to: How do I keep gravatars from coming out round?Hi,
You seem to have this somewhere:.site .avatar { border-radius: 50%; }
Remove it and you should have the (normal) square ones again.
Pascal.In reply to: Forum SummaryHi,
That’s the standard generated page the moment you install bbPress.
Just create a new page in your /wp-admin and give it the slug ‘/forums’. This will overwrite the standard page that gets generated.
Pascal.In reply to: Shortcodes stopped workingHi,
I wanted to propose that you check on their support forum, but I saw you already did.
I must say I never say this issue before, sorry.
Pascal.In reply to: Show status label for bbPress Topics with No RepliesHi,
Did you try with this one ? http://hookr.io/plugins/bbpress/2.5.8/functions/bbp_get_topic_reply_count/
Pascal.In reply to: Export forum data onlyHi,
As forums and topics are also ‘content’, I don’t think this is possible, but maybe somebody else has an idea here ?
Pascal.Hi,
It seems like a theme issue, please try to switch to another (default) theme.
Pascal.Hi,
Instead of sharing the zip, just put the link to GitHub please, but great work !
Pascal.In reply to: Disable Topic Creation for ParticipantsHi,
You can try my bbp-Toolkit plugin that is having that functionality.
Pascal.In reply to: Submitting New Post – HTTP 500Hi,
That’s typically a conflict with a theme or another plugin. Please switch to a default theme and deactivate all but bbPress. Test.
Then switch on plugins one after the other to find the one blocking.Pascal.
In reply to: bbPress on Windows/IIS PerformanceHi,
It’s never an easy answer, but it’s not the operating system that will make the difference, but much more the hardware and how your OS is configured that matters.
Pascal.In reply to: Notification when reply in topic receives reply?To get replies on a topic, you need to be subscribed to the topic, so you should have ticked the box at the bottom to get the replies.
Pascal.