Bryan Hadaway (@bhadaway)

Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

  • Bryan Hadaway
    Participant

    @bhadaway

    UPDATE – I was able to edit the topic via the WP admin and get header and other HTML tags to work again.

    I suspect it’s because it was an old topic and had a kink that needed to be worked out from the old version’s way of handling HTML.

    I’m fairly confident that when creating new topics from here on out they won’t have the issue.

    Thanks, Bryan


    Bryan Hadaway
    Participant

    @bhadaway

    I never cared for the visual editor anyways, but the HTML form appears to now be stripped down.

    Was header tag and other HTML support removed or is there something wrong on my setup?

    Thanks, Bryan


    Bryan Hadaway
    Participant

    @bhadaway

    Seemingly trivial and minor of a change, yet actually a huge change with no notice.

    The bbPress body class has changed from bbPress to bbpress (losing the capital P). Depending on how much you’ve customized bbPress or if you’ve created a bbPress theme integrated right into a WordPress theme, all customizations will be broken.

    This also breaks backwards-compatibility except for doubling up and references both .bbPress and .bbpress which will have to be done in my case.

    Luckily, I discovered this issue in my testing environment. As you’ll find from the many topics that will be piling up over broken customization confusion over the next several days, others won’t be so lucky to catch the issue without learning the hard way.

    Thanks, Bryan


    Bryan Hadaway
    Participant

    @bhadaway

    Pastebin doesn’t look like a viable option as far as actually integrating it. Would require tapping into their api which is a level of programming that is waaay over my head.

    An unpleasant, but manageable workaround is to use:

    http://centricle.com/tools/html-entities/

    to encode the code first, wrap it in code tags and cross your fingers.

    Still has issues with quotes and rel=”nofollow”, but going back and editing I managed to get the code to display cleanly how I want it.

    Getting users to do this (even if they knew how) will be impossible so ultimately we’ll just have to settle with the “use Pastebin and share the URL” method.

    There is https://wordpress.org/extend/plugins/bbpress-post-toolbar/ – but it’s not so pretty and still has it’s glitchy moments.

    Another option I suppose would to get in the code and change it so that the code button inserts textarea tags instead and then just style the hell out of them to look and function like they’re not textareas ;). That could sure confuse users though.

    I guess we’ll see what 2.2 brings.

    Thanks, Bryan


    Bryan Hadaway
    Participant

    @bhadaway

    It’s also frustrating that rel=”nofollow” is inserted into HTML inside code tags as this is bad and unintended advice when helping someone.


    Bryan Hadaway
    Participant

    @bhadaway

    Yeah, I was thinking about child theming or hacking (probably just a custom template really) in a pseudo Pastebin feature/instruction for users. Forums I mod already, I end up just directing people to use Pastebin and then share the URL, seems like the easiest way sometimes.

    This new forum is going to deal heavily and primarily on users working with code so I want to make it painfully simple.

    It’s hard enough to get people to understand how to wrap their code with code tags so it doesn’t execute, that’s a hurtle enough. But, then when it doesn’t work that’s a few more replies to get it worked out.

    I’ve actually never seen any forum do that very well, make it super easy for anyone (as in including beginners/non-tech-savvies) to understand how to add code. I might make a second textarea that says “Paste Your Code Here” in big beautiful letters :).

    One idea might be to just make it so the code button wraps code with code and pre tags.

    If I come up with a decent solution I’ll try and remember to share it.

    Thanks, Bryan


    Bryan Hadaway
    Participant

    @bhadaway

    Users roles haven’t been changed from the default settings. The only settings set regarding users is that they can register AND create sites.

    No, not even as the super admin will it post.

    Thanks, Bryan

Viewing 7 replies - 1 through 7 (of 7 total)