bbPress is a popular forum plugin from the creators of WordPress.
0
votes
0answers
10 views
Latex in bbPress Plugin
I have installed bbPress plugin in a wordpress site. I have tried various latex plugins but plugin works for normal wordpress posts and pages but it does not work for bbPress forum.
Is there any way ...
0
votes
0answers
8 views
Password Protect BBPress
I am looking to setup a simple password protection for BBPress. No username, just a password, the user will then need to login to the forum if they wish or remain logged out and simply view it. Note ...
0
votes
0answers
17 views
BBPress profile - add custom pages
In user profile I want to add custom pages is it possible ?
To edit profile there is the link: http://www.example.com/users/username/edit/
Is it possible to get custom page for example?
...
0
votes
0answers
22 views
How to change the [topic title] in URL to [topic id] in bbpress
I have a problem about bbpress.
The URL:
http://127.0.0.1/forums/topic/%E6%99%AE%E9%80%9A%E7%94%A8%E6%88%B7%E5%8F%91%E4%B8%AA%E5%B8%96%E5%AD%90/
Because of the Chinese word it looks ugly.
So my ...
0
votes
0answers
28 views
bbpress forums working for buddypress groups, but threads showing 500 internal error
I have WP , bp and bbp ,
created groups successfully
created forums for my groups successfully
wrote a topic in a forum group, gone to internal server error 500 , but the topic it self writes ...
1
vote
0answers
17 views
How to output topics and replies in bbpress as table?
I need to output the bbpress topic and reply loop in a table format. I'm having trouble finding how one might do this Are there any suggestions on how one might do this? Can this be done using ...
0
votes
1answer
49 views
Setup login/register buttons for bbPress?
I installed bbPress and for the most part it was a fairly simple setup. I just had to activate the plugin and the forums showed up automatically on /forums. One thing I wasn't sure about (and I did ...
0
votes
1answer
73 views
Wordpress -> If Is Role Subscriber Show Image?
So here's the deal..I have Wordpress + bbPress integrated with a membership software (aMember).
On my bbPress forums, under people's username i want to show the Wordpress roles (Not bbpress roles) of ...
1
vote
0answers
20 views
BbPress Register Page in Breadcrumbs
For some reason, the Forums Register page in bbpress plugin is appearing in the breadcrumb, take a look: http://putonthestand.com/forums/topic/let-the-dead-bury-the-dead/
0
votes
1answer
69 views
pre_get_posts and BBPress in Swagger Theme
In the theme I'm using there is a custom.php file where the following code issues a pre_get_post function which adds the custom post types to the original query object.
I've learned that you cannot ...
0
votes
2answers
91 views
Loading bbPress CSS file only on forum directory
I added bbpress forum pluggin in my site to handle discussions, forum or comments. The bbPress CSS file is added to every page of my blog. Now, I want to load it only on forum directory to consider ...
1
vote
0answers
70 views
bbPress: How to set conditional for specific user -or- user role, to be displayed in user profile
I've been trying to set a conditional for specific users (e.g. http://www.mywebsite.org/forum/users/john/) to display a custom "Contributor" graphic within their user profiles. The graphic would be ...
0
votes
1answer
136 views
How to change role titles in Bbpress?
Default role titles in BBpress are "Keymaster" and "Participant".
I want to change them. I tried the solutions in this page but they didn't work in my bbpress. Probably, the solutions are for old ...
1
vote
1answer
134 views
Require tags for bbPress topics
I want to require my forum members to enter at least one word into the "tags"-line, when they are creating a new topic.
As regards plugins and solutions, what I found so far is the WyPiekacz-plugin ...
0
votes
0answers
33 views
Registration confirmation redirecting to wp-login.php in BBPress [duplicate]
In bbPress 2.2.3 when a user registers they get taken to /wp-login.php?checkemail=registered wich says “Registration complete. Please check your e-mail.”
I don’t really want people to see that ...
1
vote
1answer
83 views
how to edit bbp_forum_freshness_link() format
I'm trying to find how to edit format of bbp_forum_freshness_link() function in bbpress plugin. E.g. currently it displays how many days ago there was last activity and I would like to display date. ...
1
vote
1answer
168 views
bbpress change the word forum, topic, reply in the forum to another word I choose
bbpress
I would want to customize my Forum in bbpress.
by changing/replacing the words that appear on the forum layout.
I would like to change the words (everywhere they appear): Forum, topic, reply. ...
0
votes
1answer
128 views
Using my own user table
Quite a broad question but I was wondering if it's possible to remove user management from WordPress and let it be handled by a remote database?
I have an existing user table with everything I need ...
1
vote
1answer
53 views
Is there a way to import Blogger into bbPress?
I have a blog on Blogger that I would like to turn into a bbPress forum. This is a blog that has essentially been used as a forum, so bbPress is a better solution. Unfortunately, by default bbPress ...
2
votes
1answer
425 views
How to edit bbPress template files - WordPress + BuddyPress + bbPress?
I am using BuddyPress 1.6.1, bbPress 2.1.2 and WordPress 3.4.2
I follow the guide here.
In the end, I did the trick pointed out by Sarah Gooding because mywebsite.com/forums was blank right after ...
1
vote
2answers
318 views
Empty “Forums” page BuddyPress site wide forums - bbPress
The main "Forums" page where all forums are supposed to be listed is empty.
What have I missed here or the combination of BuddyPress and bbPress caused this page not to work anymore?
I have followed ...
1
vote
1answer
113 views
How to convert WordPress comments to bbPress replies
I have a old blog that I would like to upgrade to a blog/website with bbPress forums and would like to convert the post to topics and the comments to replies. I already created my topics and now I ...
0
votes
1answer
144 views
Change the avatar ratio in bbPress login widget
I am using bbPress on my site and have (bbPress) Login Widget on my sidebar.
Is there a way to change the default image size from 40 to 80 or other number?
here is the code from the core files:
...
1
vote
2answers
185 views
How to export bbPress (forums, topics, replies) and all users?
I've searched a little and I could not find a straight working answer.
I want to export all users and their bbPress(2.1.2) forums, topics and replies to another fresh WordPress installation?
If ...
0
votes
1answer
132 views
How to display BBpress statistics?
This seems like a fairly simple question, and I'm sure I'm overlooking something, but how does one display forum statistics (registered users, posts, etc.)? I see there is a template in the theme ...
3
votes
1answer
254 views
Creating nested forum loops in bbPress
I'm creating a customised forums front page for bbPress, by listing forums in a different way to the bbPress default.
Essentially what I'm trying to do is replace the use of bbp_list_forums() with a ...
0
votes
0answers
182 views
How do I get topic-id or topic-no in bbpress? [closed]
I’d like to be shown topic no or topic id in topic list.
what should I edit in loop-single.php file?
please show me getting topic id codes.
thanks.
1
vote
0answers
86 views
Need users to be able to posts without being approved on bbPress
I have the bbpress plugin installed in my custom Wordpress theme and everything works great, except that I can’t get users to post topics and replies without me approving it all the time. I need some ...
1
vote
0answers
99 views
which plugin should i install to use these XML-RPC methods
Can any one tell me which plugin should i install to access these XML-RPC methods,
// - Demo
0115
'demo.sayHello' => 'this:sayHello',
0116
...
0
votes
1answer
110 views
Can't Find BBPress data in Database
I have installed BBPress in my Buddypress Based Wordpress Site. And i m unable to find any table of bbpress which contains data from the forum in my database.
Where can i find it?
1
vote
0answers
32 views
Trouble installing bbpress
I'm trying to install bbpress 2.1 on wordpress 3.4.1 and I am running into some difficulties. When i try to go to /forums (which is my "Forums base" setting) I get a 404 page. I have tried resetting ...
0
votes
2answers
391 views
How can i show Cubepoints ranks/points in bbpress replies
i've been searching for a while now on how to show Cubepoints Points and Ranks in bbPress replies right below the user avatar and name...
Found the template file where to show the info, tho not sure ...
0
votes
2answers
152 views
Common user login for two different wordpress installation and bbpress
I have situation, that i need common user login for
Blog A
Blog B
bbPress
I found the solution Single use login for two wordpress installation from Justin Tadlock Blog.
Installing two WordPress ...
0
votes
1answer
238 views
Cant edit profile from frontend
Hope you can assist.
Background:
I have a multisite config. Users need to be able to update their profile from the frontend, via their profile page, which is something like, ...
13
votes
3answers
561 views
Integrate Wordpress and bbpress profiles?
I have installed bbforum plugin in my wordpress. However It has two separate profiles for the blog users and the forum users. Blog users have profiles url:
/author/test/
While forum users have ...
1
vote
0answers
228 views
bbPress plugin: forum lists not showing in correct order?
I'm running Wordpress 3.3.1 and bbPress 2.1 (plugin, not standalone)
my forums are are not being listed in the front page archive or forum summary pages in the correct order; I double checked many ...
0
votes
1answer
173 views
How to remove ( 0, 0 ) from forum page in bbpress
I would like to remove trailing (0, 0) from the /forums page (forums being the 'forums base') in bbpress. The site is also using buddypress and bbpress got installed as a part of 'group forums'.
...
0
votes
1answer
214 views
Form validation on user profile edit
I have added a custom field to user profiles in bbPress however I am unsure how to do form validation other than javascript. I would like to do some PHP validation however the few things I have tried ...
0
votes
1answer
192 views
phpBB 3 to bbPress
I am updating a diabetes forum to make it more extensive for which I have previously used phpBB 3. I have decided to use WordPress on the new build and have installed bbPress, however, I would like ...
4
votes
5answers
805 views
How to change the text of link 'Home' in bbPress forum breadcrumb?
I just installed bbPress 2.0.2 forum plugin for WordPress, and would like to change the text of link Home to iGeek (or anything else, for that matter).
So the breadcrumb Home › Community becomes ...
1
vote
1answer
905 views
How to disable sidebar only in bbPress and not WordPress?
I am trying to integrate bbPress with WordPress, and the only thing in my way (for now) is the sidebar. How do I disable sidebar in bbPress?
I know that one way is to manually remove or comment out ...
1
vote
2answers
659 views
How to add more fields to bbPress registration form
How can I add one or more extra fields to the registration form in bbpress 2.0.2?
I want to add a textarea where prospective users can write their reason for joining the forum.
0
votes
1answer
108 views
what is the topic-view page's name? in bbpress
I'd like to seperate the "write a New Topic" page by a button.
but, I cannot find the "view topic"'s file.
where is it?
I found the write form.(form-topic.php)
0
votes
2answers
905 views
How do I Create Forums with bbpress Plugin that can only be Viewed by Logged in Users
I'm trying to configure forums using the bbpress plugin that can only be viewed by logged in users. I attempted creating them as private but found that sub-forums don't show up on my root /forums ...
0
votes
1answer
105 views
bbpress plugin moderation
I am using the bbpress wordpress plugin for the first time and I can't see any settings for moderation. Does bbpress have moderation built in? I did a search for any moderation plugins but only found ...
0
votes
1answer
457 views
BBPress private topics by default
I'm using the BBPress plugin for WordPress and also the Members plugin. Does anyone know of an easy way to make Topics for members only by default? I know the Gravity Forms forum does this but I do ...
0
votes
1answer
64 views
bbpress plug-ins and buddypress
Is it possible to use the standalone bbpress plug-ins with a buddypress site - using bbpress forums site-wide and disabling the buddypress forums. I need to add moderation. I have decided not to use ...
0
votes
1answer
574 views
How do I to override login redirect on specific pages?
Description:
I'm using a WordPress plugin that applies specific redirects after logging in based on users and roles.
The problem:
I'm using a sidebar widget to allow users to log in on blog and ...
0
votes
1answer
182 views
how to use custom post types collectively integrated with each other
i will star with some back ground and my goal before i gt to the point
i am trying to make a anime viewing website using wordpress like
www.watchanimeon.com and
www.animedreaming.tv
i tried a ...
6
votes
1answer
2k views
How to edit posts with the new wp_editor api?
I am using bbPress 2x and modified the plugin to use the new wp_editor in place of the textarea for adding new topics and replies. This part works beautifully.
Where I am stuck is when a person ...
