Jared Atchison (@jaredatch)

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 678 total)

  • Jared Atchison
    Moderator

    @jaredatch

    You didn’t post your URL, how am I suppose to look? :P


    Jared Atchison
    Moderator

    @jaredatch

    @aleXka – you have a error in your js – http://cl.ly/image/2G3o3V3g1X25

    As mentioned, if your editor is screwing up, it’s likely a JS issue (like I just pointed out above).

    Deactivating your plugins should help find the culprit or switching themes back to a default WP theme.


    Jared Atchison
    Moderator

    @jaredatch

    Use firebug or chrome dev tools to do some inspecting. Looks like you have a javascript error that’s likely caused by a plugin or your theme.


    Jared Atchison
    Moderator

    @jaredatch

    Wow, such great feedback. Thanks.


    Jared Atchison
    Moderator

    @jaredatch

    The previous version of bbPress used the WordPress array of allowed tags. This meant when you installed a TinyMCE plugin for WordPress it also worked in bbPress.

    We changed that now, which is why your plugin doesn’t work. bbPress now has it’s own allowed tags setting and doesn’t necessarily use what WordPress is using.

    While it breaks some implementations (such as the plugin you’re using), in the long run it was the way to go. Now bbPress and WordPress can have different tag settings, before they were stuck using the same, which in some cases would be a huge problem.

    You need to whitelist any tags your uses will be using via the filter mentioned above. That will fix the issue you’re having.


    Jared Atchison
    Moderator

    @jaredatch

    As of ~2.3, the “allowed tags” are filterable within bbPress.

    Look for the filter bbp_kses_allowed_tags. It’s in includes/common/formatting.php.


    Jared Atchison
    Moderator

    @jaredatch

    At the moment no, it’s not available. I’ll talk to jjj about the possibility of releasing the theme (or a version of it) to the public.


    Jared Atchison
    Moderator

    @jaredatch

    There is a bbPress signature plugin. Search the WordPress.org plugin repository and you should find it.


    Jared Atchison
    Moderator

    @jaredatch

    For security purposes it is not allowed.

    Otherwise users could do some very malicious things such as iframes that trigger js attacks, etc.

    It’s the same reason why WordPress does not allow HTML in post comments.


    Jared Atchison
    Moderator

    @jaredatch

    If you need messaging, activate BuddyPress and enable the messaging component.

    We have no plans to bring private messaging to bbPress.


    Jared Atchison
    Moderator

    @jaredatch

    Copy

    wp-content/plugins/bbpress/templates/default/content-archive-forum.php

    to

    wp-content/themes/[your-theme]/bbpress/content-archive-forum.php.

    Edit as you see fit. You’ll likely want to place whatever before <div id="bbpress-forums">.

    You can copy any template elements that you want/need to change to a bbpress folder inside your theme and bbPress will automagically use those template files instead of the default ones.


    Jared Atchison
    Moderator

    @jaredatch

    What you want to do is tweak the bbPress CSS. However you don’t want to tweak the copy in the plugin because when you update it will get overriden. Here’s what you’ll want to do.

    Copy:

    wp-content/plugins/bbpress/templates/default/css/bbpress.css

    to:

    wp-content/themes/[YOUR-THEME]/css/bbpress.css

    Then edit and make tweaks to the bbpress.css as needed to match your theme.


    Jared Atchison
    Moderator

    @jaredatch

    The AIOSEO team is aware of it and it should be fixed soon.

    http://wordpress.org/support/topic/version-20-broke-bbpress-231?replies=6


    Jared Atchison
    Moderator

    @jaredatch

    Hmm, strange. The plugin should trigger the download of http://downloads.wordpress.org/plugin/bbpress.zip which is 2.4 alpha (trunk).

    We’ll have a look and see if the version compare isn’t running right. Thanks.


    Jared Atchison
    Moderator

    @jaredatch

    Unfortunately at this time there is still no poll plugin or capability that exists for bbPress 2.x.

    It can certainly be done, however will require some coding knowledge and a little bit of elbow grease.


    Jared Atchison
    Moderator

    @jaredatch

    It sounds like your child theme is trying to load bbpress_functions.php which doesn’t exist.

    Go to your child theme’s functions.php file and comment out line 89 which is portably the culprit.

    Unless your theme was specifically designed to support bbPress (which honestly, most themes are not) it shouldn’t be trying to include said file so you can comment it out.


    Jared Atchison
    Moderator

    @jaredatch

    I think if you update bbPress using the Beta Tester plugin it should pull down trunk, which contains the fix.

    Give a try and see.


    Jared Atchison
    Moderator

    @jaredatch

    Have you tried turning on the “auto role” setting? That will auto assign them when they visit the site.


    Jared Atchison
    Moderator

    @jaredatch

    Look into the bbPress shortcodes that are available.

    http://codex.bbpress.org/shortcodes/


    Jared Atchison
    Moderator

    @jaredatch

    Hmm, I’m not sure what’s going on. The upcoming 2.3.2 release will have a fix for the editor issues, but I can’t say if that will the email notification problems or not.


    Jared Atchison
    Moderator

    @jaredatch

    The upcoming 2.3.2 has a fix, until this disable the visual editor like it is by default.


    Jared Atchison
    Moderator

    @jaredatch

    This is fixed in the upcoming 2.3.2.


    Jared Atchison
    Moderator

    @jaredatch

    That shouldn’t go in bbPress. Never modify the plugin, everything gets lost when you update.

    It should go in your theme’s functions.php file.


    Jared Atchison
    Moderator

    @jaredatch

    This plugin lets you easily dump and shuffle databases back and forth. I’d give it a try (backup first of course).

    http://wordpress.org/extend/plugins/wp-migrate-db/


    Jared Atchison
    Moderator

    @jaredatch

    Does you theme have the ability to set layout controls per page? Does it have hooks for that?

Viewing 25 replies - 1 through 25 (of 678 total)