Published on January 25th, 2021 by Julia
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?
Published on January 25th, 2021 by DianaN
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.6
Published on January 25th, 2021 by hollywoodave
Hi,
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
Published on January 25th, 2021 by krzysztofzpom
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
How to hide the author of posts for unlogged users.
I am asking for help.
WordPress 5.5.1
Wersja 2.6.5
http://tarnowskiegory.com.pl/forum/
Published on January 23rd, 2021 by frenchlemans
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' ) );
}
Published on January 21st, 2021 by hardel
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?
Published on January 21st, 2021 by uksentinel
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
Published on January 21st, 2021 by loireenbateaux
Hi everyone,
Does anyone know how can i remove “Create New Topic” at the bottom of my forum
I want to disable “Create New Topic” in for all logon users
I want to control the topics myself and only allow particpants to reply to topics that are in the forum.
I’m using bbPress (2.6.6), bbp style pack (4.7.2)
Thank you so much for any help
Published on January 21st, 2021 by smith512
I want to write message for text filed in register page, so I add placefolder to input factor of “form-user-register.php” in my child theme. However, the messages in register page is not appeared. I also saw the verification of Google Chrome developer tool, the code was not update.
On the other hand, I add placefolder to input factor of “form-search.php”, a message is shown.
Therefore, I wondered that only “form-user-register.php” is not update.
This is register page of my website.
https://gakuseich.com/register/
Thanks
Published on January 20th, 2021 by sasasasaaa
Hello,
to try how pagination works I choosed in settings -> topic and reply per page:
One for topic page and one for reply page.
And I have choosen nested replies 4 levels deep.
I have two topics:
– 23 replies for the first topic
– one reply for the second topic
This is how my pagination looks:
On forum page:
Pagination shows 3 pages.
1. page: shows 2 topics instead of one.
2. page: shows only first topic instead of second and pagination shows two pages.
3. page: message appears: “sorry now topics found” and no pagination
On topic page:
no pagination at all.
What could might be the problem?
I use wordpress: 5.6 and bbpress: 2.6.6
Thanks a lot