Skip to:
Content
Pages
Categories
Search
Top
Bottom

How do people register to post on my forums?

Published on December 23rd, 2012 by Lachdahnan

WP: 3.4.2
BB: 2.2.3
http://www.grumpybread.com/forums/forum/grumpy-forums/
Tested on Nightly x64 and Opera x64 browser.

No login or register button is showing. It just says:
You must be logged in to create new topics.

Any idea why this is not working?

Posting as admin seems to work fine. And if I check the box ‘allow anyone to post’ then it works.

I did try googling help and did try some other fixes but they either did not work, I did not fully understand what to do, the links were broken or I just missed something. I am new to the entire WP scene and now I do seem to be stuck.

Here is where I have looked so far:

BBpress new user registration

Single Registration for WP and BBPress

https://wordpress.org/support/topic/login-for-users-of-bbpress-forum

http://www.webhostinghub.com/support/website/bbpress/tutorial-on-enabling-user-registration-in-bbpress

Users can't reply or create posts

How do people register?

How to get users to be able to post in forums

My bbpress is useless if users can't register…and no one can help?

How can forum visitors register or log in?

after install, user registration, new posts and viewing themes are not working

No login/register button link on forum page

Make a new login page

Thanks.

wp_insert_post(), Creating a sticky topic with forum parent parent.

Published on December 22nd, 2012 by Leo Blanchette

I’m writing a theme function which automatically creates a discussion forum for a post on publish. I can create a forum and a topic, but linking the two has proven difficult. Here is what I have:

$forum_topic = array(

'post_title' => $post->post_title . ' - test. ',

'post_content' => $post->post_title . ' test',

'post_name' => $post->post_title . 'test',

'post_status' => 'publish',

'post_parent' => $created_forum_id,

'post_type' => 'topic',

);

$posted_topic_id = wp_insert_post($forum_topic);

Then, making it sticky, this is what I’ve attempted:

`update_post_meta( $created_forum_id, ‘_bbp_sticky_topics’, array($posted_topic_id) );`

Both the forum and topic are created, but the parent and sticky are not assigned. How can I do this?

Post Body Text Color

Published on December 22nd, 2012 by rlrandolph

I cannot for the life of me figure out what CSS code is causing the text to be grey on the body section of a new forum post.

Any help would be appreciated.

http://troythunderbaseball.com/forums/forum/8u/

Users that have not activated their account see blank page upon login

Published on December 22nd, 2012 by Ansidious

WP v-3.4
BP v-1.2.8
(can’t update as previous owner of site customized some elements that restrict updates)

When a user tries to login without having activated their account they run into a blank page. I can not find the redirect that makes this possible. Any suggestions?

Q and A using bbpress

Published on December 22nd, 2012 by knaveenchand

I am trying to design a Question and Answer theme by customizing bbpress where Topics will be Questions and Replies will be Answers. I am able to change the display names and slug names of ‘Forums’, ‘Topics’ and ‘Replies’ into ‘Sectors’, ‘Questions’ and ‘Answers’ respectively using str_ireplace functions. (Please note that I have also changed ‘Posts’ into ‘Answers’). Its pretty easy until here. The problem I am facing is this:

When the single topic is displayed, the headers appear like this:

Author | Answers
Admin | What is the Capital of USA?
User1 | It's hmm.. I don't know.
User2 | I think its New York.
User3 | No Guys its washing ton.

The first post is in fact the Question. Unfortunately it also appears under Answers. I understand that I have to deal with the loop now because all posts looped in this topic naturally appear under Posts (in my case ‘Answers’). This was how bbpress is designed. But is there a way where I can have a different header for the very first post in my single topic and rest of the posts will have different header. For example:

Author | Question
Admin | What is the Capital of USA?

Author | Answers
User1 | It's hmm.. I don't know.
User2 | I think its New York.
User3 | No Guys its washing ton.
Author | Answers

How do I get this? Do I have to edit the loop or call it twice? If so, how do I set the query to get only first post in the first block and all posts minus first post in the second block.

Would appreciate any help. Thank you.

PS: I am using bbpress 2.2.3 along with Skeleton Theme (which has inbuilt theme support for bbpress).

Cannot post a topic in Japanese

Published on December 22nd, 2012 by yamaden

WordPress Version: Latest
bbPress version: Latest

Hello, I cannot post a topic in Japanese when I use a theme called ExtraNews I purchased. With the theme whenever I type a word and hit space key to convert the word into Japanese, the page automatically starts re-loading itself. It doesn’t happen with TwentyEleven theme. Could you tell me how to fix this issue?

http://www.thestardust.us/forums/forum/classified/buy-and-sell/

Thank you.

eror 453 when activating bbpress

Published on December 21st, 2012 by Gegeadmin2

Hi I tried to activate bbpress on one of my sites and got this message:

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453

Warning: Invalid argument supplied for foreach() in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453

Warning: Invalid argument supplied for foreach() in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453

Warning: Invalid argument supplied for foreach() in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453

Warning: Invalid argument supplied for foreach() in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453

Warning: Invalid argument supplied for foreach() in /home/content/80/7104980/html/wordpress/wp-content/plugins/bbpress/includes/core/capabilities.php on line 453

which appears on my WP dashboard as well as on the site itself.
Any try to access another page of the dashboard logs me out.
Any help would be appreciated.
Thansk
G

Members only (but special)

Published on December 20th, 2012 by philvip

Hey folks,
I’m trying to get my Forum up & running, now I have a question about rights, roles & permissions.

I’m trying to achieve the following:

Have a member only Forum, the visitors can see the categories, forums, and threads in there (so they see there’s some action going on) but they can’t see replies, answers and contents of the threads.

If you set the forums to private you don’t see anything…

Anyone knows a solution for that?

Getting all topic id's in a forum

Published on December 20th, 2012 by peejfancher

I’m looking for a way to get all the topic id’s that are in a particular forum. I need to do this from loop-single-forum.php

Basically, while inside the forum loop retrieve all the id’s of the topics within the current forum. Tried searching the docs and forums and couldn’t find a clear answer. Any help would be much appreciated! Thanks!

Plugins for BBPress 1 available ?

Published on December 20th, 2012 by defthomas

Hi

Any idea where i can find plugins for old version of the BBPress 1.0 ?

Many Thanks

Skip to toolbar