Search Results for '\"wordpress\"'
-
Search Results
-
I have searched for hours and I can’t make sense of how to customize a forum when using bbpress that was installed as a WP plug in.
I want to do two things:
1) get rid of the part that says “This forum contains 2 topics and 3 replies, and was last updated by John John 8 hours ago.”
2) I want to make the forum page wider than the default page width for my WordPress theme.
This seems like these should be very simple customization, but I just can’t figure out how to do it. Can someone point me to where I could learn step by step how to do this?
thanks,
Tom
Hi all,
I have searched the forums but can find nothing that discusses permalinks for the latest version install of WordPress and the BBpress plugin.
This is the issue: I have set up WordPress and then installed the BBpress plugin via the plugin installer.
I have added add_theme_support( ‘bbpress’ ); to my theme and then built all the template pages required so that bbpress functions.
Here is the issue which I need help with:
With the Permalinks set to DEFAULT the integration works with no issues at all. However when I turn on pretty permalinks whilst the main forum page and topic pages work the USER and USER edit pages return a page not found.
I have looking at the SINGLE SLUG area and adjusted but I just resolve the 404 errors for these particular areas.
The one thing I did try is to set up a page called USER with he BBPRESS code. THis worked for the View page but not for the edit page.
Any help appreciated.
Paul
Hi guys ,
I couldn’t install v2 rc4 in my wordpress (latest version with mysql5 and php5). I have this error:
Fatal error: Out of memory (allocated 32505856) (tried to allocate 77824 bytes) in /plugins/bbpress/bbp-includes/bbp-common-template.php on line 1572
Any chance to resolve this problem without increasing my php memory? I just increased it up to 40MB with php.ini because of other plugins and my host (1&1) told me that 40 MB is the max they allow.
Thanks in advance
A.
I see the gravatar profile picture in the forum post and it’s 80 x 80. I would like them all to be 20 x 20, but I don’t know where to modify that. How and where can I do that?
Mark
P.S. I’m using the addin to WordPress.
I am using WordPress 3.2.1 and installed the bbpress 2.0 RC4 plugin. Immediately after activating the plugin, I could no longer access anything on my site. Not the home page. Not the Dashboard. What I keep getting are the following errors.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in/home4/paperwin/public_html/yousuckatkorean/wp-content/plugins/bbpress/bbp-admin/bbp-settings.php on line 589
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in/home4/paperwin/public_html/yousuckatkorean/wp-includes/taxonomy.php on line 2624
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 24 bytes) in/home4/paperwin/public_html/yousuckatkorean/wp-includes/taxonomy.php on line 2631I searched the support forum for “error after install bbpress 2011” but couldn’t find much.
I tried re-uploading the bbpress plugin folder, but to no avail.
It seems like a WordPress issue rather than a server issue since the server is telling me that my error is coming from the WP directory, and I’m able to access other sites on the same server.
Any ideas on how to solve? Is it safe to simply delete the bbpress plugin folder? Will that solve the problem?
I don’t know what the ‘taxonomy.php’ file does. Should I re-upload a virgin copy of it?
Any help would be VERY much appreciated. Thank you!
regards,
Ryan
Starting a new topic as I don’t wish to clutter the VERY USEFUL threaded discussion here:
http://bbpress.org/forums/topic/bbpress-20-theme-compatibility
I’ve been over this topic a few times and can’t for the life of me get what I desire to work, or maybe it’s working and I’m missing something.
My current setup:
WordPress 3.2.1 (single site setup
**Child Theme**
BuddyPress 1.2.9 (disabled forums)
bbPress 2.0-RC-4
My goal is simple: I wish to use a different sidebar within my forum pages to display information that is forum specific, rather than my default sidebar’s contents and widgets.
I’m pretty fluent in WordPress, customizing things and the like. I understand how to display different sidebars and such within WordPress, depending on pages, etc..
My issue:
When I activated bbPress and navigated to my forum, everything displayed a treat. It was PERFECT (minus some CSS for colors and width, etc). I figured I would be cracking into the code just to get it to display correctly within my theme, but it put it right where it belonged within my theme.
When I decided I would like to take advantage of a different sidebar, things started to go out of place.
Following along with the discussion at http://bbpress.org/forums/topic/bbpress-20-theme-compatibility, I:
1. Copied the files within wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/
into my child theme folder:
wp-content/themes/%child-theme-dir%/ – minus fuctions.php and style.css.
2. I added add_theme_support( ‘bbpress’ ); into my child theme’s fuctions.php file.
Upon uploading and refreshing, my theme was broken. The forums were being displayed above everything. At the time, this wasn’t much of an issue, as I figured I could modify the files I copied within wp-content/themes/%child-theme-dir%/ much the same way I modified BuddyPress templates to work within my child theme, but alas, these modifications did not work. In other words – any modifications I made to files from plugins/bbpress/bbp-themes/bbp-twentyten/ into themes/%child-theme-dir%/ did not work.
3. Instead of “merging” bbPress functions.php and css/bbpress.css with my child theme files, I copied bbPress’s functions.php, created a new file within my child theme, copied the contents of bbPress’s functions.php into this file and included it from my functions.php file. I used an @import clause within my child theme CSS file to import bbpress.css. This all seemed to work, as using Firebug confirmed bbpress.css was imported.
Again I uploaded and refreshed, but the theme is still broken, much the same way it already was.
So for now I’ve reverted everything back to the “vanilla” install of bbPress, and everything is back to normal, minus a unique sidebar.
Any and all help is greatly appreciated!
Thanks!