Skip to:
Content
Pages
Categories
Search
Top
Bottom

Participant role not displaying forum

Published on March 11th, 2013 by talkingD0G

WordPress version: 3.5.1
bbpress version: 2.2.4
http://cchfh.org/test

I created a user role called Board using “members” plugin and assigned all roles shown here for participant (https://codex.bbpress.org/bbpress-user-roles-and-capabilities/#participant)

I set the WordPress General settings, New User Default Role, to Board.

I set the Default role for the Forum to Participant.

I created a test user account which is set to Board and Participant. When I login with that account and go to the test page the forum doesn’t show up. But it does show up with my Admin role account.

What am I doing wrong?

Show Image Under Username Based on WordPress(not bbpress) Role?

Published on March 11th, 2013 by AllenPayne

Well here’s what i’m trying to do..

I want to show an images below usernames in my bbpress forums, based on the WordPress role of each forum poster.

Here’s what i figured out so far:

– I found out that i need to edit loop-single-reply.php to show something under username.
– I figured out (i think :P) that bp_get_reply_author_id() is the string that gets the details of the bbpress poster.

Now here’s what i got so far:

global $current_user;
bp_get_reply_author_id();
switch (true) {
case ( user_can( $current_user, “subscriber”) ):
echo ‘image’;
break;
case ( user_can( $current_user, “contributor”) ):
echo ‘image’;
break;
case ( user_can( $current_user, “administrator”) ):
echo ‘image’;
break;
}

My code doesn’t work. I cannot get it to show an image based on the WP role (not bbpress) of the user. Can anyone help?

How do I figure out which file I can open to edit part of the theme?

Published on March 10th, 2013 by wpmhweb

Hello, I am trying to customize the new bbPress theme by copying the bbpress and css folder to my primary site theme. But I find too complicate and time consuming hunting down parts of the theme I want to remove or modify. Is there an easy way to figure which is the file template I have to open to remove or modify part the theme?

Thanks,

Buddypress 1.7b / bbPress 2.3b2 topic gets posted in all forums

Published on March 10th, 2013 by akgt

I was using bbpress 2.2.4 with buddypress 1.7 everything was fine, I removed 2.2.4 and installed bbpress 2.3 beta 2 and all topics disappear, so I removed them and post new ones but they show up in all the group forums, not just the one i posted in.

Im not sure what the problem is.

I did not get any replys in the other forum so im posting here

No forum roles

Published on March 10th, 2013 by Dominykas

Hi All,

I’m using the latest version of bbPress plugin.

I don’t see any forum roles such as: Keymaster, moderator etc. when I’m editing or adding a user. Any idea what might be wrong?

Thanks

"topics" "post" "freshness" not responsive

Published on March 10th, 2013 by clickmac

wordpress version: 3.5.1
bbpress version: 2.2.4
link to site: http://www.trottyzone.com/forums/

I have a responsive theme, as you can see i have trouble with bbpress font-size responding to width of window.
when u make the width of the window smaller, the “topics” “post” “freshness” gets jumbled all together.

how can i change the font-size to respond to change of width of window?

Upgrade problem 1.0.2 to 1.2

Published on March 10th, 2013 by

Hello

We’ve been using bbpress almost since the beginning, and we currently have a quite big forum.

Site is this http://iphonefan.com forum is here http://iphonefan.com/foro as you can see it’s also quite modded and customized.

So upgrading was not something we did frequently, but a recent necessary php and mysql upgrade forced us to upgrade our wordpress and bbpress. WordPress upgrade went ok, but bbpress was a problem since we just learned it moved from being a standalone version to a plugin version.

Since the problem we had was the the recent php and mysql brought some error like these:

`Deprecated: Assigning the return value of new by reference is deprecated in /home/ifans/public_html/foro/bb-settings.php on line 186

Deprecated: Assigning the return value of new by reference is deprecated in /home/ifans/public_html/foro/bb-includes/backpress/functions.wp-object-cache.php on line 108

Deprecated: Assigning the return value of new by reference is deprecated in /home/ifans/public_html/foro/bb-includes/backpress/pomo/mo.php on line 171

Deprecated: Assigning the return value of new by reference is deprecated in /home/ifans/public_html/foro/bb-includes/functions.bb-l10n.php on line 484

Deprecated: Assigning the return value of new by reference is deprecated in /home/ifans/public_html/foro/bb-includes/backpress/class.wp-taxonomy.php on line 581`

Import from 1.0.2 (our latest forum version) to latest bbpress was a nightmare (duplicated forums, topics, posts. Stalled conversions and so on). So looking for advice here ate bbpress forums found that it could be easier if I upgraded first from 1.0.2 to 1.2. I downloaded the legacy version, the backpress files (whatever they were) and the “pomo” folder (also don’t know what it is).

We decided to try to upgrade to 1.2 as suggested. Everything went fine, uploaded files helped, the errors didn’t show in this version, next step was going to the admin panel and upgrade the database, clicked the “upgrade database” button and then another error.

`Network Error (tcp_error)

A communication error occurred: “Operation timed out”
The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.

For assistance, contact your network support team.`

I can’t tell what’s happening, I’ve tried to increase the maximum execution time, the php memory, nothing worked so far.

What can I do? how can I upgrade the database without this timeout error? is it possible to do it through shell? Is a setting I need to move in my server?

Please help!

I will pay for support

Published on March 9th, 2013 by magnuswp

Hi,

I’m having some troubles to customize bbpress to my specific theme.
I really don’t have the time to figure it out all by myself.

Therefore I’m willing to pay a person here on this forum to help customize it to my website.

Thinks to be done:
– Main forum page does not show.
– Translation to Swedish (You don’t need to speak swedish only know how to copy the language file from wordpress into bbpress.)
– And a few other things. More info if interested.

So do you have the experience to fix this for me? Send me a message and we can discuss the deal.

bbPress 2.3b2 with buddypress 1.7b topic gets posted in multiple forums

Published on March 9th, 2013 by akgt

I was using bbpress 2.2.4 with buddypress 1.7 everything was fine, I removed 2.2.4 and installed bbpress 2.3 beta 2 and all topics disappear, so I removed them and post new ones but they show up in all the group forums.

 

Im not sure what the problem is.

How can I add a link once so it appears throughout the forums?

Published on March 9th, 2013 by wpmhweb

Hello,

I would like to add, let’s say a link, at the top of all bbPress pages. In which file can I do this so I don’t have to be adding the same piece of code in every file manually, and only in the bbpress, not throughout the actual site.

Thanks,

Skip to toolbar