Forum Replies Created
-
In reply to: Link markup (URLs) being stripped
Thanks for the responses.
1) The link is stripped in the database. I had tested the “img” tag plugin, but disabled it because it didn’t work (it was actually having the same problem, stripping out the
src=""
).2) I looked over baptiste’s thread. I guess it’s the same thing, but sadly there’s no solution there. I’m using a WP include as well.
I don’t know if this is relevant, but I also had the stripslashes problem as well. That was fixed with a template hack. Is there a hack to fix this? It’s pretty much a show stopper…
In reply to: How to customize bbpress titles ?I’m on latest trac…is this filter present? I’m not seeing it anywhere.
In reply to: Show off your Forum !!This is my migrated phpBB forum. It’s integrated with my main site rather tightly (UI-wise, not database), and I did a bit of modification to the post layout, making the best use of the narrow column I think. Other than that, just your usual CSS tweakage.
It’s not live yet, so I welcome feedback:
http://automatorworld.com/bbpress/
The plugins I’m using are:
Comment Quicktags
Front Page Topics
Post Notification
Page links
Quote
edit: Please feel free to register and test post, I would welcome the Q&A
In reply to: Bozo problemAkisemet was already false, and it still happened. Anyway, I’ve commented out the entire bozo function in the core for now. I look forward to mdawaffe’s fix, thanks.
When is 1.0 due, anyway?
In reply to: Read-only forum / keep user names?You both ask very reasonable questions
Basically, my forum is such that people tend to sign up just to ask 1 question and disappear. So over the years it has amassed about 700 users with 1-2 posts, tops.
My current setup is pretty much a mirror of the old forum (it’s at my site at /bbpress if you want to see the design in progress), which can of course work fine, but being the anal type I was thinking of starting this forum with a “clean slate”, as it were. Maybe 2-3 users would be returning and bear the burden of re-registering.
But I guess I’ll leave it be. As new posts come in the old ones will “flush” off the front page anyway. Thanks for the insights.
In reply to: Request: Topic title link to latest postThis trick doesn’t work if the latest post is on page 2+…ideas how to get around that?
In reply to: Fix bbPress Plugin 0.8.1-1I update my profile after the fact to try and get rid of it; ya know, clearing that field, putting in a “0” etc.
The really strangest part to me is that there is no bozo in my usemeta table at all. So where the *heck* is the flag coming from?
In reply to: Show off your Forum !!Thanks wmarcy!
In reply to: Show off your Forum !!How do you remove the bozo check?
In reply to: Empty tag <br> issue?I wonder if someone smarter than me could write a plugin for Markdown or Textile? That would beat these tags by a mile.
In reply to: Bozo problemNone of these tricks work for me. I’m using latest bbPress and fix plugin. Even with a clean install, my keymaster user will randomly become a bozo. I have a either a “1” or ny login name in the profiles bozo field (yes, it’s a field, not a checkbox). Akismet is not enabled.
Also, there is no “is_bozo” in my usemeta table at all, and sure enough it’s not listed in the admin bozo section.
Is there a fix for this? It’s a big mess.
In reply to: Empty tag <br> issue?Ah ok that worked, duh.
In reply to: Empty tag <br> issue?I actually have the same problem;
<br>
doesn’t work, it just shows up in the post as-is.In reply to: Fix bbPress Plugin 0.8.1-1Hi, I’m having a bozo nightmare. I installed bbPress a few days ago, and I keep getting flagged as a Bozo.
1. I’m running latest bbPress, and this Fix bbPress plug-in.
2. I disabled Akismet per the other Bozo thread.
And yet:
In my keymaster profile page, I have a large text field with the contents of my admin name, and I’m stuck as a bozo. Changing “1” to “0” in PHPMyAdmin does nothing. Deleting my name from the bozo field does nothing.
I understand this is supposed to be a checkbox, but I have this:
<tr>
<th scope="row">This user is a bozo:</th>
<td><input name="is_bozo" id="is_bozo" type="text" size="30" maxlength="140" value="" />
</td>
</tr>