Forum Replies Created
-
In reply to: See all posts from a user
It is probably because you are on 2.0.2.
I’d create a backup of your site and then try to upgrade to the latest version.
In reply to: forum uses theme cssSorry bbPress wasn’t the right fit, good luck!
In reply to: Change of LabelsSomething is acting weird.
Did you install any bbPress add-on plugins or do any bbPress customizations?
In reply to: space after last topicYou need to edit that page where you are using the shortcode. Below it you likely have a bunch of empty lines (delete those) which are being converted to empty paragraphs.
In reply to: Assistance with CSS not working please!Since this is a development site and not live, you may try upgrading to bbPress 2.3 RC1 (see https://bbpress.org/blog/2013/03/bbpress-2-3-release-candidate-1/). It contains an update that resets some of the basic CSS elements for the forums in order to try and avoid problems like what you’re having.
This would be a great test to see if that particular update in 2.3 helps!
In reply to: Even/Odd color change for individual posts?Dunno why that wouldn’t work.
Threw this code in firebug and it works just fine.
`table.forum-table tr.odd td {
background:red;
}`In reply to: Default roles not workingHmm so you have the auto role setting checked?
If that’s checked and you have tried it with all plugins disabled, well that really doesn’t leave a lot of margin for error.
In reply to: forum uses theme cssYou can’t really.
You’ll either want to tweak your theme’s CSS so it doesn’t conflict or (and probably the way I would go) create a copy of the bbPress CSS and tweak it as needed.
Copy: `wp-content/plugins/bbpress/templates/default/css/bbpress.css` to: `wp-content/themes/[YOUR-THEME]/css/bbpress.css` and make changes as needed.
In reply to: How do I edit the bbPress cssSo I have to apologize. That’s actually my plugin and I had an “oops” in the readme.txt.
What you did was close, except the CSS file needs to be placed in `yourtheme/css/bbpress.css`.
Once you move it bbPress should auto detect it. I’ve updated my plugin to reflect the correct path, thanks for pointing that out.
In reply to: hyphenated usernames (hyphenation)If memory is correct due to certain functionality with BuddyPress, it does not allow usernames with spaces in it. I don’t think this is specifically with bbPress.
In reply to: [SOLVED] Only keymasters (admin) can upload imagesThanks for posting this. Whenever we tackle the job of adding “official” image uploading we’ll definitely encounter this issue, so this was helpful. I don’t think there is a ticket for at on trac at this point or I’d link to this 🙂
In reply to: bbp-topic-description gravatars avatars blurry.Probably a CSS conflict with your theme. I’d use Chrome Developer Tools or Firebug to inspect the image and see what is causing it to size up to 50×50.
Right now it just happened that a handful of the mods are out for SXSW so it was a little slow.
Normally the spam attacks are cleared within an hour. Anytime you happen to see a spam explosion feel free to alert me on twitter @jaredatch.
I’m not sure what the issue is, but just for grins make sure you update to BuddyPress 1.7 beta 2 (just came out today), see if that may help.
If not then we have an issue to look into.
In reply to: Hiding the IP addressesThe quickest thing would be to add it to your theme’s `style.css`.
In reply to: Posting a New Topic on SafariWhat version of Safari are you using? Also what version of bbPress is this affecting?
In reply to: Only Visual editor?Use a filter instead of hacking bbPress core, that way you don’t lose your work when a new update comes out.
In this case look at the `bbp_get_the_content()` function in `includes/common/template-tags.php`. You can use `bbp_parse_args()` to filter all the default values 🙂
This should be addressed in bbPress 2.3 (beta 2 is out now, final release should be soon).
It’s a bit more complicated than a filter toggle I believe.
Check out https://codex.wordpress.org/Roles_and_Capabilities
By default only Author roles and above have the ability to upload files, and that’s for security reasons so that’s probably a good thing.
You can tweak your roles to change the ability to upload files, but at the moment it’s a little messy. Another issue is if you want to let all your users upload files.
If you are just looking for images there is a bbPress attachment plugin in the .org repo that can handle that without having to mess with all the user stuff.
In reply to: topics and replies are 'pending'Do you have Akismet installed and activated?
In reply to: Changed my URL. Page gone cant log in HELP!!!It depends what you setting you changed. Is this change breaking other parts of your site or just bbPress related pages?
Have you tried clearing your permalinks (Settings > Permalinks)?
In reply to: Links to existing content not workingWhat happens when you pull it up? Does it error? Simply not work? Provide wrong URLs?
In reply to: Change Topic Hover ColorIt looks like your theme’s CSS has some conflicts with bbPress. Do you know CSS?
In reply to: Anonymous forum only for logged in usersIf you’d like to completely hide your forum for non-logged in users there is a plugin for that 🙂
Lynq this is the second awesome theme like this you’ve done. When we get cracking on 2.4 I’d love for you to give us a hand and your expertise with #1958 🙂