Forum Replies Created
-
In reply to: Forums not displaying?
You said by using that line you get a 404 error. Now you didn’t? I don’t understand.
You can try visiting your permalinks page. They might need a flush.
In reply to: Forums not displaying?Only add that line if YOU have taken control of bbPress’s theming with a custom theme. Meaning, YOU have physically created all the files bbPress expects. If you haven’t, don’t tell bbPress you’ve added add theme support. This is outlined in the sticky topic at the forum index.
In reply to: What does the Subscribe link do?It sends an email to you when someone replies to a topic you’re subscribed to.
In reply to: Integrate bbPress with my template fullwidthCyclecincy is currently using the default theme that comes with bbPress 2.0.
In reply to: Integrate bbPress with my template fullwidthCyclecincy is currently using the default theme that comes with bbPress 2.0.
In reply to: Assuming 2.0 will support this like buddy press doesbbPress already does do this, yes.
The process isn’t being sped up, other than 2.0 being close to complete. What would help is having more developers contribute to bbPress core, and if we had a codex where members could contribute documentation.
Once 2.0 ships I’ll be looking into how to best setup a codex for us.
In reply to: Private and hidden forums (solution)Staff forums, moderator forums, or maybe you want a plugin to create caps on the fly per-forum like BuddyPress. Lot’s of reasons why.
You should alert the theme author. They should be checking the post_type on the query before filtering it.
In reply to: Ability to hide topicI’d suggest making a hidden forum and moving your topics into that for now. I’m sure someone will make a hidden topic plugin.
In reply to: Empty Topic TagsThis is a new one. The topic tags are updated on each reply with the contents of the input box. This is by design but will only result in empty tags if you reply to a topic with the tags input empty, so that forum members can self-police them. They are replaced as easily as they are deleted.
One current drawback is if you trash or spam a topic, it could leave empty tags behind. I’d maybe open a ticket for it, and I can look into it further. Right now I can’t reproduce the bug, but that doesnt mean it isn’t one.
In reply to: Private Forums Posting To BuddyPress Activity StreamStrangely this doesn’t happen in hidden forums. Create a trac ticket and I’ll take a look.
In reply to: Mark user as spam AND remove all their posts?The bbPress plugin does this, as it’s a pain to mark a user as spam and have their posts not be spam along with them.
In reply to: control panel for new topics and repliesAwesome
Good to hear it. Should be pretty stable for many Novembers to come.
In reply to: control panel for new topics and repliesMakes sense. You should build it
Sounds like a bug. Please make a ticket, and a patch would be awesome. Probably just don’t run the forum update handler if the post status is not published.
Sounds like a duplicate of this:
https://bbpress.org/forums/topic/only-5-of-my-forums-are-listed-how-do-i-list-all-forums
In reply to: Moving Topic Still Displays in Old ForumSee #1626. Fixed here: https://bbpress.trac.wordpress.org/changeset/3488
At best guess, something is up with the table CSS. Each cell should be allowed to stretch to fit it’s content.
Can’t help because I can’t highlight anything or click on anything that isn’t a link.
In reply to: Super Sticky below Regular StickySticky order is based on the last post time, and bbPress treats them differently than other forum software does. They aren’t “super stickies” or “announcements” but rather stickies that appear at the top of the topic index, or are “Stuck to Front.”
In reply to: Logout error when bbPress plugin is activeThat won’t be a good fix. Looking into making the redirect smarter.
In reply to: Suggestion: Ability to Modify Sticky's via DashboardMake a trac ticket and I’ll put it in the 2.1 milestone as an enhancement.
Forums don’t have pagination, as generally you wouldn’t want to limit them.
If topics are also being limited to 5, something else is up. Is it possible the theme you’re using is limiting them? What happens if you switch to bbp-twentyten?
In reply to: Shortcodes from other pluginsI have them turned off for now, as many shortcodes assume the post author has the trusted ability to post content, which for forums might not be best.
It would be a rather simple plugin to create, although you’d probably want some kind of UI to map shortcodes to user roles. You may not want every registered user to post a poll, but you might want to allow users to use code formatting, for example.
In reply to: WangGuard, Answering questionsI will remove it this weekend. Thanks for the heads up.