Forum Replies Created
-
In reply to: bbPress post and replies don't appear when posted
First thing I would check would be your theme. Temporarily switch to TwentyTen and see if the problem still exists.
Hmm, if the tags are being stripped, there is a chance a plugin is doing that.
bbPress by default uses the WordPress wpautop on all content which automagically handles the paragraph tags. There isn’t anything in core that should strip tags unless those tags aren’t allowed in normal posts. What tags are being stripped? It sounds like even the base paragraph tags are being stripped, which shouldn’t be the case unless you ahve wpautop disabled via a plugin.
In reply to: how to create additonal fields for user profileRight now there isn’t a straight forward API for this like their should be.
If you are going to be doing a lot of user profile customizations, it might be worth considering installing BuddyPress and then just disabling everything except the user profiles.
From my understanding this is the best route to go if you want to go beyond what bbPress profiles do out of the box.
Hmm, I haven’t tested this so I can’t say, but it definitely sounds like an issue. Maybe someone else can chime in and try to duplicate it.
This is probably happening because the default WordPress search isn’t looking at information bbPress stores when it makes things as private. WordPress just grabs results from all post types that are supported, makes sure they are published, and runs with it.
This doesn’t help your current situation, but I just wanted to say the search is something we are trying to address in 2.3.
Having bbPress search results come up in the regular WordPress search is weird, and leads to problem such as this, which is why bbPress topics/replies are not searchable by default. To skirt around this problem, we are likely going to make a bbPress specific search with its own search results page. This will give us more control over how the results are returned and make sure stuff that should be hidden doesn’t show up.
In reply to: Forum menu items not showing after installationWhat plugins are you using? Are you running any membership plugins? Have you edited any of the roles or capabilities?
This is likely issue with bbPress 2.2.x and the user roles being changed. You can read more about it here.
In reply to: blockquote function broken!It’s because the blockquote has
clear:both;
.You need to add another style to override that, something like
.bbpress blockquote { clear: none; }
In reply to: Why bbPress uses 3 custom posts?This gives a little explanation: https://bbpress.org/forums/topic/forums-topics-replies-custom-post-type-architecture/#post-112416
In reply to: wp-admin blank page after activate pluginGlad you got it figured out 🙂
In reply to: signupDid you get it figured out? 😛
I definitely understand you need help but there is no need to post another thread when your first one is still on the front page. Closing this one.
In reply to: Edit button edits all posts on siteMan this is weird. I think its a plugin or the theme hijacking the query or something which is making bbPress go haywire.
Two things to do to narrow down the problem.
1) Temporarily switch you theme (just for a moment) to TwentyTen. Does the problem still happen? If no, then your theme is conflicting with bbPress, if yes this proceed to 2.
2) Temporarily disable all plugins other than bbPress. It will likely start working when they are all disabled if you got this far. Then turn them on one by one until you find the culprit.
In reply to: Edit button edits all posts on siteAre you using the latest versions of bbPress/WordPress?
I’ve never heard of this happening at all since 2.0 has been released. I have no cluet what’s going on, but we’re going to need a lot more information.
Can you duplicate this?
We need to know the steps taken to “break” it. Specifically, what “edit” link did she click? On what post? When it took her to the edit page, what was the full URL? That sort of information.
You need to ask the user for step by step direction on how this occurred. We need to duplicate it to see if it is indeed a real bug or just something breaking on your site due to a theme/plugin conflict. 🙂
In reply to: Posting photos on the bbpress forum?Right now this is best handled with a plugin such as https://wordpress.org/extend/plugins/gd-bbpress-attachments/
Though its definitely on the watch list for bbP core. 🙂
In reply to: Forums BorkedHere are the pages I looked at
http://www.ausdrumline.com/forum/
http://www.ausdrumline.com/forum/topic/marching-bass-guitar/
http://www.ausdrumline.com/topics/I’m not sure why it worked previously, but it’s definitely a theme conflict that is messing up the display. I see this frequently with users who are using complex themes and/or frameworks.
I could get in touch Pagelines and see if they have a fix or a compatibility plugin that will make the theme play nice with bbPress. I’m sure you are not the first person who is using the framework to have this problem.
As a Genesis Framework user, people who use Genesis + bbPress have problems very similar to this, which is why I developed the bbPress Genesis Extend plugin which makes them play nice. Pagelines needs to do something along these lines as well.
In reply to: how do I exclude addthis from my forum postsHmm, weird. Ultimately that is definitely something the plugin author needs to fix. Maybe we can find a temporary work around though. Which plugin are you using for the sharing stuff?
In reply to: Private forumsI’m not 100% sure this is exactly what you were wanting to do, but I figured I’d post this for anyone else for finds this thread.
I released a plugin that basically hides bbPress from all users who are not logged in.
For example, if your forum is at YourDomain.com/forums and a vistor tries to go there who is not logged in, they will be redirected to a URL of your choice (defined in the settings). Also this plugin disables all bbPress RSS feeds and most shortcodes.
In reply to: Ask for a plugin@Tanya – you’re definitely right, thanks for posting the correct link 🙂
In reply to: How to remove Avatar TitleYeah unfortunately there is no global filter for that. The code above is pretty much what you will need to do on all instances, but you just need to track down the other filters.
Filed a bug report in trac – https://bbpress.trac.wordpress.org/ticket/1974
Will hopefully get a patch soon have this fixed for 2.2 🙂
Thanks for reporting the bug!
In reply to: BBPress 2 Unread PostClosing as this is basically a dupe. Continue posting on https://bbpress.org/forums/topic/unread-posts/
In reply to: Ask for a plugin+1. Looking forward to seeing what you come up with 🙂
In reply to: Making a theme (twentyten) two column compatible?Sorry I misunderstood what was going on, thanks for the link. First make you are running the latest version of bbPress, then switch bbPress to using the bbp-theme-compat theme instead of bbp-twentyten. See if that fixes it 🙂
If it doesn’t then we will have to start making edits to your site theme.
- This reply was modified 12 years, 2 months ago by Jared Atchison.
In reply to: Ask for a pluginThere is one that was released a few weeks ago: http://pippinsplugins.com/mark-as-read-for-wordpress/
In reply to: First post not showingThat is very weird, but is likely an issue with your theme.
If you temporarily switch you theme to TwentyEleven, does that fix the problem?