Forum Replies Created
-
In reply to: 404 headers for user profiles
Hi @pavelevap,
Strange behaviour indeed, if not yet done, I would suggest to create a ticket : https://bbpress.trac.wordpress.org/newticket
Pascal.
Just in case somebody gets back on this ticket and is still looking for it, bbP Toolkit v1.0.7 now has basic mentionning for bbPress.
Pascal.In reply to: Is there an API for bbPressHi @barryhughes-1,
I have just checked your snippet and it just works great 🙂
So for fully public forums, this could be a quick win.My only worry is that it does not take into account any bbPress ‘protection’ or ‘permission’. As it’s showing all forums, all topics, it’s not taking into account any specific bbPress settings or filters set. Some great plugins like bbP Private Groups is shielding data from being seen by unauthorised people and this should be extended to the API.
So I will try from a different angle. Authentication there will be my biggest nightmare probably 🙂
I have created my GitHub environment and plan to start putting the ideas on the wiki there: https://github.com/ePascalC/bbp-API/wikiPlease add your ideas !
Pascal.In reply to: Is there an API for bbPressHi @barryhughes-1,
Should I start an environment on GitHub for this ? I really really love the idea of the bbPress API. It has been on my radar for a while but lost priority.I had this link already saved to get some ideas https://github.com/thenbrent/BB-API
Pascal.
In reply to: Allow Participants to Trash / own Topics and PostsAlso please note that that ticket bbpress.trac.wordpress.org/ticket/2685 that is referenced is fixed in version 2.6 of bbPress. So for the next version you will no longer need this.
Pascal.
In reply to: Upvote for bbPressI’m sure all threads here get noticed, but for some of them we really have no answer.
Just to be correct, not having upvote is not ‘an issue’ but I see your point for this ‘feature request’. I know it has already been discussed but if I understood well, we need to wait for the next major version of bbPress where (thanks to the change to how topics and replies are stored) it might be possible to think of upvoting.
So just to ensure you this did not go unnoticed.
Pascal.In reply to: WordPress 4.7.0 – Error MessagesWhat version of bbPress are you using ? Did you upgrade to the latest 2.5 ?
Pascal.In reply to: “ERROR: Your topic needs a title.”Happy to see you found it 🙂
Pascal.Hi Bruce,
To change the breadcrumbs have a look here: https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#4-turning-off-or-changing-breadcrumbsIf you don’t want to do it yourself, check out plugins like ‘bbP Toolkit’ where you should be able to configure it.
Pascal.
In reply to: toolbar has disappearedThat seems like a CSS issue somewhere…
Pascal.In reply to: Error When Attempting to Update bbPress PluginWe love the post, that’s not the issue. But I have no real answer.
If it was installed, it should be able to uninstall. Maybe ask an administrator of the server to remove the folder (keep a backup of course).
But more ideas I don’t have, first time I see this error.
Pascal.Hi,
If the standard ‘Anonymous posting’ setting in ‘Settings > Forum’ does not suit you, I think the only option would be some custom coding or trying to find a plugin that can do it for you.
Pascal.In reply to: Allow Moderators to Post in Closed ForumsHi,
First of all, I’m wondering why you would still want to post if the forum is closed 🙂
But to answer the question: I don’t think there is a specific permission that can be granted without coding it specifically.
Two possibilities that you could check: 1) See my bbp-toolkit and protect some forums (instead of closing them) or 2) use bbp-private-groups to allow only certain persons to enter a specific forum.Pascal.
In reply to: importing users from phpbbHi,
In what version of bbPress did you import ? Note that the upcoming bbPress 2.6 has a much better support for import so this could be an option.
Have a try in a test environment…
Pascal.In reply to: Thread/topic link to latest reply?Hi, I have done something in my bbp-toolkit for that. Just check if my plugin can help you.
Pascal.In reply to: How can I enable topic view count?Hi, I suppose you want to know how many views a certain topic has ?
Please refer to this thread that might help you: https://bbpress.org/forums/topic/new-feature-viewhit-counts/
Pascal.In reply to: Forrum page is messy with hueman themeHi,
As you confirm your bbPress works fine with a standard theme, I propose that you indicate the strange behaviour on the support forum of the theme (https://wordpress.org/support/theme/hueman).Note that you can always copy and modify the standard bbPress templates to have them work within your theme. See https://codex.bbpress.org/themes/theme-compatibility/step-by-step-guide-to-creating-a-custom-bbpress-theme/ starting somewhere step 5.
Pascal.
In reply to: Our forum topics are not indexing by googleThat would more be a question for google I suppose. You forum is working and I can access the pages without login, so on the bbPress side it seems to be fine.
I propose to try to use the Google tools.Pascal.
In reply to: Freshness Glitch in Forums IndexGreat! Happy to see you’re fixed.
In reply to: Forum permission issue/questionHi, you seem to refer to forum groups, but that’s a buddyPress feature.
If your question is buddyPress related, then you might try posting your question on https://buddypress.org/support/
Pascal.In reply to: Differentiate display for topics with participationHi, this is not an out of the box setting for sure.
And so far I have not seen any plugins that would do this.
Pascal.In reply to: Group Moderators do not receive notificationsHi,
This seems a BuddyPress question. This forum is for bbPress, so you might try to post it on https://buddypress.org/support .
If you think your issue is related to the Notify plugin, then I suggest opening a thread on the support forum of that plugin.
Pascal.Hi,
Can you try the steps I just posted in https://bbpress.org/forums/topic/installed-bbpress-cant-find-forum-on-wordpress-site/ ?
Pascal.In reply to: Admin user approvalHi,
You seem to be mixing ‘buddypress’ and ‘bbpress’. This forum is for bbPress questions.
I have the feeling your question is more related to BuddyPress, so maybe try on https://buddypress.org/support ?
Pascal.In reply to: Installed bbPress can’t find forum on WordPress siteIf you have already deacÂtiÂved all plugins except bbPress and switÂched to a default theme and you still do not see ‘Forums’, ‘Topics’ and/or ‘Replies’, then please try this in Settings > Forums (check after every step if you find the options back on your dashÂboard):
– ‘SetÂtings > Forums’ : (de)actiÂvate ‘AnoÂnyÂmous postÂing’, save, (de)actiÂvate it again to get back to your origiÂnal setting, save
– ‘SetÂtings > Forums’ : (de)actiÂvate ‘Auto role’, save, (de)actiÂvate it again to get back to your origiÂnal setting, save
– DeacÂtiÂvate the bbPress plugin, then reacÂtive the bbPress plugin
– ‘Tools > Forums > Repair Forums’ : Remap exisÂting users to default forum roles, click ‘Repair Items’ (WARNING: Make sure to have multiple admins in case the keymasÂter role would disapÂpear from one account)Pascal.