I am getting some false positives with Akismet on an install of bbPress 1.0.1.
I’m ok with a few legit posts getting marked as spam as long as real spam is getting through. But for some reason I can’t get the posts to show up.
I did a search for spam, found several good posts marked a spam. I selected not spam, and they are no longer listed as spam. I did a recount, optimized my database, the posts are still MIA.
They show up as the latest topic, and when I am logged in, it will say “(60 posts +2 more)”, and when I click “+2 more”, the posts show up.
I even uninstalled Akismet, and checked the posts in the database to make sure there weren’t marked differently, but they are identical to the other posts.
Anyone run into this problem before?
For some reason I am getting errors when I try to install a custom theme. I took a default theme and copied it into the my-templates directory and it seems all permissions stuck as the default but I am getting an UNstyled site (CSS path is correct) and even the Screenshot sin’t displaying (just a blank image) in the Admin area.
See below (but permissions *are* all correct):
Forbidden
You don’t have permission to access /wp/bbpress/my-templates/mythemetest/screenshot.png on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I’ve been browsing these forums for the last day and a half while installing the latest version of bbPress on my 2.8.3 install of WP. So far so good with one glaring issue. When I log in as my Admin and click the “Admin” link at the op left of the bbPress page I have no idea if I am actually seeing the admin area or not. I don’t see anything that says Settings or any way to customize my install, change themes, etc…
Am I missing something here? I’m kind of at a loss as to what I can do next to try to debug this issue. Even the login integration with my WP install worked out pretty well. When I log out of one system it successful logs me out of the other, same is true when I log in.
I’ve seen soooo many people ask that seriously…
The issue I have with “integration” is that WP should be able to call info BB and vice versa. That’s it.
Well, yes. That is a frustration. It’s ‘user integration’ vs ‘application integration’ though. You could try deep integration, but I’ve only done it with BuddyPress and it worked well.
As for plugins, a lot of them actually work, you just have to test them out.
*head scratch*
On my site, if there’s an unread post in a topic and you click on the bolded topic title, it takes you to the first unread post so … I’m not entirely sure what’s up with that.
As for the new button, you could probably tweak the CSS to prepend a button.
_ck_, how about linking directly to first unread post like there is with Subscribe to topic? There could be button “New” before or after title of topic that would link to it while title itself would still link as it is now.
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??
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.