Hi there,
Is it possible for the admin of the site to have a list of the users registered on their forum? If there is one already I can’t seem to find it =/
This is my site: http://wialmalaysia.com/community-4/forum
Hi there,
Is it possible for the admin of the site to have a list of the users registered on their forum? If there is one already I can’t seem to find it =/
This is my site: http://wialmalaysia.com/community-4/forum
Hi, I’ve set up my Forum and have put the Sidebar to the right side of my page through the page properties. On the main forum page everything is just fine. But if I’m opening a topic the sidebar is allways on the left side. I can’t find the option to change that.
Any suggestions?
Dear users,
Topics that have been responded to seem to have lost the text that was set in when the thread was created. This text is shown in the admin when the string is examined, but not visible when the string is examined on website.
This is not happening in all threads, and we cant figure out what could be causing this.
Any ideas?
The freshness shows something like this, 1 hour 50 minutes ago. I want it to show the exact date, when something is posted.
How can I do this?
Facts:
– WordPress 4.2.2
– bbPress 2.5.8
– Theme – Karma 3.0.3
How do I change who gets notified when there is a new user registration request? The default email address that is in my WP profile is not necessarily who I want to get the new user requests as the persons managing the forum are separate from those managing the general site, etc.
Thanks
hello,
as mentioned in the title the meta titles in the user’s profile page along with the search pages don’t show and instead it shows the entire url.
any way to fix them?!
PS: they were working fine before but now they don’t
I was wondering if there is any plugin available to create a new topic via email.
I’m using a contact form which I would also like to use to auto-create a topic containing the same information which was sent to me by email.
So I thought about connecting the email-account to bbpress, so anything is posted automatically to bbbpress as well.
hi. i want new topics and replies to show up in the activity stream, but right now they are not.
i added this to bp-custom.php:
add_post_type_support( 'topic', 'buddypress-activity' );
which works, but with a generic “UserName wrote a new item.” it seems like there must be a better, easier way to tie the two together. looking at the bbpress files, i see this:
public function register_activity_actions() {
// Sitewide activity stream items
bp_activity_set_action( $this->component, $this->topic_create, esc_html__( 'New forum topic', 'bbpress' ) );
bp_activity_set_action( $this->component, $this->reply_create, esc_html__( 'New forum reply', 'bbpress' ) );
}
i don’t know if they’re not getting called or they’re conflicting with something or what, but they aren’t doing what it seems like they should be doing. is there a setting i’m missing to activate this feature?
little help?
Hi all,
I have a hierarchical forums (> 20) and I use bbp_insert_topic functionality to create topics programmatically. Everything is fine so long as we rely only using bbpress. But suppose I want to create a post and want a corresponding topic following the same hierarchy and tags, how can I do that ?
That is, how can I merge something like this:
WordPress <—–> bbpress
All this is because I wish to avoid duplications of category names and tags across the some posts and topics that I intend to create.
I know how to create a post with a given parent id, using wp_insert_post,
Can I set the post id as a child to a Forum Category ? Am I mixing apples and oranges , can it be done ? What should be a right approach ?
Hi, I’m having an issue with my forum styling. I was successful on changing the colors I desired except I think Im having another internal issue about the replies to any forum post being transparent/opaque.

Here you see the first post being a bold orange which is the Topic background color. I have the same color and a lighter version setup for div.odd and div.even. They seem to work except there also seems to be an overlay over the whole reply section. Anyone have any suggestions?