Forum Replies Created
-
In reply to: Are forums, posts and replies custom post types?
Yes they are custom post types.
In reply to: Non-Facebook Like Button?Something custom will need to be coded up. Nothing exists for bbPress that I’m aware of.
If you can point me to a more specific problem, a plugin, a specific issue, I’m happy to help.
In reply to: Finding where to adjust widthsYou probably don’t want to edit the files directly. You should be able to limp by with a few CSS edits.
In reply to: No topics shown to forum participantsNone of it really makes any sense. When we have a moment to all dig in deeper, I’d like to access someone’s installation directly to look into it.
In reply to: Is this a CSS glitch?That’s pretty intense. Seems like some other CSS is getting in the way.
If there are places where bbPress is not busting the cache properly, I’ll need your help to figure out where and why. bbPress currently relies heavily on WordPress’s API’s to do this for us. bbPress runs very few manual queries of its own, and new or edited posts should be busting the cache automatically.
In reply to: Zomg: theming in 2.1Glad you approve. I think it’s an improvement over 2.0, and about as good as it can get for now.
In reply to: BBPress 2.0 Stats with BuddyPressWorking on the BuddyPress Groups. Opponent right now. Probably a beta soon, to test some things I’m trying out.
In reply to: css formatting not workingPermissions issue on one of your plugins folders. Google what the perms should be and how to repair them. Should be relatively straight forward.
In reply to: Front end code clean up…I felt the same way at first when I found WordPress, but check out how the functions work and what you can pass into them. Most of them accept a before and after attribute so you can customize the output.
In reply to: BBPress 2.0 Stats with BuddyPressI’m working on something for bbPress core in 2.1. Right now there’s no easy way to get a post count without querying the posts table directly every time. It’ll store counts in user meta and keep things in sync.
In reply to: Forums page emptyIf you absolutely must have a page there, you’ll want to use Shortcodes or a custom page template of your coding to customize it.
In reply to: Download TemplatesAwful spammy to bump a 5 year old topic. Closing.
You’ll probably need to hook a custom function ithat you create nto one of the actions in the template files, depending on where you want the code to appear.
Don’t use the Shortcodes, just use the widget already supplied by bbPress.
In reply to: css formatting not workingIt looks like the CSS just isn’t being included at all. Does your theme use wp_head();
Probably easiest to stick with what you have, at least for your users. Eventually the bbPress 2 templates and styling will take over forums entirely, and you’ll have the option to migrate your existing forums over, which will be strongly recommended.
In reply to: WYSIWYG-Editor?bbPress 2.1 will come with support for the WordPress visual editor.
In reply to: Receive notificationsBuddyPress uses the activity stream component to accomplish this. You could use it, and bbPress will work with it.
In reply to: bbPress stripping tags in sidebarProbably something our of wack filter wise. Possible autop is missing or unhooked.
In reply to: Does bbpress have user profiles?Will need way more specific information to be of any help. Links to sites, versions of WordPress/bbPress, etc…
In reply to: Unable to access user profile or forum in bbpressI don’t know what ‘gform_full_access’ is, but it sounds like another plugin is interfering with bbPress’s role and capabilities. That, or it’s a bug. Will need you to figure out which it is and report back if it’s something we can fix on our end.
In reply to: bbPress 2.1 – Theme Compatibility@patking76 – is this with the 2.1 re-release?
In reply to: bbPress 2.0 – FAQ@MTPower – Age old WordPress and bbPress UX issue. Could use some ajax to make it easier. bbPress 2.0 solves this, and when we update bbpress.org it will no longer be an issue. (You could have also used the link in the upper left, but it’s easily missed.)