Skip to:
Content
Pages
Categories
Search
Top
Bottom

Duplicated “Change Log’ when moving a topic

Published on December 5th, 2020 by Chuckie

I have noticed that when I edit someones topic and all I do is change the forum it is in and click update, that I end up with two duplicated “Change Log’ entries,

If I specify my own text for the ‘Change Log” then it will still create a generic log entry and my custom text entry.

No change data on archive page after topic move

Published on December 5th, 2020 by nickvernitsky

Hi there!

Just a little issue. If I move a topic from forum to other forum in WordPress admin area, the data about moved topic are still showing on archive pages. It is because the topic metadata in database like _bbp_reply_count, _bbp_topic_count, _bbp_last_topic_id, etc remained unchanged.

Could you plese fix this.

Thank you!

apply js file only to the bbp forum

Published on December 4th, 2020 by haddlyapis

I have been trying to assign some js files only to their respective pages on my site, instead of loading them everywhere and have been successful apart from with my forum area.
in my functions.php file i have tried the following:


add_action ('wp_print_scripts', 'deregister_forum_scripts');

function deregister_forum_scripts(){
     if ( !is_page('forum') (is_page() && in_array( 19306, get_post_ancestors( get_the_ID() ) ) ) ) {
     wp_deregister_script('forum-js');

}}

whereby i got the id 19306 from my database by doing:
select ID from wp_posts where post_name = 'forum';
As the page is www.apis.de/forum/
The issue is, even if I leave out the second part of the “if” statement (i.e. “is_page()….), it doesn’t work.
I assume this is because my forum is implemented differently to the rest of my site and is not a normal “is_page(….)”.
Can anyone advise here how to target the forum via PHP?
Also, i don’t think i should be using “get_post_ancestors” but “get_page_children“. But that is another topic.

New to this WP and stuck at the importing

Published on December 3rd, 2020 by fresaom

i dont know whats wrong, no error or anything, just lett it run for days or can someone explain what happening?

got everything new installd whit the latest of everything on a ubuntu server 20.04

screenshot

links are all broken to forums

Published on December 2nd, 2020 by clmartin22

Not sure what I did but I have broken all my links. I have reinstalled, activated/deactivated, done everything I can think of but nothing is working.

my website is https://www.mxdownsouth.com

can anyone help me figure this out?

To make bbPress ready for mobile

Published on December 2nd, 2020 by Jing

We have been trying to build a mobile app. It requires an API to handle the following:

1. Create a new topic,
2. Reply to a topic,
3. Subscribe to the forum
4. Subscribe to a topic
5. Display the name of the user who created the topic
6. Display the name of the user who replied to the topic
7. Delete a topic he created
8. Delete the reply he created
9. Edit the topic he created
10.Edit the replies he made

We have been testing this plugin: https://wordpress.org/plugins/bbp-api/

Not only was it old, it does not handle any function related to “write” functions. For example, we can pull out the bbPress info (Read), but we could not use this API to create topics or submit a reply.

With this limitation, it is hard to imagine people will stick with bbPress as mobile becomes more crucial.

Yes, we could create custom solutions using WP REST API, but this is not ideal for bbPress. And more important, we could not find the latest documentation.

Please address this gap or if there is already a recommended solution, help as many people know about it as possible.

Jing

BBpress Forum not showing up in my WP dashboard

Published on December 2nd, 2020 by npi2020

Hi,
I have installed WPLMS and BBpress BUT I don’t see Forum, Topics or replay option anywhere in my WordPress dashboard. I did deactivate BBpress and activate it again but it still same issue. Can someone help me please

Thanks

API related question

Published on December 2nd, 2020 by Jing

Hi,

We are building a mobile app that will utilizes the bbPress for its core function.

We are looking for an API that will allow the user to do the following.
1. Create a new topic,
2. Reply to a topic,
3. Subscribe to the forum
4. Subscribe to a topic
5. Display the name of the user who created the topic
6. Display the name of the user who replied to the topic
7. Delete a topic he created
8. Delete the reply he created
9. Edit the topic he created
10.Edit the replies he made

Can you point us to the API if there is any, or the documentation that will help us create the API? Thank you so much.

How to unsubscribe a member to all threads?

Published on December 2nd, 2020 by cassel

I have a member who passed away over a year ago. Her husband seems to have left her email account “alive” and it looks like all new thread sends a notification to that email address. The husband has no knowledge of what she was doing on the site (it was HER hobby). He would not know where to unsubscribe to each threads/sections her account is subscribed to.

Is there a way for ME to unsubscribe her account from all threads? I am not sure why he wants to keep her account on my site instead of deleting it.

How to add a custom button

Published on December 1st, 2020 by akira010203

Hello,

In order to implement my board, I want to put a link a the top right of my forum main page which will redirect to [bbp-topics-index] like that :

I’m thinking using <span onclick=”window.location.href=’www.google.com’;”>text</span>
but I don’t know where to put it in my child theme.

Can someone help me please ?

Thanks!

Skip to toolbar