Search Results for 'bbpress'
-
Search Results
-
This is such an obvious feature (in my opinion) so that it is clear on forums who are the admins, moderators, and members.
I decided to see if I could work out how to add it to my forums using my custom theme for bbPress 2.1.
I managed to get it to work after a bit of experimentation and many errors by adding this:
<?php
$reply_user_id = bbp_get_reply_author_id();
global $wp_roles;
$reply_user = new WP_User( $reply_user_id );
$roles = $reply_user->roles;
$role = array_shift($roles);
printf( isset($wp_roles->role_names[$role]) ? translate_user_role($wp_roles->role_names[$role] ) : false);
?>
into loop-single-reply.php.
Hope this is helpful to anyone else trying to do this.
I believe it was a feature on the standalone version of bbPress so why was it dropped on the plugin version? Is this likely to be re-added at any point?
Topic: Upgrading from .9 to 2.0.2
Yeah, I know, it’s been a while. So I made backups of my htaccess, and config file. Deactivated my plugins. Deleted all folders except my-plugins, and my-templates, htaccess, and config file. Then I uploaded everything, in auto for binary and ascii. When I go to my page, I get a white page. I type in bbpress.php and index.php, just white. Now what?
So I just started working with bbpress, and wordpress for that matter. Now I find the profile page not great, it shows stuff like subscribed topics / favorites topics / created topics. I don’t really want any of that.
I have been digging through the files, but I am unable to find out what file actually outputs this, I have a understanding level of php, so I should be able to edit it, if I could just find it.
Thanks
Topic: wp-admin/ no access to Forum
When I click on “Forums” or “Topics” in /wp-admin/ I get this error:
You do not have sufficient permissions to access this page.
I have noticed this:
http://my.website.com/wp-admin/options-general.php?page=bbpress (works)
http://my.website.com/wp-admin/admin.php?page=edit.php?post_type=forum (doesn’t work and this is the one in admin)
How can I resolve this in my Admin section?
Any help is appreciated.
Shep
Topic: bbPress topic replies
Hi,
I have asked this question in WP forum, but got no response there. Maybe someone from this forum will be able to help me on my problem…
I have WP 3.3.1 with bbPress plugin for forum. Replays order in topics is set to descending. Issue is:
Topic has many replays in it and therefore topic is divided in several pages. As ‘replays’ order is set to descending, newest replays are in first page. Problem is after submitting new replay you are sent to very first topic replay e.g. last page of topic.
Any ideas how to get it work in way that after submitting new replay bbPress send you to newest replays e.g. first page of topic in this case?
Hi All,
I have set up bbpress through wordpress and it is working.
I cannot see anyway to manage bbpress but that is on another thread, and the answer to that may solve this.
The bbpress only comes with a Title, Comments and Tags
I want to be able to add at least one other field for a Post
URL for example
Is this possible?
Thanks
D
Topic: Auto upgrade from 1.1 to 2.1
Are they any foreseeable issues with upgrading a 1.1 install to 2.1 automatically from the admin side?
Other than increasing timeout on the server for a large database? And deactivating BBPress?
thanks, Mark
Topic: Changing the word 'Forum'
Hi,
I have just installed bbPress as a plugin, and want to change the word ‘Forum’ or ‘Forums’ to Newsroom.
Is there a way to easily do this?
I have looked into creating a child theme, and adding the bbPress files into my current theme, but all of this seems like overkill for just changing a word.
Any help or advice would be appreciated!
Thanks,
Sam
Topic: Meta Boxes
I am running bbPress 2.0.2 as a plugin on a WordPress 3.3.1 site. I have one forum. It all works great.
I have a plug for WordPress that I created that adds certain meta boxes to blog posts. My plugin uses add_meta_box hook to accomplish this. The theme handles formatting the information at the end of the blog post.
I would like to do the same for bbPress forums on the same site. The plugin doesn’t accomplish it. I would like to be able to add meta boxes on the New Topic form for the bbPress forum, preferably after the Topic Description box but would settle for at the end of the form.
Ideally, I would like to just modify my plugin so that it works for blog and forums on the same site.
Do you think it can be done?
In case there are other alternatives than this approach, my goal is that for certain forums, I want users to supply certain information for each new topic. I would prefer to add form controls to the new topic form that would be required to complete the new topic.
For example, I will have a forum where members can post information about upcoming events. I want them to be required to include in the new topic a date, time, location, etc. I would like to not leave it to them to remember to put these essential bits of information in. I want to make it so that if they forget, their topic will be rejected until they supply that information.
Thanks in advance for the help.
I’m in the process of setting up a new WordPress site. There is no urgency so I can wait if necessary, I’m planning to use BuddyPress most likely and bbPress 2.1. What’s new in 2.1, and is it recommended that I wait for it before installing bbPress? I don’t want to put a bunch of time into it then need to redo a bunch of work. Thanks!
I must be having a weird issue as I have searched and did not find anyone who posted anything specifically like I am experiencing.
I have tried integrating and doing the manual install of BBPress in my WP installation in the plugins directory, and quite honestly I do not like it very much – mainly because I would like the forum theme to be different than my main site theme and did not see any easy way to do this.
I would like the deep integration happening; however, want to install it manually.
So, I downloaded the .zip file ->Extracted Files->renamed to forum->FTP up to root of the site that has the WP install.
Then, when I navigate to mysite.com/forum, nothing happens. I get just a blank screen. This happens across all browsers, no source code when checked and my php errors are set to display and I get none.
Checked file permissions and they are correct.
I have deleted and retried the entire process and still no luck. Any ideas on what might be going on here? Thanks!
Mike
Topic: Members default settings
I recently installed bbpress and then Members so I could restrict some content only to people who have signed in.
What doesn’t make sense to me is that I have a forum that is locked to certain user roles. But if a member posts a topic in that forum, the topic is public and I have to manually restrict its access.
Same thing with a reply. The forum is restricted – the topic has been manually restricted but the reply to that topic is public.
I looked in settings and didn’t see anywhere to change the default settings so that everything is restricted unless I open it to the public (which would be the easy fix for this).
Is there anyway to a) make everything restricted by default or b) make the settings on a topic and reply match the forum it’s in?

