Search Results for 'bbpress'
-
Search Results
-
Topic: bbPress consultant needed
Hello: My web consultant set up a forum for me with bbPress. It’s good and doesn’t need fixing. But I now need someone with good teaching skills to show me how to work it well. I get stuck in places. Hourly fee is negotiable. Five hours a week for several weeks should do it.
Reply to neil@memorizebest.com
Members can’t post if they use an insert/edit link (Ctrl+K) icon. If we paste a link directly in the text everything is ok, but if we use that icon to paste an active link the post doesn’t go through. Sometimes a message shows up “You cannot reply to this topic”, other times nothing’s happening.
My theme is Avada, WP version 5.3.2, bbPress 2.6.3, bbp style pack 4.3.7, Image Upload for BBPress 1.1.16.
Chris
Topic: Main Forum page not working
Hi. First of all thanks for bbPress.
I run it on a small non profit website and although it is early days, it is a cool feature which I hope will gain popularity.My problem is that the main forum page is not working. Topics and subtopics appear to work fine. Instead of listing the fora topics the main forum landing page reads as follows
Archives: Forums
bbPress Forums
Published 02/01/2020
TopicsSearch for: Home › Forums Viewing 6 topics – 1 through 6 (of 6 total) Topic Voices Posts Last Post Intellectual Impairment Started by: ….
It can be views at https://fitamalta.eu/forums/
Any help is greatly appreciated.
Thanks
Stanley
0
I have developed an app for my website http://www.miil.co.il and part of the application is the website bbpress forum.
now I’m adding push notification using FCM to the forum (the web site already have it) so use can get notification on mobile when a new replay is posted.
I have been manage to send notification when replay is posted from web interface but not from the API, it seems that the bbp_new_reply is not firing when posting is done via the API.
here is the API command.
function bbp_api_replytotopic_post( $data ) {
$return = array();//required fields in POST data
$topic_id = bbp_get_topic_id( $data[‘id’] );
if ( !bbp_is_topic( $topic_id ) ) {
return new WP_Error( ‘error’, ‘Parameter value ‘ . $data[‘id’] . ‘ is not an ID of a topic’, array( ‘status’ => 404 ) );
}$forum_id = bbp_get_topic_forum_id( $topic_id );
$title = ‘RE: ‘ . bbp_get_topic_title( $topic_id );
$content = $data[‘content’];
$email = $data[’email’];
$myuser = get_user_by( “email”, $email );
$author_id = $myuser->ID;
$new_reply_id = bbp_insert_reply(
array(
‘post_parent’ => $topic_id,
‘post_title’ => $title,
‘post_content’ => $content,
‘post_author’ => $author_id,
),
array(
‘forum_id’ => $forum_id,
‘topic_id’ => $topic_id,
)
);$return[‘id’] = $new_reply_id;
$return[‘topic_id’] = $topic_id;
$return[‘forum_id’] = $forum_id;
$return[‘author_id’] = $author_id;return $return;
I wonder why I do not get the same outcome from the API as the web interface, as far as I can see they are using the same function.Pretty much as the subject headlines says… 😉
Is there a way to display the latest topics/threads on the frontpage?
In some kind of widget or something?The website is https://planetary-alliance.com
The idea is to have a little section on frontpage displaying the above mentioned.
Any suggestion that would lead in the right direction would be very appreciated. 🙂
WordPress 5.3.2 running Corvus theme.
BBPress Version 2.6.3
I have just updated BBPress and now my forum toolbar buttons are really hard to read.
How do I change the button text colour from white to black?(On the text tab, the visual tab is fine)
Here is a link to a topic:
Ive never understood why bbpress, wordpress or buddypress dont have option for random questions where Admin can setup a dozen or so questions and answers to registration form. Seems like a simple way to help fight spam registration and simple too! If answer is not correct then registration is not possible. Wangaurd plugin had this and never had spam registration when that was installed.
Must be a reason bbpress, wordpress or buddypress dont offer such a simple solution to at least help stop spam does anyone know why?Hello I am using BBpress and my forum is private and I want to make topics also private.
I want to show topics to only topic creators. other participants can not see others topicsHi, I would like to hide user’s IP addresses from moderators, but keep them visible for keymasters.
Searching this topic I found solutions to hide the IP addresses for everyone, but not to keep it visible for keymasters.
Any ideas?Thank you,
SamUsing WordPress 5.3.2
bbPress 2.6.3