Skip to:
Content
Pages
Categories
Search
Top
Bottom

Login and Register Shortcode

Published on August 22nd, 2012 by ryuken2

I am trying to create login box and register link in shortcode function.

function add_login_form() {
    if(!is_user_logged_in()){
        return wp_login_form();
    }
    else {
        return;
    }
}

So I get the login box but not sure how to add the bbpress register link if the user is not logged in. code where i want to add the register link along with the loginbox,not sure how to do that. Any pointers or suggestion in code?

Just help to get started

Published on August 22nd, 2012 by Jerry

I would like to install bbpress on a wordpress site I am trying to build- all static pages, so all loged in users to the website domain and sub domains (not multi site) have access to the forum and public viewers of the site do not know the forum exists. Also, the forum should not be indexed or published on the internet.

User-Groups Restricted Forum Access for certain groups

Published on August 22nd, 2012 by thefairystamp

I can’t belive, that this is acutally no out of the box function for bbpress / wordpress – but I have really big issues, with having certain forums or topic just accessable for certrain user groups.

It seems impossible, to create something, like user-groups, only roles can be done – thats okay. But Even with the Members Plugin, where I can create certain roles, it is absolutely impossible to specify, which user-role has access to a forum or topic.

Ex.: I created a user Role, then I created a forum, and I set the User-Role I created to be the only User role, that should have acccess to it. If I set the visibility to public, everyone could see it, If I set it to private, only logged in users could see it – everyone.

Isn’t there ANY way, to let my customer

  • create User Groups (or roles)
  • apply them to users
  • and specify at each forum OR Topic, which user role should have access

We really need this! I know that this is possible with BuddyPress, but with my years of WordPress Experience, I have still no clue how to make a hole BuddyPress Site – there is no satisfying documentation about it. (as well as with bbpres.. btw..)

bbpress not works with Mystique theme

Published on August 22nd, 2012 by bhatiacane

bbpress not works with Mystique theme Version 3.3.2

pls help me to solve this issue.

short url :
goo.gl/Xb96K

Add this topic to your favorites and Subscribe does not work for authors

Published on August 22nd, 2012 by tkomuro2k

Hello guys,

I am running wordpress 3.4.1 and bbpress 2.1.2..
The Add this topic to your favorites and Subscribe button works well for Administrators but not for Authors
Author clicks those links, the span goes red color and happens nothing..
Would anyone suggest me what may be causing this?

Thank you!

Page Layout Messed up when I set bbpress Forums to Static Home Page

Published on August 22nd, 2012 by kate.t

Hi there, can any kind expert help me out? I’ve been doing lots of trial and error but I still can’t figure out the solution:
When I set my bbpress forums to wordpress home page, the page layout gets messed up
i.e. http://semjunkie.com/
If one goes directly to the forum page, the page layout displays how its supposed to
i.e. http://semjunkie.com/forums/

I really want bbpress to be on the home page though, is there anything I can do to make it display correctly when its set to static home page?

Horizontal Login Box

Published on August 22nd, 2012 by ryuken2

I have added the BBpress login box using BBpress shortcode but it is adding the vertical login box, which I don’t want. I am looking for horizontal login box that will keep both username and password on same row.

I am not sure how to approach this? Is there any way? I mean using CSS or php tweak?

Multisite User Problems

Published on August 21st, 2012 by matrixd

Hello, I have a multisite 3.4.1 – buddypress 1.6.1 – bbpress 2.1.2 installation in a subfolder: mysite.com/subsite/ and I have some User Problems. Both Buddypress + bbpress are network activated.

1. When a user register he doesn’t appear at the main site but in the Superadmin users area.

2. Registered users can’t write reply’s or new topics, the following message appears: “You cannot create new topics at this time.”

What did I make wrong?
Why I can’t see registered users in the main site, so I can give them some roles?
Is there a solution?

Thanks
Kostas

p.s. The multisite+buddypress+bbpress installation and the main site is in the subfolder.

BBpress permalink problem?

Published on August 21st, 2012 by Gianluca

Hi

i use worpress 3.4.1 and I installed bbpress 2.1.2 on my site karnhack.com.

I have the permalink activated (I have tried to reset it) and the wordpress page is named karnhack.com/forum-test

When i click the forum “provaforum” bbpress opens the contents out of my site and ignores the permalink /forum-test/

Could someone help me? thank you very much

Users not integrating into the Forum

Published on August 21st, 2012 by Zion Oyemade

When a user login to the the site, they are automatically logged out out when the forum is visited. The only exception is the ‘admin’
I really need a fix to this issue.

I’m using the latest version of WordPress, and my site is www.cvshore.com; bb version is 2.1.2

Skip to toolbar