Is it possible to limit number of threads in latest discussion separate from comments per page?
Ideally I’d only like about 5 threads in Latest Discussion, but of course would want more posts per page. .
Thanks. I downloaded both. So far only tried Human Test. Tried it with a test registration and it seems to work fine.
If anyone has got one working with latest versions of bbpress, please share. Also any special steps or alterations needed to get it to work? Key features would be a user report option and ability for moderator ban or block.
Thank you.
My plugin – https://bbpress.org/plugins/topic/recaptcha-bbpress/ – does work with the latest version of bbpress.
However, if you are using a customized template, you may need to change that, as a 0.9 template I had didn’t work with it.
In order of importance (1 being the most critical):
1. When I see a highlighted topic with new posts, it redirects me to the First page when I click the link.
2. To update the “All Topics Read” I have to push this button Twice. I dunno why.
edit: Is there like this only when I have both last read and New topics function on?
3. [RESOLVED] I would like the topic to be automatically read after looking at it. How to achieve this?
For now they keep higlighted until i clear all posts read. I, as a forum user, would only like to be notified if there is a topic with new posts. I dont want it to be flagged red again until it got new unread posts.
edit: Sorry I just had to disable the
$unread_posts['indicate_last_login']=false;
4. It would be nice with a function to mark specific threads as read. Like If i dont want to be notified anymore of new posts in a specific thread.
What part isn’t working? the click to last read works for me on 1.0.2
I see, I am using it now, but it doesn’t work fully on 1.01 at least.
I find that very odd. As it’s working perfectly well for me. Did you put function filter_front_page_topics($where) in a plugin and activate it?
Ive seen some forums have special links coming up on a topic when there is some new post that a member didnt read, and the link will take you to the last unread post instead of the last post.
Is this something that can be done in BBpress?
I just installed bbPM and it works perfectly using the latest install of BBPress.
to display login, pass from BBPress in WP.
one solution is to use something like this (directly where you want to see it)
<iframe src=”mylogin.php” style=”width: 600px; height: 60px”
scrolling=”no” marginwidth=”0″ marginheight=”0″ frameborder=”0″ vspace=”0″ hspace=”0″>
</iframe>
login.php :
<?php
require_once(‘/home2/bulbpark/public_html/autograph/test/bbp/bb-load.php’);
if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form();
?>
Enjoy
Deep Integration is working fine for me. I have it running on several different sites, each with the latest versions. Here is one: http://wpmu.zyrot.com/forums/
You could email me at rohan [at] rohan-kapoor.com and I could help you.
Hi Guys,
I am new to bb and wp. Just installed the latest version of WP and BB. Database and cookie integration works great. Now i have a couple a questions about template/themes integration.
1. i want to use bbpress login system on both WP and BB (i.e. want to display login pass on WP).
here what i’ve tried to do:
a) in wp_config.php added require_once(‘address/bb-load.php’);
b) in the header.php (in themes) added
<div class=”login_bg”>
<?php if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form(); ?>
</div>
so it did the job, i was happy until i went to wp-admin and found out that it is messed up…
any suggestions?
2. What would you suggest for themes integration (to get the same feel and look)?
Thanks.
Has anyone actually got this working yet?
I’m running bbpress 1.0.2 and the latest WordPress 2.8.2. User and cookie integration is working perfectly, but I’ve been trying to do a “deep integration” so that I can use WordPress’s templates.
Whenever I try to include “wp-blog-header.php” in the config file like in past installations of bbpress, my forum spews a blank white page at me. I *know* that it’s finding the header file, because if I purposely change it to the wrong path, it’ll spew out an error at me.
Just to try it, I’ve also attempted to include wp-load.php, wp-config.php, as well and have ended up with the same blank page every time. At first I suspected it may be a permalinks issue, but even after disabling that the blank page persisted.
I’m putting bbpress inside a custom header, but I’m changing very little about the set up. But my problem is that all of the links in the header and footer are all leading back to the blog homepage, and I have no idea why.
My test site: http://heroicdreams.com/wpmu/bbpress/
I have no idea what’s going on. They are just simple links, but for some reason clicking on them always sends them to the homepage. If i’m in the forums and type the same link in the address bar it takes me there no problem… Can anyone help? have a clue what’s going on??
Rohan, I think orizine wants the BuddyPress forum theme, which isn’t available.
orizine, the current bbPress.org forum theme, bbOrg, which Rohan was talking about, is available through bbShowcase:
http://bbshowcase.org/forums/view/available-themes
Keep in mind that that theme probably isn’t updated with the latest bbPress v1.0 theme changes, but it should be easy to make those changes.
It’s possible I broke something in the new bb_safe_redirect however I have tested it working and I have not seen any other complaints (and there have been several registrations on my site).
Actually I just noticed you said it doesn’t work with 0.9.0.5 which didn’t have my change.
Have you tried deactivating your plugins temporarily to see if any interfere?
Let’s look at what changed from 0.9.0.4 to 0.9.0.5
https://trac.bbpress.org/changeset?old_path=%2Ftags%2F0.9.0.4&old=1898&new_path=%2Ftags%2F0.9.0.5&new=2131
nice to be able to help. Got any other question (like thread maker profile link) then I know the code for that too.
You should flag this topic as resolved.
How about the “Topics per page” plugin?
https://bbpress.org/plugins/topic/front-page-topics/
It lets you set the number of topics to be returned for many bbPress pages/views.
Using include is fine and fastest. Remember to try to load the sidebar AFTER your content if you care about things like SEO where content should come first. This would imply doing the include in the footer and floating the main content left and the sidebar right (or visa versa).
Nice work on your theme, seamlessly integrated.
anandasama, you are my hero! Thanks…this one works!!!
Friendly bump.
I know it’s summer & times are slow. I cannot use Firefox to view the local copy of my website when I am making changes. If I am using Firefox, I have to make my changes locally, upload them to the host, and then I can test the changes. This is a lot slower than doing everything locally — just from the increased number of steps.
Thanks
Forgive me if this topic has been brought up before but I searched and couldn’t find anything.
What I would like is to have a section for “latest comments”. I would appreciate any help with this. Thanks in advance.