Forum Replies Created
-
Easiest way is to use the shortcode, and use CSS to hide the bits you don’t want.
If this isn’t satisfactory, you’ll need to make custom template parts to override the output.
You figuring it out doesn’t usually involve others handing you an answer.
I think you might be over-thinking things. Rather than trying to overload the WordPress template loader with a new archive-forum.php and trying to run something through a shortcode, why not just use a WordPress page, set the slug to /forums, and put the shortcodes and div’s in there instead?
In reply to: What does the single-view template do?Topic views are specific ways to group topics together based on any criteria. bbPress comes with 1 view: Topics with no replies. Developers are free to extend the views in bbPress, much like we have here at bbPress.org with the support plugin.
In reply to: Problem posting to forumsLooks like she doesn’t have the proper capabilities.
* Is she marked as a spammer?
* Is this a multisite installation of WordPress?
* If so, is she a user of that site, or do you have those forums set to be global?
In reply to: bbPress for Millions of posts?When you start storing that much data, it becomes less about volume and more about server setup and performance. MySQL databases can hold billions or records efficiently, WordPress can read and write to that database easily, too. What will matter is how you spread the pain of your traffic and volume around.
In reply to: 2.1 release dateDon’t sob quietly if something is broken! If you find a bug, proclaim from the hilltops so it gets fixed!
I need more specific information to be helpful. Also, the visual editor isn’t built into the template files, so they should not directly be the cause.
I run bbPress 2.1 at testbp.org with the visual editor on; so something else must be up.
Sounds like you’re only overwriting files, and not deleting the directory. Delete the entire /bbpress folder and replace it with the one from Beta 1. Should be good to go from there.
The .pot file needs to be updated. I’ll make sure it’s done in 2.1 by the time it’s released.
In reply to: Possible CSS Bug (Version 2.1-r3981)Don’t delete anything from the bbPress plugin folder.
Chances are you have a /css/bbpress.css file in your theme. It will now act as the full bbPress theme stylesheet, rather than pulling in two separate files.
In reply to: 2.1 Ignoring certain template files?In reply to: 2.1 release dateendearndrew – can you drop a note in the 2.1 topic that this is resolved, and anywhere else you brought it up? Thanks.
In reply to: BBpress First TopicSearch for bbp_show_lead_topic. This has been answered here several times before.
In reply to: bbPress 2.1 – Theme CompatibilityMarco – thanks for the feedback. No reason to double post this. Trac is plenty fine.
Not the same issue at all. Also looks like you fixed it.
Not the same issue at all. Also looks like you fixed it.
In reply to: 2.1 Ignoring certain template files?It’s a bug. Will look into it.
In reply to: I have just installed but lost from hereLook harder. Plenty of examples in the forums here and the codex.
What your site looks like is not the intention. Your theme is not compatible with bbPress, since it’s doing something o override the WordPress template loader.
In reply to: Removing log of edits to forumWay is suggested above deletes all revisions, even for your blog posts. Easier to modify the theme to not include them.
In reply to: 2 link to forums created automaticallyI see no pagination on your links above.
In reply to: bbPress 2.0.3 and WordPress 3.4Not experiencing any of these issues on several installations. Can you please try your updates again? If you have anymore feedback other than ‘it broke’ would also be great.
In reply to: WordPress v3.4 not compatible with bbPress?Update to bbPress 2.0.3; should work just fine.
In reply to: "/forums" url 404 page not foundTry visiting your permalinks page, and saving them. Sometimes they need a refresh after bbPress is installed.
In reply to: Register on MultisiteTried registering, and it does redirect me to some other weird site (which I assume is the main one on the network.)
I bet it’s WordPress redirecting, since it expects the root site to manage all sign-ups. Could probably use some help figuring this out and fixing, since you have an installation exhibiting the issue already.
If you’re using the bbPress plugin for WordPress, it will put its data in the same database tables as your WordPress installation.
There is an “uninstaller” in development, but I suspect most people won’t ever want to completely destroy all of their data.
The only security concerns would be the ones you create, like allowing them to be Editors or Admins. The default user role prevents Subscribers from doing anything malicious.