You can’t really create a Child Theme for bbPress only.
But if you like to work with the Child Theme idea – I personally think it fails big time but some people really like it then just create a Child Theme if you would do the WP way. https://codex.wordpress.org/Child_Themes
After that you simply add a folder called bbpress inside your Theme or Child Theme folder and copy-/paste the files over from your Plugins directory to your Theme or Child Theme directory.
wp-content / plugins / bbpress / templates / defaults / extras / All those files are general Theme template files and will be read first if you copy them inside your Child Theme folder
wp-content / plugins / bbpress / templates / defaults / bbpress / All those files are bbPress (forum) templates files and will be read first if you copy them inside your Child Theme/bbpress folder.
As of jQuery 1.7, the .live() method is deprecated. Use .on() to attach event handlers. Users of older versions of jQuery should use .delegate() in preference to .live().
Sounds like you’re using an old jQuery version, being enqueued from some other plugin.
When there is none css folder inside you theme folder just create one.
What you’ve done right now is created you’re own custom stylesheet for bbPress that can’t be overwritten by software updates.
What styles you have to change I can’t tell from looking at your picture, but it’s pretty easy to find them.
Make sure you have a Webkit browser installed on your computer ( Google Chrome is reallt the best for this ). View your website and right-mouse-click on the element you would like to change and pick the option ” Inspect Element ” ( I think it’s called )
Now you have at the bottom all the style , there’s also a location + line number where to find the elements inside your bbpress.css file.
wp-content / plugins / bbpress / includes / common / widgets.php
Thats the file you need to have. By default I don’t think you can drag your Widget-code out of there and start using it inside any other WP project. You probably have to add and redesign it to make it work.
The first block goes inside your functions.php i guess,
And all others you have to add where to show – inside your template files. example loop-single-forum.php
That fie can be found in your bbpress plugins directory.
wp-content / bbpress / templates / defaults / bbpress / ** here **
Don’t edit files from the bbpress folder inside your plugins folder because those will be overwritten when bbPress updates.
Just copy files that you need to edit towards your theme folder just like this:
wp-content / themes / [ your theme name ] / bbpress / ** here **
Encountered the same issue a couple of days ago.
I was able to fix this by going to Tools > Forums.
and try this option – Remap existing users to default forum roles
Although I actually did every option before checking if everything was working, I’m suspecting that one fixed the issue.
I’m running wordpress 3.5.1 and bbpress 2.3.2. I’m having difficulty viewing/editing a users profile.
When you click on the name of the person who started a topic, or on your own “Edit Profile” link, the site “spins” for quite awhile then displays a very large page that has a large number of that users profile displayed over and over again. If I click on one of the links in any of the profiles…like “Topics Started” all is well. I get the users profile with a list of the topics they have started to the right of it.
It’s just the first link that has the problem. It looks like thte code is caught in an infinite loop that just keeps returning the users profile over and over again.
I’m wondering if it could be the bbpress.php file causing the problem. I thought I had the default version with a few things commented out. Here’s what I have:
It’s pretty simple, install User Role Editor plugin into your WP. Then visit plugin and reset all user roles to default and it’ll work…I had same problem but now it’s working..
You might want to consider S2 Member plugin that can restrict access to certan pages. It is straight forward to set up and there is also some integration with BBpress roles.
For each member you have to set the level of S2 membership, default S2 comes with 4 membership levels and you can assign different access levels to pages and so on.
Another feature is URI access restrictions which should be able to restrict access in the forums.
Instead of an error 404 the users are told that they have to sign in to view the protected contents.
My client has a bbPress/BuddyPress/s2Member forum site with about 400+ members. The site has been running very well for about a year now. This morning I got a call from my client that the Forums are showing Page Not Found on child-forums only. The parent forum pages and topic pages are still displaying accurately. The only change made recently was updating to bbPress 2.3.2, but I can’t say for sure that the problem began immediately after updating.
We are running the following (all up-to-date versions):
WordPress 3.5.1
bbPress 2.3.2
BuddPress 1.7.2
s2Member Pro v130513
I have tried all of the following with no results:
Re-saving Permalinks
Changing Permalinks Structure
Remapping to Default Roles
Changing Archive Slugs and Single Slugs
Flushing Rewrite Rules
Adding some Capabilities Hacks (removed after they didn’t work)
Deactivating every plugin (including bbPress and reactivating it)
No new pages have been added
No new Custom Post Types have been added
I get the same issue regardless of User Role (Keymaster, Admin, Participant, Moderator, etc…)
I am at a loss and my client is getting frustrated. Please help if you can. Thanks!
A client of mine uses a bbPress/BuddyPress site with a decent sized user base (400+) and out of the blue (seemingly) we are getting a 404 – Page Not Found on any Child Forum page. Topics still work, Parent Forums still work and it is the same no matter the User Role (Admin, Participant, Moderator, Keymaster…). All plugins are up to date. We did just upgrade to the latest bbPress and noticed the problem shortly after, but not 100% sure that was the cause.
WordPress 3.5.1
bbPress 2.3.2
BuddyPress 1.7.2
s2Member® Pro v130513
I am NOT using any Role/Capability Plugins.
Haven’t added any new plugins recently.
I tried:
Re-saving Permalinks
Changing Permalinks
Flushing Rewrites
Remapping Roles to Default
Adding some Capability Hacks (removed after they didn’t work)
Checking/Unchecking “Auto Role”
Changing Archive Slugs and Single Slugs
There have not been any new Pages added
I’m at a bit of a loss and my client is getting frustrated. Please help if you can!
Hmm, first of all the bbPress stylesheet shouldn’t be loading on sites that do not have bbPress activated. If it is, then there is a problem some where, because it shouldn’t be.
If you want to customize the bbPress CSS, you’ll want to:
Hi, sorry for kicking up this thread. But I have the same issue or related with disabling the group forum and the link above seems to be down.
I have the latest version of everything. Installed BBPress and BuddyPress. Enabled group forums. I now want to disable group forums. This seems a piece of cake. But when I disable group forums, on the frontpage the link to the group still tries to open [group]/forum. And this provides a notice” page doesn’t exist”.
It seems the group forum is disabled. How can I change the group link so that it doesn’t open to the forum by default, but (for example) the activity stream of the group?
Even when I open a new group without a forum, it still tries to open a forum for this group.
in relation to the “ERROR: Are you sure you wanted to do that?” error, we can confirm that changing the port from 8888 to default (80) one fixes the issue on MAMP Pro.
Author
Search Results
Viewing 25 results - 3,801 through 3,825 (of 6,794 total)