Search Results for 'bbpress'
-
Search Results
-
Hi,
I am new to WordPress bbPress. I’m using theme smartmag and bunyad bbpress login widget. The registration button was working fine till day before yesterday and then suddenly stopped working. Now if I click on the register now button it makes the screen grey and hangs the screen as well. Any lep will be greatly appreciated.
Thanks
Topic: How to hide a user IP
Topic: Updating my import
So I had to do a large import from vbulletin to make sure it would convert to bbPress, and everything works perfectly.
My question is this: There have been a few hundred more posts since my import on the client’s old site (current site) that I will need to import. Do I have to start over? Or will the importer just get new posts? I tried running the tool again, but it was still converting anonymous reply authors, which I killed because it didn’t seem to be needed. What would you suggest I do to move over the rest of the posts?
WP 4.4.2
BBPress 2.5.8I’m creating a custom import module from the Example.php file that comes with the installation. I’ve filled in the table and field for everything that is available from the previous forum software (WebWiz) and have commented out sections that don’t have information to map.
Upon start, the importer trips up at the Join part of the forum section. I need to know what to put in these areas:
// Setup the table joins for the forum section $this->field_map[] = array( 'from_tablename' => 'groups_table', 'from_fieldname' => 'forum_id', 'join_tablename' => 'forums_table', 'join_type' => 'INNER', 'join_expression' => 'USING groups_table.forum_id = forums_table.forum_id', // 'from_expression' => 'WHERE forums_table.forum_id != 1', 'to_type' => 'forum' );The “groups_table” and the “forum_id” fields are the ones I don’t know where to find.
On a realted subject, what of these mapping statements are absolutely 100% necessary to get a successful import? I can send anyone the module code if that helps.
Topic: Edit bbress login form
What files and what way am I supposed to modify if I wish to change the appearance of bbpress login form in this way? My forum: http://www.posuzujeme.cz
Original login form layout:
Original
Bewished login form layout:
Custom
WordPress v. 4.4.2
bbPress v. 2.5.8.Hi,
My website it theoutdoorarmory.com
I use bbPress forums on my website here: https://theoutdoorarmory.com/forums/
What can I do to have my visitors log in through facebook before they could post on the forums?
Do I need a plug in for that?
Thanks
DaveI have an intranet site that uses JS Support Ticket plugin for internal IT ticketing. When bbpress is activated nothing in this plugin works. I have had to disable bbpress until this can be fixed. Any thoughts on repair?
Hi All
I’m still new to BBPress and to WordPress if I’m to be honest…
I am using the Woo Storefront Theme.
I have created a new page on my website and called it “forum” and then used the
[bbp-forum-index] shortcode on that page.1. I have installed a plugin that allows me to turn off my page title but for some reason BBPress seems to be overriding this feature which is working fine on all my other pages? How do I turn my page title off within BBPress?
2. I have also set up a few forums, one of them called “School Community Discussion”
Inside this “parent” forum I have created two child forums called “Michael Mount Waldorf School” and “Moore House Academy”When I click on one of the child forums to post a new topic, there is no “new post” window for me to add a new post. This window is only available at the parent forum level!? How do I resolve this?
3. I must say that I’m dumbfounded that BBPress doesn’t have a “Post new Topic” button that will allow you to click and then select whichever forum you want to post into from a dropdown menu. I there any way to create a button like this?
Thx
KbHello,
I just updated a recent installation of bbPress (version 2.4.? to 2.5.8) today and “Change Forum Role” in the Users>All Users interface is not working. However, the all roles (site role & forum role) are editable when following the edit link under the users’ name. This is a version 4.4.2 Multisite installation and I have tested bbPress both as a Network install and a single site install with the same results. Here are some screen captures…
Selecting user and moderator:

Clicking the Change button:

After clicking the Change button:

Thank you,
DonSetting up a new forum, and need some input. (this isn’t an installation question, but it also didn’t fit into any other forum category, so it’s going here until someone lets me know otherwise.)
Looking to do a single-page forum, with managed/moderated (top level) topics, and open commenting there-after.
I’m a little unsure of where I need categories/forums/topics.
I will have a fixed number of categories (my term here, not bbp-catagories I think), that will be “Genres.” I don’t think bbpress-categories work here, as I can only have forums and not posts under them. Also I want the ability to “enable/disable” the active ones, and all of their content, depending on the month.
Under each category, I want primary “posts”/topics. Each one will be an article, something like either a review or a historical analysis. These will be written by specific authors, and moderated/approved by an admin. Normal users can’t post at this level (although maybe a submission form down the line, but still would have to be approved by a moderator.).
Then below that, the whole of registered users can comment/discuss. This would be the heart of the forum.
So it would be more of something like a newssite with comments, than a traditional open-ended forum. [Or like the old slash dot used to be, with primary articles (usually links to other content with a little commentary by the user that submitted it), and the bulk of the community activity was the discussion on each story.] But still would like it driven by bbpress, as that leaves room for future expansion/changes without having to restart.
So what’s the best way to leverage the categories/forums/topic here?
3 categories, each with 1 forum in it?
3 different forums (ignore the category)?
Try to use something else like tags?
Other?As this is so simple, I had a question about how to do this on a single page [3 key elements: 1) menu for genre/category, 2) sidebar with recent items for the genre/category, and 3) content area populated from whatever was clicked on in sidebar. No page for individual post. No topics/directory/archive page. Single page is all that’s needed.] but think I need to get the categories/forums/topics sorted out first.