Not exactly a problem with the tool, bu could be running out of memory. Will look into it and run some more tests.
hi, i’m switching my standalone installation with bbpress plugin… i need the forums list like the one on testbp.org or bbpress.org but i don’t know the file to edit…
ATM i’ve:
Forum title
Forum description
Leave a comment to Forum title
i need only:
Forum title
Forum description
thanks for the help…
Thank you for your answer,
But I can’t integrate the widget as I wish in my design.
Indeed, I can’t integrate the excerpt of the replies, I can’t properly control the CSS and I can’t (of course) include the latest comments in the last forums’ replies.
I started by looking at the widget code by default, but I can’t decrypt properly.
query_posts is very simple and I usually use it in my templates; is much more customizable.
I’m getting the same errors that scribu described. I added his code to the config file, and I’m still getting that error.
bbpress 1.1 and latest bbpress plugin (as of today).
Standard integration, all plugins off and themes set to default.
I’m getting the same errors that scribu described. I added his code to the config file, and I’m still getting that error.
bbpress 1.1 and latest bbpress plugin (as of today).
Standard integration, all plugins off and themes set to default.
You all may try out a plugin made by @kristarella – http://kristarella.com/snaps/bbpress-thesis.zip and see if it works. (I haven’t tested it out myself)
I installed Buddypress. Everything works great.
I also installed the group forum in the buddypress settings panel. But than i realized it isn’t realy a public forum.
So i installed the wide one (bbpress 2.0) actived the plugin, i can make forums, topics, reply in the dashboard. but i cannot view them on the website.
I can go to a recent topic but i only see the Title of the topic and the message. I don’t see icons, no forum table, nothing. (see link below)
http://www.joeristallaert.be/comm/forums/forum/testing-new-forum/
Do i need to create pages? if so, what kind of content/code i need to insert.
I also don’t understand the settings : Archive Slugs and single slugs. what do in need to fill in, in those fields.
I tried changing permalinks, but i can’t otherwise my full buddypress won’t work.
btw It should work with my Theme. Because the official Demo of this theme bbpress is integrated.
Thank you.
Hello
I’m having trouble with this plugin. I’ve installed it fine, and am able to ignore/un-ignore a user. However, testing it out on my demo forum, when I ignore the last user in the thread it then sends me back to the main page and assumes that that thread doesn’t exist so I’m not able to view/access it.
Anyone can help with this?
I just created a new WordPress site (3.2.1) and installed the latest bbpress plugin (version 2). I have two questions:
1) Where can I find documentation specifically about the plugin, or does everything (plugins and widgets) that works with WordPress and bbpress also work with WordPress and the bbpress plugin?
2) I would like to be able to display not only the root forums, but also the subcategories – in order and indented. I am currently using the bbpress forum list widget, but it doesn’t appear to be able to display the root forums with subcategories indented underneath. It only show root forums, or everything all mixed together.
In the Standalone I jus use this <?php bb_latest_topics_pages(); ?>
for what you wanted
Maybe you can use it by changing bb_
to bbp_
like something else that it worked!
The test profile that I created cannot Reply to a comment or post a new topic. However they can post a comment in WordPress. Under the User tab in the Admin panel the profile is listed as having no role. When I update the users role, click save and return to Admin user tab they still have no role. In the bbpress/wordpress intergration tab All wordpress roles are marked as member (aside from admin). What is going on?
How do I fix this?
Despite the inflammatory remarks from their team in the topic you linked me to, I tweeted the Pagelines guys about getting access to their forums or getting things figured out together.
Considering you are paying them for support, I think the ball is in their court. If there’s a problem with their theme and bbPress they need to put a guy on it and send me a theme to test, similar to how StudioPress and Genesis handled it for the 2.0 release.
If bbPress is doing something that’s causing headaches, I’m happy to fix it – the difference being that bbPress’s code is immediately accessible to them, and their themes are not to me.
It seems that the bbPress 2.0 plugin is using my blog posts setup for forum topics and forums list. This is an issue to me because I do not want to have post author information or the comments section to display in the forum topics.
Here is an example: http://www.fanoop.com/forums/topic/one-more-test/
I am using Pagelines Platform Pro theme. I have also posted this topic on their forums (http://www.pagelines.com/forum/discussion/14742/bbpress-2.0), but it seems that it is an issue between the plugin and WordPress…
Is there a way to separate the forums from the blog post style? I obviously don’t want to turn off commenting site wide, but this is an issue.
After creating a new forum “NFL” (as a forum, not a category) and entering a couple test topics via the admin panel it displayed on the forum index (archive) correctly and correctly showed that the forum contained 2 topics. From the admin account and a public account I could read those topics on the front-end just fine. However, from a non-admin account the single forum index (forums/forum/nfl) displayed the notice that there are no topics yet. When I created a topic from the front-end form as a non-admin it would take me to a 404.
I’ve read about the need to resave the Forum Settings page at different stages so I tried that but it made no difference. I also tried renaming the slug to nfll but it didn’t fix things either.
I’ve since deleted the forum and recreated it which took care of the problem but I’m wondering if there is an issue that comes up when Topics are added to a forum from the admin (or maybe the first Topic of a forum?), or if something else triggered the problem.
Anyone else familiar with this?
My bad, I thought he was asking about displaying topics, should have read it better. I’ve done that part as well, although it is not as straightforward an answer.
No, he actually wants to have threaded forum table so that the recent topic of the subforums is displayed too, instead of just topic and reply count in parenthesis. Am I right?
Sorry, I meant change your entire website theme to twentyten and test. I would also suggest disabling all other plugins.
If that fixes the problem then I would reactivate plugins one at a time and see when the problem comes back. If it doesn’t then activate your current theme and see if the problem comes back. If the problem comes back, then you know if it is your theme or a plugin that is causing the problem.
Actually it was quite easy to do:
Modify archive forum:
<div id="forum-front" class="bbp-forum-front">
<div class="entry-content">
<?php bbp_get_template_part( 'bbpress/content', 'archive-forum' ); ?>
<br><br>
<h3>Recent Topics:</h3>
<?php bbp_get_template_part( 'bbpress/content', 'archive-topic' ); ?>
</div>
</div><!-- #forum-front -->
Notice I am simply calling the content-archive-topic template.
**Obviously there is more to it than simply modding a core file which is not good. I am going to assume that you are using a custom theme/child-theme and modifying the templates from there.
The latest versions now have admin settings in the dashboard that allow the admin to create additional whitelists of supported tags. It also detects Viper’s Video Quicktags and allows all those tags to be added to the whitelist via a single checkbox.
I’ve implemented a means by which other shortcode plugin developers can make their plugins get automatically detected by the whitelist, declaring which safe shortcodes they support, and giving them the same single checkbox ‘add to whitelist’ functionality that I’ve currently done with my bbPress BBCode plugin and Viper’s Video Quicktags.
You would actually need to modify theme files, particularly the forum loop and CSS files to do that. It involves a bit of time and no one has tried to do it yet. I’ll see to it when I get time.
Thanks for the reply.
This isn’t just happening on my setup though, it’s happening over at http://www.testbp.org too.
If you get an account, sign in and favourite any topic, then click on favourites… it won’t show any topics or anything.
Same happens if you reply to or start a new forum topic. this doesn’t show up in the BP profile tab which is labelled ‘Forums’ in your profile.
I’m guessing it should, but no such luck so far.
Anyone using this with Buddypress and have a similar experience?
I know this sounds basic guys, but adding a topic to favourites doesn’t seem to do much on my install.
It adds it okay, but when you then click on the resulting link which changes to ‘favourites’ it just takes me to my BP profile.
The favourite doesn’t appear under the ‘favourites’ tab in my profile or under the ‘forums’ tab in my profile.
What is supposed to happen and what is the forums tab on my profile supposed to show?
This is happening over on testbp.org too?
Surely these tabs should be populated by my topics started and favourite topics?
Cheers guys!
Ross
Well I can confirm that the latest and compatible versions of both these plugins are now definitely available on wordpress.org
I’ve set up a test forum with pretty much just these two plugins active and you can see the results here:
http://bbpressbbcode.chantech.org/forums/topic/testing-shortcode-whitelist/