Skip to:
Content
Pages
Categories
Search
Top
Bottom

Request: Add a forum ID CSS selector to bbp-topic-started-in

Published on April 21st, 2016 by Shane Gowland

I’d like to create a forum index that resembles Flarum, where colour coded labels indicate which forum each topic belongs to.

bbPress conveniently outputs the names of each forum a topic is assigned to. Unfortunately, using just CSS, there is no way to assign different colours to each forum.

I’d like each different forum to have an ID selector, much like WordPress posts do, so that I could easily assign colour.

Example:

bbp-topic-started-in#forum-1 a {
background: green;
}
bbp-topic-started-in#forum-2 a {
background: yellow;
}

Could someone tell me, a) how I could accomplish this, or b) how I could present this for consideration in a future bbPress release?

how to moderate topic for anonymous users

Published on April 21st, 2016 by MGDel

hello! 🙂 first of all…

Forum Moderation

so what? the page is empty :/

i need to be able to set up a list of wp users to be the admin/moderators of the forum
i need to be able to make them know about a new post (i can do it via mailing list)
and they should be able to reply and make the question public via front end. and the op must be notified when someone replies to or publish the post.

it’s more of a Q and A system for everyone with moderation from a list of wp userd (doctors)

the only way i found to moderate incoming posts is a 2year old plugin with bulky backend system (it needs to be as easy as possible since the moderators wont be tech savvy guys)

is there any other solution?

thanks

Participant role disallowing user login?

Published on April 21st, 2016 by MBWD

I’m running a WP multisite with bbPress installed on the main site. When new users create accounts on the network, they are assigned a role of Participant, both in the network and for the main site. If they chose only to create a user account and not a site, once they have logged out after their first login, they are unable to log into their profile pages. It seems the default user role of Participant is not recognized as having any privileges by the WP software. When I manually change the user’s role to Subscriber, they can then log in to their profile page. Obviously this is not a long-term solution, so is there any way to revert to WP’s native functionality of making new users subscribers by default while having bbPress installed?

Combine “new topics” and “new replies” widgets?

Published on April 21st, 2016 by Ljorg

If you want to see all activity in the forum, you need to enable both widgets and that takes up a lot of screen estate. Would it be possible to combine the two into one widget that works exactly like “new replies” but also includes posts that starts a new topic and is not a reply in a topic? “New posts” would be ideal.

how to DEBUG/Trace BBpress functions

Published on April 21st, 2016 by hosam020

Hello all
i am using wordpress latest,
bbpress latest
theme
and only active 2 plugin as localhost forum and subforum 77
topics 514
reply 2729

i had used
Debug Bar && Debug Bar bbPress
Query Monitor && Query Monitor bbPress & BuddyPress Conditionals

and it’s show the query when the new topic page loading.

in /includes/topics/functions.php

every thing prossess smothly in this file til

/** Update counts, etc… *********************************************/
//exit();
do_action( ‘bbp_new_topic’, $topic_id, $forum_id, $anonymous_data, $topic_author );

here every thing work so so long

just to be more detailed i had read allot about wp_insert_post if inserting allot of topics in the same time but, now i am in local and only me posting in topics

what i am missing here and from where to look in

thanks in advance

regards

Oh bother! No topics were found here!

Published on April 21st, 2016 by suavros

When tapping on a Forum, I get “Oh bother! No topics were found here!” even when there is a topic present. I am only able to properly view the topics with one user (Roles: Administrator, Keymaster). The other users, which get the above message have roles: No site role, Participant, BUT even when I change any user to ‘Administrator, Keymaster’, they still get the same “Oh bother! No topics were found here!” message.

I did this: Tools > Forums > Relationships to Repair.

I also did this: Deactivated every plugin except for bbPress

And my theme is compatible with bbPress.

This is my site, and forums are private: http://www.nsachapters.org/forums/

This was working previously, but not sure what’s going on for it not to work now. Any suggestions?

WordPress 4.5
X Version: 4.1.1

Issues Getting bbPress Started

Published on April 21st, 2016 by Tranny

I run a very busy site. I installed and activated bbPress using my admin account, but upon activation, instead of seeing a welcome screen, I received an error message stating that I did not have sufficient privileges to access this page. Returning back to the admin area, I did not find any “Forum” links under Settings or anywhere else.

I searched support forums here for help, but found nothing of help. I did however find a suggestion in another thread to log in with a different admin account to see if Forum links would be available there. I gave another account Admin privileges, made sure it also has Keymaster privileges, logged in with it, and found Forum links there. However, when I tried to access them, I once again got the error message that I did not have sufficient privileges to access that page.

I also read in another thread to try logging in with another admin account, remove Keymaster privileges from my main admin account, and then give Keymaster privileges back to the main account. I did all that, logged in with the main account and – nothing. I still don’t see any Forum links.

TL;DR – I can’t get bbPress started in any way. Considering that WP is such an easy to use platform with everything essentially working out of the box, I found it strange that a plugin that is listed as top featured WP plugin would be so difficult to get going, let alone use. What’s going on?

Front-end topic moderation

Published on April 20th, 2016 by Sarbloh

Hello,

Firstly, thank you for creating such an amazing forum platform. People from around the world take great benefit from this free and remarkable resource.

I would like to know if its possible to have a 4th column on the topic list page in a forum for admins/moderators to edit/delete topics instead of going to the backend?

Thank you,
Dal

avoid fake/spam-user registration

Published on April 20th, 2016 by saschamueller

Hi,
i dount know if this is the right place for my question, but maybe you can help me.

is it possibpe to protect the user-registration to avoid spam-users?
what spam-protection cani use?

WP-API create a new topic and assign a parent forum

Published on April 19th, 2016 by pathardepavan

Dear All,

I have a mobile app.I am able to list the forums. Get all the threads under forum. Now i want to create a thread under a forum. I am able to create now with wp-api. I am not able to assign it to a parent forum.

Tried with post_parent and parent_id with no luck.

can any one help ?
Thanks,
Pavan

Skip to toolbar