Search Results for '+.+default+.+'
-
Search Results
-
Topic: bbPress 2.0 – Feedback
So 2.0 beta has been downloaded over 15k times, which is awesome. Feedback has been coming in steadily, and I’ve been holding an official RC because of a few odds and ends that are taking some time to figure out. Hoping to get some feedback on a few specific things:
Page Templates
The way WordPress works, page templates can work automagically if the template name matches a page slug. This is really convenient as it automatically acts like a page template without setting it, but can get in the way if you want to use a specific page slug and not have bbPress take it over. Example:
page-user-register.php
If you made a WordPress page with the unique slug ‘user-register’ WordPress would automatically use that template file for that page. So far I’ve purposely picked unlikely template names so they wouldn’t collide with existing slugs. But, if that same file was renamed to:
page-register.php
…all it would take is making a “Register” page and bbPress would automatically have a sign-up page with no shortcodes and no more work. The adverse to that convenience is if you want to customize your sign-up page beyond what bbPress provides, you’re looking at a totally custom theme.
This works with any template file in the root folder of a theme, so there are lots of possibilities. My goal is to satisfy the majority, so I’m thinking of heading in this direction and renaming the template files.
Multisite
At the moment, multisite integration works great, if you want to have individual bbPress forums with their own authorized users per forum. If you want to have all users have access to all forums in a multisite install, you’re currently out of luck. With multisite there are endless configuration options, and I see the use case for all of them.
Which do you prefer as the default? Users can access all forums, or users can only access forums for which they have a role on that specific site?
Search
Right now there is no interface for searching the bbPress 2.0 integrated forums. The original implementation got negative reviews because search results were site wide, showing blog entries, topics, and replies.
It’s currently possible to filter search results by post type (topic/reply) but most WordPress themes assume the search results will come from posts or pages, and as such aren’t styled to look like forum results, which is really confusing to the person performing the search. It’s also confusing to have multiple search boxes, or to need to pick what results you’re looking for.
How do you think it should work? Should forum results appear in your existing blog search? Should they be separated? Should there be some kind of ‘smart search’ that knows where the request came from, and only shows results based on the type of content you are looking at (blog/forum/other)?
Settings
The WordPress mantra is decisions over options, but creating something as large as a discussion forum within WordPress is going to come with at least a few settings. I think our settings page is starting to get out of hand. Should we break the one page up into a few, or leave it as 1 page with all options?
That’s what’s on my mind. If you’ve been using 2.0 for the past few weeks, your input would be much appreciated so these last few ends can be tied up and we can let this ship sail.
Topic: bbPress and BuddyPress
I have a clean brand new install of WordPress.
I installed the buddypress plugin and it seems like it works fine. I don’t like the fact you can’t make any changes to it’s internal install of bbpress (no settings page that I could find) so I don’t enable the forum.
I install the bbPress Plugin (2.0-beta-3b) and it shows up in the dashboard. I can create forums and posts. I cannot get to the default listing of forums on the site.
mydomain.com/forums/ – goes to what looks like a blank wordpress page named “Forums”
I can click view forum from withing the dashboard and it takes me to the forum topic
Topic: Navigation links don't work
I converted from standalone BBPress to BBPress 2.0 as a plugin and made a page with the forum topics as my home page. None of the paging links at the top of the page work. Click any number and it only pulls back the first page.
is the same as
http://jawsmovie.com/?paged=54
etc.
I tried changing permalinks and if I do anything other than the default setting, I get 404 errors.
Any ideas?
I’m using Avatar Upload with the Misty Morning theme and that theme seems to work best with avatars not much bigger than 50×50 pixels.
Trouble is, the user data I have imported from an old bbPress install seems to have existing users’ avatar sizes embedded somewhere – so that even the default avatar is coming up for existing users as 100×100 as it was on the old site. New users seem to be OK and working as Avatar Upload intended.
Is there anywhere in the database I can find this old avatar data and any way I can delete/change it?
I’m new to this plugin and to bbpress in general though I do work with WordPress on a regular basis. The forums load fine. I would like to copy the default theme and customize my own based on the original.
The problem is, I don’t see a place where I can choose a template for BBPress to use. Is there a place in the WP admin panel I’m overlooking or do I need a custom function to load a specific theme?
Any help would be appreciated.
It strikes me as a really useful feature to have for forums, yet it doesn’t seem to be included by default for the forum post type. Is there any particular reason for this?