Search Results for 'bbpress'
-
Search Results
-
WordPress version: 3.5.1
bbpress version: 2.2.4
http://cchfh.org/testI created a user role called Board using “members” plugin and assigned all roles shown here for participant (http://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?
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?
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
Topic: No forum roles
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
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?
Topic: Upgrade problem 1.0.2 to 1.2
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!
Topic: I will pay for support
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.
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.
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,
Hello folks,
I’ve been having a problem with my Buddypress MulitSite after installing bbPress. (Initial thread http://buddypress.org/support/topic/lost-the-ability-to-add-member-moderator-and-other-user-roles-in-my-site/)
On a subsite I created a while ago, on the âAdd New Userâ page (http://sub1.example.com/wp-admin/user-new.php) I can add a new user while assigning their role as: Admin, Editor, Author, Keymaster, Member, Blocked, Inactive, etc
But on another subsite I created today, on the same âAdd New Userâ page, the only roles I can assign to a new user are: Subscriber, Administrator, Editor, Author, Contributor.
Just those 5.
The only change I made in between was installing bbPress.
One thing I just noticed is that for the âfunctioningâ subsites (where I can see âallâ the roles), under the users page (http://sub1.example.com/wp-admin/users.php), the admin is also the keymaster.
In the new sites being created (without âallâ the user roles), the admin is not the keymaster in the user page. In fact, there is no keymaster.
So does this problem stem from bbpress? I only recently installed BB-Press plugin, before the problems began. So Iâm assuming this might be the problem. I network deactivated it, but the problem still stands.
Any ideas how I can fix this?
Any theories?
