the_Wish (@the_wish)

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 30 total)
  • @the_wish

    Member

    Any ideas on how to log these corruptions of the bb_meta database?

    In reply to: Welcome Back _ck_

    @the_wish

    Member

    Great to see you back on board!

    In reply to: Plugins You Want !!!

    @the_wish

    Member

    Uhmm, wow, uhmm…

    DEFINATELY in this order:

    1. Merge/Split topics functionality

    2. Intuitive Quote and Multi-Quote

    …huge period…

    3. Up-to-date Statistics plugin (similar to _ck_’s MiniStats and MiniTrack but working)

    @the_wish

    Member

    I think a contact form which is send to the “hidden” user email address is a much better solution

    That would indeed be an awesome feature to have.

    @the_wish

    Member

    Great, thank you. =)

    Any plans for a Multiquote feature?

    @the_wish

    Member

    Just wondering, did 1.0 change anything about the underlying problems (action hooks or similar) to see this functionality happen on a reliable basis?

    In reply to: bbPress 1.0 released

    @the_wish

    Member

    Awesome, super easy upgrade from RC3. So 1.0 Beta was skipped and this is a final 1.0 release now?

    Plugins seem to keep working too as mentioned in the RC3 compatibility thread.

    As for Tags, I can add and delete them on my custom theme.

    Now let new Plugins commence, especially something to split/merge topics *pray*.

    Congratulations to the Dev Team, you rock!

    @the_wish

    Member

    Thanks for the suggestion, Ipstenu.

    I think bbcode-lite has me covered for now, I dumped Allow Images altogether.

    @the_wish

    Member

    Michael Adams “Allow Images” plugin worked on RC1 but doesn’t from RC2 onwards.

    @the_wish

    Member

    This, however, is still true. Has anyone else encountered this trouble?

    Trying to determine if it’s a plugin in need of update, or if it’s an error on my part, or an actual issue in RC3.

    Ok, so I’ve just revisited the additional code issue for my forum and it is indeed the “Allow Images” Plugin that triggers this behaviour. Not only does it scramble your IMG codes, but all other codes as well. It didn’t do this up to RC1 though.

    It’s working now for me and I used the chance to also upgrade my custom theme to Kakumei RC3 Standards which, yes, involved the deactivation of the external Page Links plugin.

    Works good now.

    @the_wish

    Member

    • No more images… bbpress just eats the code. allow images plugin installed, and activated.

    This, however, is still true. Has anyone else encountered this trouble?

    Trying to determine if it’s a plugin in need of update, or if it’s an error on my part, or an actual issue in RC3

    Yep, I’m having the same issues since RC2, see this topic (starting bottom page 1):

    https://bbpress.org/forums/topic/final-release-candidate-10-rc-2-is-available

    @the_wish

    Member

    You can find a list of my plugins in the “List of Plugins that work on RC1/RC2” thread.

    @the_wish

    Member

    Thanks. I clean installed the “latest” build, still no dice unfortunately. Code keeps getting scrambled. I went back to RC1 which doesn’t have this problem for me.

    If it’s working for you, maybe it’s related to one of my Plugins (though I doubt it)… will have to wait for the final beta I guess.

    @the_wish

    Member

    So you have 1.0-RC-2 except for that one file? Can you please try replacing the entire install with the latest trunk? If you don’t use SVN I can create a package for you.

    Yes unfortunately I’m not using SVN so far, so I’d need that package to try it out.

    @Ipstenu: Are you using trunk or RC-2 with the fix?

    @the_wish

    Member

    Assuming that this is the latest trunk at

    http://svn.automattic.com/bbpress/trunk/

    I actually tried both approaches (only changed that one file, not the entire installation though).

    @the_wish

    Member

    @the_Wish

    The “fix” won’t fix any text which is already malformed. Once you edit the text to repair it shouldn’t happen again.

    Sorry to say but even new syntax with attributes like this

    <a href="http://bbpress.org">This is a link</a>

    is still converted to

    <a href="//bbpress.org&quot;">This is a link</a>

    Same goes for Singlequotes.

    @the_wish

    Member

    The bad quoting issue is fixed, it was caused by the move to the new esc_html() function from WordPress.

    Here’s the quick fix. In bb-includes/functions.bb-formatting.php go to line 83 and replace:

    $text = esc_html( $text );

    with:

    $text = wp_specialchars( $text, ENT_NOQUOTES );

    Thanks for addressing this problem but the “fix” doesn’t change a thing for me unfortunately.

    @the_wish

    Member

    Thank you for your continuing work and effort on bbPress.

    I upgraded from RC1 to RC2 and something seems to be messy with the way additional markup is handled.

    So far, users could use syntax like this:

    <a href='http://bbpress.org'><img src='https://bbpress.org/test.jpg' /></a>

    to link a picture for example.

    Now with RC2, the ‘…’ upper commas aren’t recognized any longer but instead you’d have to write:

    <a href=http://bbpress.org><img src=https://bbpress.org/test.jpg /></a>

    and “…” quotation marks will be automatically added.

    Now the problem is that once the user edits a comment with such markup later on, the now present “…” will again not be recognized and turned into broken code instead.

    @the_wish

    Member

    @citizenkeith: I can’t believe you’re still using Move-It successfully with RC.

    Personally I’m dying for a split/merge option for topics.

    @the_wish

    Member

    Here’s my working Plugins, transfered from Alpha6 to RC1 without any adjustment:

    • Accurate Post Time
    • Admin Can Post Anything (_ck_)
    • Allow Images
    • Avatar Upload
    • BBcode Buttons Toolbar (_ck_)
    • BBcode Lite (_ck_)
    • bbPress Polls (_ck_)(there’s a little oddity when trying to delete polls but it worked on second try, might have to watch this one more closely)
    • bbPress signatures (_ck_)
    • bbPress Smilies (_ck_)
    • bbSocialize
    • BBVideo
    • Censor
    • Check For Updates (_ck_)
    • Edit History (_ck_)
    • Hidden Forums (_ck_)
    • Hidden Forums Tag Filter (_ck_)
    • Human Test for bbPress (_ck_)
    • Mini Stats (_ck_)
    • Mini Track (_ck_)
    • Page links
    • Post Count Plus – Dynamic.Titles & More! (_ck_)
    • Post Edit Look Behind (_ck_)
    • Quote
    • Related Topics (_ck_)
    • Super Search (_ck_)
    • Support forum
    • Topics Per Page (_ck_)
    • Unread Posts (_ck_)

    In fact, I didn’t have a single plugin that was not working but for the WP shared logins of course. I didn’t have the chance to test every little setting of these but the basic functionality works.

    In reply to: AJAX Spell Checker

    @the_wish

    Member

    Thank you for your replies, I didn’t think about a spell check on the browser side. This should do for now. :)

    @the_wish

    Member

    Thanks for pointing out a solution to this.

    Actually, besides showing the Undelete button ever since I installed Alpha3, all my previously deleted posts on the forum reappeared.

    Now my forum is pretty young and not so busy so I just redeleted them but I guess it’s worth mentioning and checking for.

    @the_wish

    Member

    Topic renaming fixed in trunk.

    Is this supposed to be fixed in the nightlies as well? I installed the latest one yesterday and the issue is still persistent.

    @the_wish

    Member

    While testing bbPress 1.0 Alpha 4 I am not able to change the name of any topic —I do not know whether this is a known issue or not; the procedure just looks fine, though the title stays the same.

    I’ve just tested this and it’s the same for me.

    @the_wish

    Member
Viewing 25 replies - 1 through 25 (of 30 total)