Search Results for 'bbpress'
-
Search Results
-
I know how to create child themes in WordPress, but given that bbpress uses a special theme within the plugins subdirectory I am confused as to where it goes. Can someone please tell me where to put it?
Does the child theme go in this directory?
/Clean_Test/wp-content/plugins/bbpress/bbp-themesOr, here:
/Clean_Test/wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/bbpressOr, some other place?
Hidy ho,
I’m working on creating a child theme for a site and am looking for the right tutorials. I found this link below: http://codex.bbpress.org/legacy/step-by-step-guide-to-creating-a-custom-bbpress-theme/ and was pretty sure this was the most current. Can anyone confirm this is the most up-to-date information for child theming bbpress?
I found and followed a different tutorial that also had “legacy” in the slug – so any help you can offer here would be appreciated.
Thank you.
Luke
Current site:
Wordpress V 3.4.2
bbpress V 2.1.2
Buddypress V 1.6.1Old site:
Wordpress 1 user
phpbb v 3.10 40 usersI converted my forums over to bbpress. Everything went fine.
All the threads and users where there.
I installed buddypress as well and that works fine.
buddypress automatically synced up with all of the existing users.I’m building the site up though so the activity on the site is low. However I’ve noticed something. All of the buddypress features work perfectly. However with bbpress no one can post or reply. In fact the only way admin can do anything is to do so through the dashboard. If admin is broswing the forum he cant reply or create a new topic.
The edit box is there, but when you click ‘submit’ it just reloads the page and nothing happens. I’ve tried this with users at all levels.I wanted to integrate bbpress into buddypress, but the only way I can do that and retain my existing data is to choose group forums with existing install, but that wont work because i dont have a bb-config.php
I have completely disabled buddypress and the problem still exists. Somewhere something in my bbpress configuration must be messed up. any help?
I’m trying to add featured images to forums. I have successfully filtered the register_post_type call like so;
/** * Add thumbnails to forums */ function ys_forum_featured_images( $post_type ) { $post_type['supports'][] = 'thumbnail'; return $post_type; } add_filter( 'bbp_register_forum_post_type', 'ys_forum_featured_images' );That did not, however add the meta box to the post edit page so I further used the following;
/** * Add featured image meta box */ function ys_bbp_featured_images(){ add_meta_box('postimagediv', __('Featured Image'), 'post_thumbnail_meta_box', 'forum', 'side', 'low'); } add_action('add_meta_boxes', 'ys_bbp_featured_images', 100);The meta box then appears but in the image details I see the “Insert into post” button and “Delete” link but no “Use as featured image” link.
Any idea how I get that added?
The only thing I could find were these tickets talking about the link appearing when it shouldn’t:
http://bbpress.trac.wordpress.org/ticket/1633
http://core.trac.wordpress.org/ticket/18669Does there exist anywhere a listing of each file and what it does? How in the world do we newbies figure out which file does what?
Any thoughts?
Bob
Topic: HTML Tags Missing
I continue to have problems with the sidebar showing up below my content.
In looking at the code generated by bbpress, I have noticed that on certain forum pages (the affected ones), bbpress is leaving out the opening body tag.
My forum is at: http://www.cormacmccarthy.com/forums. Click down into any of the forums, and you’ll see:
–All the sidebar content is below the main forum table, which expands to fill the whole screen.
–The header and top menu content is disorganized and not properly styled.
–When you view the source code for the page, you’ll notice the missing tag.
I’ve done plenty of troubleshooting myself, but an absent body tag, together with a not-closed head tag, needs to be addressed before I can really do anything else–given the reliance of most style sheets on the presence of those tags.
Any thoughts?
Hello,
When I viewed the bbpress.org demo forums my expectation was that my forums landing page would look the same as the demo after installation but in fact it does not.
Could someone please help me with a solution exactly the same as the bbpress forums landing page which shows the latest topics with the exact same information displaying?
- Topic (ex. bbPress 2.2)
- Voices (ex. 14)
- Replies (ex. 14)
- Freshness (ex. 2 weeks, 4 days ago (avatar) (name of member who last posted)
From my understanding the widget called (bbPress) Recent Topics already has this functionality but is lacking the information to display Voices, Replies and (avatar) (name of member who last posted) .
What is the easiest way to implement this? Modify the widget? Create a new widget? Implement the code into the Forums landing page itself?
Any help would be greatly appreciated!
Thanks very much!
Topic: Backgrounds on bbpress pages
Hi Guys…
Please. I have a little problem. My wordpress theme has backgrounds in every page, but in bbpress pages I have not the possibility to set one. Could You help me explaining me how to add at least 1 background for ALL the bbpages ?? Thank You.
PietroI really hate to open a new topic since there seems to be several on the subject I have in mind. Which involves issues when trying to import a bbPress 1.1 installation to WordPress 3.4.2 using the bbPress 2.1.2 plugin.
I have read the other topics but I am still not getting something right or I am just overlooking a step.
As stated, I have a current bbPress 1.1 installation that is integrated to my WordPress installation.
When I fill out all the fields in the Import Forums section, it starts the process but I receive a message “No forums to convert”, “No topics to convert” and etc. However, there are no errors.
I looked in the WP_Options table for the bbp_converter_query option to see if it provided any information but that option was not there.
After everything completes, I do run the Repairs and Recounts to no avail.
Quite honestly, to me… it looks like the plugin is not connecting to the database even though I know the settings are correct.
Any assistance would be very much appreciated.
Thanks much,
Bert