John James Jacoby (@johnjamesjacoby)

Forum Replies Created

Viewing 25 replies - 1,151 through 1,175 (of 2,347 total)
  • @johnjamesjacoby

    Keymaster

    Widgets are not “per page.” I don’t understand what’s wrong.

    @johnjamesjacoby

    Keymaster

    Resolved. Closing.

    @johnjamesjacoby

    Keymaster

    Doesn’t look squished to me.

    @johnjamesjacoby

    Keymaster

    Nothing was hacked. Found a bug.

    Closing this topic.

    @johnjamesjacoby

    Keymaster

    I don’t understand what the problem is that you’re trying to fix. Can you explain the use-case and context?

    @johnjamesjacoby

    Keymaster

    Good to hear. Looks like Pagelines is dropping support for bbPress in future versions. A shame really. I have a good relationship with a few of their guys so I’m sure we’ll get things figured out eventually.

    @johnjamesjacoby

    Keymaster

    This won’t be easily possible. WordPress handles post type rewrite rules automatically.

    @johnjamesjacoby

    Keymaster

    If you have two different sets of users from two totally separate installations, you will not be able to do the migration.

    @johnjamesjacoby

    Keymaster

    Interesting. Will test some things. Can you create a ticket over at bbpress.trac.wordpress.org to remind me?

    @johnjamesjacoby

    Keymaster

    This would take a considerable amount of effort, to have the same forum have several different themes and views.

    @johnjamesjacoby

    Keymaster

    I’m surprised this hasn’t been asked sooner, but it’s a great bunch of questions with some good points. I’ll do my best to address them, and feel free to keep the conversation going if there are more questions.

    I’m going to start off with a clarifying and important point that’s often difficult to distinguish if you’re not involved directly in the WordPress community. My full-time job is at a company called Automattic, most popularly known for operating WordPress.com. That takes up a typical 40 hour work-week.

    My contributions to open-source projects like WordPress, BuddyPress, bbPress, are done in my free-time. I believe enough in the platforms to actively continue their development.

    So the answer to your question; “WordPress” doesn’t pay anyone a salary.

    Yes, I am currently leading the development of both BuddyPress and bbPress. My responsibilities include setting the roadmaps, shepherding development, and making sure the .org sites stay updated and operational. Yes, there’s a lot of responsibility there, and I appreciate that you think I’m doing a good job. :)

    Consider also that bbPress has always been a bit of a hobby project. As a sister project to WordPress, and by nature of it being a support forum to the flagship project, it’s never been the focal point but is still critically important, since millions of people interact with it without ever knowing what it is.

    BuddyPress and bbPress were both around for a number of years before I worked my way up to leading both projects. BuddyPress has two other consistent core committers that are doing a great job, and bbPress is the best opportunity for any developer to step in and get core-commit to help determine the direction of the project. It’s very much a meritocracy, so anyone that comes along and starts contributing will get noticed for it.

    Even though I tend to do the majority of code commits, rest assured that there are plenty more eyes on the code than just mine and neither project is in any danger of losing momentum or being phased out. Automattic as a company loves both BuddyPress and bbPress, and the WordPress Foundation and community are both committed to supporting them for far into the future.

    @johnjamesjacoby

    Keymaster

    If your data is in a different database, you will not be able to import it. You’ll need to move the tables over first, run the importer, and then delete them.

    @johnjamesjacoby

    Keymaster

    Another user here has a similar issue. Check the user_nicename column in your database. It should include a sanitized version of the user_login. If instead it has spaces or illegal characters in it, that’s the culprit.

    @johnjamesjacoby

    Keymaster

    Judging by the query, it looks like this is your topics index page or recent posts widget? It’s weird that it’s trying to grab both topics and replies, so that might be a bug depending on your config.

    The short solution, which isn’t the best one, is not to have private or hidden forums. The NOT IN and INNER JOIN with the postmeta table is certainly to blame here, which goes away if you don’t have private or hidden forums. That combined with the IN query on ‘topic’ and ‘reply’ will pretty much result in full table scans.

    The long term solution is to tidy up some of the meta values in bbPress, and move some of the hierarchical data out of postmeta and into indexed int values in the posts table. It’s a hack, but we’re at the mercy of the WordPress posts table schema.

    A by-product of your post is it looks like it’s comparing as CHAR instead of SIGNED, which might marginally improve the query, but won’t fix the problem.

    @johnjamesjacoby

    Keymaster

    Seems like a bug with the generating of the actual link. User profile links should be using the user_nicename, which is a sanitized version of the user_login.

    Can you confirm what the user_nicename is for the user you’re seeing this issue with? Do you have any other plugins responsible for creating users (Facebook, Twitter) that might not be obeying the expected formatting of user_nicename?

    @johnjamesjacoby

    Keymaster

    That’s new information.

    If you’re linking between domains on the same IP, chances are the traffic is just natural traffic. Any correlation between these hits and legitimate views? Any stats or analytics you can use to see if it something server side is pinging or tracking back?

    @johnjamesjacoby

    Keymaster

    Were these forums imported from a previous bbPress install? If so, how long ago, using what version of bbPress 2.0?

    @johnjamesjacoby

    Keymaster

    Can you link us to your site to look at it?

    @johnjamesjacoby

    Keymaster

    This is no longer a sticky.

    @johnjamesjacoby

    Keymaster

    @thecolab – A lot of the things you mention are more functions of a complete site than they are functions of only a forum. As such, bbPress can only predict so much of how any theme is setup, and sticks hard to the WordPress conventions of shortcodes, widgets, and theme hierarchy.

    Since WordPress doesn’t have ‘section specific widgets’ neither does bbPress. Some people want full-width forums, others do not. bbPress comes with some examples on how you can make some of these things happen, but it doesn’t yet work for 100% of all themes and sites all the time.

    Really what bbPress needs is for someone (other than me) to start developing themes and widgets for it. Until that happens, some things will remain balkanized my design to appeal to the greater 80% of WordPress users.

    In addition, having someone contributing code patches and new features is also helpful. For a while Gautam was able to consistently help, and Jared helped with Genesis integration. If someone wants to dream up new features and code them under my tutelage, I’m happy to help someone else get things done.

    @johnjamesjacoby

    Keymaster

    Have you tried recounting your topics and replies, by going to wp-admin > Tools > Recount? This can happen sometimes after a migration from another forum.

    @johnjamesjacoby

    Keymaster

    Some checks are done to check ancestry in some places to prevent total exposure. It’s a tricky balance to strike, and one that won’t start to be fully baked in until 2.1.

    @johnjamesjacoby

    Keymaster

    It’s only helpful if you can install the debug-bar plugin and turn WP_DEBUG on. If so, it would be nice to take a look.

    @johnjamesjacoby

    Keymaster

    So, as weird as it sounds, this is by design. The ability to stagger the forum privacy is a feature, and the ability to walk up the forum tree for every topic and check it’s visibility is currently too labor intensive to do.

    The obvious fix is not to have public forums within private forums.

    @johnjamesjacoby

    Keymaster

    Possible a logged in user is spamming it and being caught by Akismet?

Viewing 25 replies - 1,151 through 1,175 (of 2,347 total)