Forum Replies Created
-
In reply to: Sporadic bb_meta corruption
Any ideas on how to log these corruptions of the bb_meta database?
In reply to: Welcome Back _ck_Great to see you back on board!
In reply to: Plugins You Want !!!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)
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.
In reply to: Ajax Quote (or “Quote Extended”):Great, thank you.
Any plans for a Multiquote feature?
In reply to: Forum moderation / merge topics etcJust 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 releasedAwesome, 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!
In reply to: Just one more… release candidate 1.0-RC-3Thanks for the suggestion, Ipstenu.
I think bbcode-lite has me covered for now, I dumped Allow Images altogether.
In reply to: List of Plugins that work on RC3Michael Adams “Allow Images” plugin worked on RC1 but doesn’t from RC2 onwards.
In reply to: Just one more… release candidate 1.0-RC-3This, 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.
In reply to: Just one more… release candidate 1.0-RC-3• 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
In reply to: Final release candidate 1.0-RC-2 is available.You can find a list of my plugins in the “List of Plugins that work on RC1/RC2” thread.
In reply to: Final release candidate 1.0-RC-2 is available.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.
In reply to: Final release candidate 1.0-RC-2 is available.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?
In reply to: Final release candidate 1.0-RC-2 is available.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).
In reply to: Final release candidate 1.0-RC-2 is available.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"">This is a link</a>
Same goes for Singlequotes.
In reply to: Final release candidate 1.0-RC-2 is available.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.
In reply to: Final release candidate 1.0-RC-2 is available.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.
In reply to: List of Plugins that work on RC1/RC2@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.
In reply to: List of Plugins that work on RC1/RC2Here’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 CheckerThank you for your replies, I didn’t think about a spell check on the browser side. This should do for now.
In reply to: Both Undelete and Delete links are under each postThanks 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.
In reply to: bbPress 1.0-alpha-4 releasedTopic 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.
In reply to: bbPress 1.0-alpha-4 releasedWhile 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.
In reply to: bbPress 1.0-alpha-4 releasedNope, my blog is on http://chocolatebydeath.com/ and the forum on http://chocolatebydeath.com/forum