Jared Atchison (@jaredatch)

Forum Replies Created

Viewing 25 replies - 26 through 50 (of 703 total)
  • In reply to: Tiny MCE don't work

    @jaredatch

    Member

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

    @jaredatch

    Member

    @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.

    In reply to: Tiny MCE don't work

    @jaredatch

    Member

    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.

    In reply to: Auto signature

    @jaredatch

    Member

    Wow, such great feedback. Thanks.

    In reply to: Allow HTML from users

    @jaredatch

    Member

    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.

    In reply to: Allow HTML from users

    @jaredatch

    Member

    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.

    @jaredatch

    Member

    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.

    In reply to: Auto signature

    @jaredatch

    Member

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

    In reply to: Allow HTML from users

    @jaredatch

    Member

    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.

    In reply to: Private messages

    @jaredatch

    Member

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

    We have no plans to bring private messaging to bbPress.

    @jaredatch

    Member

    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.

    @jaredatch

    Member

    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.

    @jaredatch

    Member

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

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

    @jaredatch

    Member

    Hmm, strange. The plugin should trigger the download of https://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.

    @jaredatch

    Member

    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.

    @jaredatch

    Member

    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.

    @jaredatch

    Member

    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.

    @jaredatch

    Member

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

    @jaredatch

    Member

    Look into the bbPress shortcodes that are available.

    https://codex.bbpress.org/shortcodes/

    @jaredatch

    Member

    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.

    @jaredatch

    Member

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

    @jaredatch

    Member

    This is fixed in the upcoming 2.3.2.

    @jaredatch

    Member

    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.

    @jaredatch

    Member

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

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

    @jaredatch

    Member

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

Viewing 25 replies - 26 through 50 (of 703 total)