Forum Replies Created
-
In reply to: Second Page Gone!
Looks like the whole server is gone now… Can’t bring it up at all.
The blank screen is likely a 500 Internal Server Error, so if you have access to error logs, that will help. If not, it’s likely a syntax problem in a template file. I saw at first that you had a custom theme up there. You could try with a stock theme and see if the problem persists.
One other thing I noticed is that the URL appeared incorrect. It looked like this:
http://harrismarine.co.nz/bbpress/topic.php?page=2
But the topic ID is missing in that URL. It should look more like this:
http://harrismarine.co.nz/bbpress/topic.php?id=9&page=2
Maybe the pagination links in your theme got messed up somehow. I wasn’t able to test any further because I can’t bring up any pages at all on your forum right now.
In reply to: Profile Change resets User PWHow are you loading those items from WordPress? Using WordPress functions or just calling the graphics directly?
In reply to: Second Page Gone!Link to your forum?
In reply to: Next page on “latest discussions?”I don’t know of anything for adding page links for the latest discussions, but there is this plugin for changing the number of items being displayed. Maybe that will help?
In reply to: Fail to make BBpress Live workingJust posting this here for anyone who might not know about this WordPress plugin:
https://wordpress.org/extend/plugins/bbpress-live/
After you installed it, do you have the option to activate it in the WordPress plugins screen? Or that is OK, but you can’t configure it?
In reply to: WordPress Admin PanelLooks like the WordPress plugin “Themed Login Register” is causing you trouble. That is giving an error that it can’t find a WordPress theme (div_dark_house). Fix that first by disabling the plugin.
In reply to: Forum got installed, but I can’t read any posts!It has nothing to do with incompatibility between versions; totally unrelated.
There are two methods there to get permalinks working.
1. Options +Multiviews (works for some people)
2. Access http://www.example.com/bb-admin/rewrite-rules.php with a browser, then grab the displayed text and paste it into your .htaccess file.
If you tried the first method and you got an internal server error, it sounds like the host does not allow that in an .htaccess file. Try the second method. If that doesn’t work, you might need to contact your host to see what’s allowed.
In reply to: Cookie problem with wp-blog-header.phpThose version are not compatible for logins. Please read this sticky:
https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101
In reply to: WordPress and bbPress Theme IntegrationDo users have to log in at the blog and the forum separately, or are the logged into both simultaneously? I didn’t think that 0.9.0.2 and 2.6.2 were cookie compatible, for logins.
To do what you’re describing, you need to design a theme for bbPress that matches your WordPress theme. Short of doing that, you can include WordPress inside bbPress to have access to WordPress functions (like get_sidebar, get_header, get_footer.)
You can also browse the tag integration to see how other people have approached the problem.
In reply to: WordPress + BBpress with external authenticationI don’t know of anything like that specifically. But there is an LDAP plugin that you could probably look at to get some ideas for how to use an alternate authentication and go from there:
https://bbpress.org/plugins/topic/ldap-authentication/#post-54
In reply to: Tag Graffiti/Profanity Abuse?Yes. In the database, the id of the member who added the tag is recorded (in the bb_tagged table), so if you had an offensive tag, you could find out which member added it. I don’t know if there’s a plugin to make viewing and managing the information easier than using something like phpMyAdmin.
Also, admins can edit everyone’s tags, but a user can only add tags, or remove tags they added. They can’t remove or edit other people’s tags. It looks different when you’re logged in as an admin.
In reply to: about sessionsTo have access to bbPress functions from WordPress, you need to include bbPress inside WordPress. Then you can put that link wherever you want using bbPress functions. Read here:
http://www.adityanaik.com/integratepress-part-i/
Find bb-load.php in that page.
In reply to: Forum got installed, but I can’t read any posts!So long as it’s in a separate folder from WordPress, you should be fine. You don’t want them in the same folder.
Try turning off permalinks in the admin. My guess is they’re not supported in your current configuration. If that works, and you can view everything, then you just need to configure permalinks.
In reply to: Viewing User IPsIn reply to: Change the PermalinksI think this explains it pretty well.
https://bbpress.org/forums/topic/hack-to-remove-forumsforum#post-14258
In reply to: Piggyback onto bbPress user managementI think the WordPress user registration functions are more mature than bbPress. Maybe you could use that somehow?
In reply to: Viewing User IPsI think maybe it’s a bug. I just modified bb-admin/view-ip.php line 11, from this:
$post_query = new BB_Query( 'post', array( 'ip' => $ip, 'per_page' => 30 ) );
to this:
$post_query = new BB_Query( 'post', array( 'poster_ip' => $ip, 'per_page' => 30 ) );
Basically change ‘ip’ to ‘poster_ip’ and then it works. Not sure how long that’s been broken. I have a 0.9.0.2 installation that does not work, then the alpha r1637 also does not work.
If this works for you, I can file a bug to trac bringing it to the developers attention.
In reply to: Viewing User IPsI never knew that page was there so I never tried to access it directly. When I access it in 0.9.0.2 or alpha (r1637) I get no information as well, just the heading
“IP Information
Last 30 posts”
but no data. My guess is I don’t understand how it works, or it’s broken. Can someone explain or show what it’s supposed to display?
I guess my earlier idea about a plugin is already handled by bbPress, but it’s just not working.
In reply to: Deleting ‘Allowed Markup’ info below posting fieldYou didn’t mention what version you’re using, but it’s in your template files edit-form.php and post-form.php, at least. Look in those files for the word “markup” and you’ll find it.
In reply to: User admin: “Allow this user to”Interesting – never noticed that before. You might want to log in and file a bug at trac.bbress.org.
The alpha release looks all different though. That line is no longer present and there are many other options on the profile page.
In reply to: How to include ä,å,öHow about this:
In reply to: why Regisration disabled. This is a demo site.?Someone else using that theme had and resolved the same problem:
https://bbpress.org/forums/topic/demo-site-wordpress-integrations-problem
In reply to: Logging in won’t work.Good to know. You’re the first to find the source of a problem. I never had that plugin installed so I don’t know why I had that specific problem.
Why did it break all of the sudden though? Did you just install that plugin?
In reply to: Logging in won’t work.I think this is the fourth time I’ve heard about this now. I have no idea what’s causing it. I think we need a new tag for it.
https://bbpress.org/forums/topic/bbpress-10-alpha/page/2#post-19153
https://bbpress.org/forums/topic/cant-log-in-after-installation#post-19550
Do you have access to server logs? Maybe something is being logged there.
With a password failure, you should get the “Wrong Password” screen. But that’s not happening. It’s almost like the password is good but for some reason, it still thinks you didn’t log in.
I tried from the failed password screen, the “you must log in to post” screen and even a different browser. I can’t seem to get it to work. Maybe there will be something logged several times from all my attempts (my IP right now is 75.22.31.202). I even tried a password reset and I couldn’t log in with the new password either.
This is integrated with WordPress? What version for both packages?
And, in your case, since this was sudden, what could possibly have changed that caused this? New software for bbPress or WordPress, or possibly something got updated on the server?
I like the overall look and feel of the forum, feels very complete. I do think there is too little contrast between colors. That light blue is hard to work with. Check this:
http://www.chrishajer.com/bbpress/creatives.png
Created with this tool (the Firefox extension):