Search Results for 'bbpress'
-
Search Results
-
Hi, I contacted wordpress and understand that unwanted users are being automatically added to my site csmystics.com by bbpress. Can you stop doing that? It is annoying to see unwanted users automatically added and I have to keep deleting them.
Topic: Deleting user account
My theme uses the bbpress plug-in. When I activate this plug-in, I can’t delete users in “user menu” of admin bar. When I close this plug-in, I can delete users normally. why? Is this a setup problem?
In addition, I often receive some “machine users”. I don’t know if this has anything to do with bbpress?Official communications seem quiet to me. Could be wrong!
Is there any updates to BBPress on the horizon?
Hi
My discussion is here:
https://github.com/EnlighterJS/Plugin.TinyMCE/issues/14
To summarize, I use EnlighterJS to display code blocks inside WordPress and bbPress. It is fantastic at what it does. However I have noticed odd behaviour if someone hits “Quote” and quotes a code block. You can see an example of what it looks like in the linked discussion.
It seems that the
quote
shortcut might nee some updating to cater properly for EnlighterJS code blocks. I can’t remember if this particular shortcode is part of bbPress or part of the bbPress GD Toolkit.I have plan to link bbpress to events manager plugin.
The path is [bbpress]⇒[WP calendar]⇒[events manager].
The participants look at topic in bbpress at first.
Next he visits WP calendar and then events manager booking-form at last.How to send the bbpress topic title which he visited
to the next next page(booking-form in events managaer)?Do I have to use filter or actions in events manager?
The code ongoing
add_filter('events-manager-hook', 'bbpress_title', 20); function bbpress_title($topic_title,$topic_id){ global $my_global; // previous-topic title and topic title in the events manager $topic_id = bbp_get_topic_id(); $topic_title['title']=$topic_id -> ???; $my_global = get_topic_title();? ⇒ error!! } return $topic_title; }
Or do you have any other plans?
Topic: Disable posting 2021
How to completely disable posting for our forums?
I had a moderation plugin installed that did this, but it has been abandoned.
Appreciate your help and guidance,
Diana
https://standupgirl.com
WP: 5.6
BBpress: 2.6.6Hi,
i’ve a problem with media upload. I use bbPress 2.6.6 and WordPress 5.6
Users (Subriscriber Site + Partecipant Forum) cant’upload media file from topics or replies. The messagge error is: “You dont have permission to attach files to this post” on WordPress”.
They only able to do from their dashboard but i use a plugin in order to hide the wordpress toolbar.
I have installed PublishPress Capabilities and GD bbPress Attachments.The first with this setting:
Subscriber: create media, media edit, upload files.
Partecipant: create media, media edit, upload files, assign topic tags, edit replies, edit topics, participate, publish replies, publish topics, read private forums, spectate.The second is a solution, but i want that my user insert their media in the reply.
Ps. Administrator and Moderator are able to upload media from Topic and Replies.
Can you please help me?
Thank You,
Davide
Hello:)
We’ve been using bbres for a while, and we want users to be able to email each other directly. I would like the e-mail address to be displayed instead of the ip number under the every user.
But I wish they were hidden like here
I am asking for help.
WordPress 5.5.1
Wersja 2.6.5
http://tarnowskiegory.com.pl/forum/Hello,
With Notepad ++ I added to the Po file a French translation for an expression contained in /plugins/bbpress/includes/topics/functions.php.
I then opened the Po file to validate the translation and generate the Mo file, they are up to date in languages / plugins / bbpress-fr_FR.po and also bbpress-fr_FR.mo.
The problem is that I do not see the translation of this expression on my site, all the others of the same Mo file are present.I have looked at many expressions in this “functions.php” file and many of them have never been translated.
What is the problem ?
Thanks for your future answers.
Regards
Line 156 of functions.php :
// No topic title
if ( empty( $topic_title ) ) {
bbp_add_error( 'bbp_topic_title', __( 'Error: Your topic needs a title.', 'bbpress' ) );
}Hi guys,
When browsing a user’s forum replies, page 1 works as expected:
https://rockclass101.com/members/karenj/forums/replies/
If you click “page 2” or “3”, then the url it generates results in a 404:
https://rockclass101.com/members/karenj/page/2/
It should be generating this url to work properly:
https://rockclass101.com/members/karenj/forums/replies/page/2/
—-
This error is also happening for “topics started”. As you can see with this user’s page:
https://rockclass101.com/members/lisadmh/forums/
—
I’m using the latest version of WP & BBPress, but this error has existed for at least a year. Perhaps a bug?
Ok, So using BBPRESS and I have hit an issue when I use the BBP STYLE PACK shortcode [bsp-profile] to allow registered users to edit their profiles, the shortcode does not work.
I believe it is because I have installed WordPress in a directory called /WP,
So [bsp-profile] creates the hyperlink https://uktechhub.com/wp/forums/users/xxxxx
but profiles are located at https://uktechhub.com/forums/users/xxxx/
Is there any way to change how the shortcode [bsp-profile] points to the profiles without the /wp attribute added ?
Thanks