Forum Replies Created
-
In reply to: Is there an API for bbPress
Hi all,
Just to keep you informed (I forgot to post the link here before) that some people already provided input on the bbpress API version that is on https://github.com/ePascalC/bbp-API/
It’s setup in a different way, but if anyone wants to help building/proposing things on that one, feel free. I hope in the end both will serve to come to a final bbPress integrated API.
Pascal.In reply to: Forcing to post first before forum can be read ?I don’t mind the reminder, no worries. But I’m fully busy with WCEU so no programming until June 18.
Pascal.In reply to: Import from IPS v4Hi Steve, did you check bbPress 2.6 ? It has improved importers (I didn’t check myself).
https://bbpress.org/download/In reply to: Problem with redirect after registeringHi,
There are some things that could be done on this page:
https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#27-custom-redirect-after-loginHope it helps.
Pascal.In reply to: Hide Topic / Reply IDsThis CSS might help to hide it from the screen, but of course in the source code of the HTML page you might still find it.
.bbp-forum-header a.bbp-forum-permalink, .bbp-reply-header a.bbp-reply-permalink, .bbp-topic-header a.bbp-topic-permalink { display: none; }
In reply to: Replies Not Publishing?Hi,
Probably seen as spam ? Check any ‘Pending/draft/spam’ under replies, in Akismet, or any other plugins that could block this.
If you don’t find it, deactivate all plugins except bbPress and try again. Also switch to a default theme to see if that helps.
Pascal.In reply to: TTFB problemHi @newz12,
Could you also post your WordPress, PHP and MySQL version ?
Thanks, Pascal.In reply to: Sending messages to forum group membersHi,
If I may add my part too:
– If you post something, you will never receive it yourself. As you know what you have posted, you will not receive the message yourself (I hope this has not changed in the latest versions)
– You are NOT using BuddyPress, right ? Only bbPress. Because BuddyPress might have other settings and then you might be better checking with the support overthere.
– As Robin indicates, users need to SUBSCRIBE to a forum to receive the notifications for TOPICS that are posted in the forums.
Hope this helps.In reply to: Export users that posted to bbpressHappy to hear it worked !
Pascal.In reply to: Forcing to post first before forum can be read ?Let me check on a 2.5.12 install and start from the [bbp-single-forum id=$id] to have the same environment. The only thing is that I’m pretty busy for the next weeks, so not sure when I will be able to push it inside. But I’ll keep you informed.
In reply to: Visual Editor Not WorkingHi,
Does it work when you switch to a standard theme like Twenty Seventeen ?In reply to: Add columnsHi @luizaumnova,
In the frontend or in the backend ? If you could describe a little bit more…
In reply to: Migrate Kunena to bbpressHi @panda666uk,
Kunena3 is in the list of forums that can be imported. Just go to /wp-admin/tools.php?page=bbp-converter after having installed WordPress and bbPress.
Pascal.
In reply to: error on saving a commentHi,
As the error indicates, this is coming from the bbpress-notify plugin, so you better post your issue on the dedicated support forum of that plugin.
Pascal.In reply to: Homepage Feed FilteringHi @johnsimoneau,
You would probably need to look for a theme that does this, not a plugin. I don’t know much about themes for this, but that’s the way to go according to me.
Pascal.In reply to: Forcing to post first before forum can be read ?Oh, I’m using bbPress 2.6-beta-2,
If you use 2.5.12, the ‘Oh bother’ message needs to be slightly adaptedLet me know what version you plan to use.
In reply to: Forcing to post first before forum can be read ?Hi @stefaanc,
I had some time this evening, so have a look at this plugin: http://casier.eu/wp-dev/bbp-post-first.zipYou should be able to install it by going to your /wp-admin/plugin-install.php?tab=upload and then point to the above zip.
It will:
– not show any topics unless you have posted a topic in that forum
– Change the standard text from ‘Oh, bother! No topics were found here.’ to ‘Please post your own topic first before you can see other responses.’
– upon a save of a topic, allow the user to see all topics in that forumTest it, test it again and let me know,
Hope it serves,
Pascal.In reply to: How Do I link to Profile PageHi Steve,
As Robin answered, you could look into his coding for the bbP Style Pack to see how it works.
There is also https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#8-add-edit-profile-to-a-wordpress-menu that might give you a hint.
Pascal.
In reply to: Forcing to post first before forum can be read ?Have a look at Learndash, it seems indeed to suit for student/teacher needs. Hope you find what you need in there.
In reply to: Newbb (xoops) convert to bbpressHi @hadesteam,
I’m currently building a converter from google groups to bbPress. When I finish that one I might have a look to help you. Can you drop me an email so we keep in touch. You can find my email on http://casier.eu/wp-dev/
Thanks.
In reply to: content filterHi @col_blimp,
Not sure why you want to do this, because it will depend if the site where the picture is, is listening to https or not.
But if you look for a hook, it might be this one: http://hookr.io/plugins/bbpress/2.5.9/filters/bbp_edit_topic_pre_insert/
In reply to: Issues inserting/embedding videosHi @fabianno0572,
The best way to put extra functions is in a functions.php in a child theme.
Some is explained here: https://codex.bbpress.org/functions-files-and-child-themes-explained/
In reply to: Admin subscribes a user to a topicIn reply to: Display the most recent 5 topicsHi @sallyruchman,
There is a standard widget for bbPress, you can find info here: https://codex.bbpress.org/features/widgets/
You could also check this page https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#21-show-5-recent-topics-after-forum-index and e.g. topic 21 or so for different ideas.
Pascal.
In reply to: Image Size when sharing linksIs it a public forum so we can give you the correct CSS ?
What plugin are you using for showing the images ?