Forum Replies Created
-
In reply to: bbPress 1.0-alpha-2 releasedIn reply to: Alpha 2 version needs correcting
This was a small oversight which is already fixed, if you re-download the release it will be fixed there.
In reply to: wordpress login issues after 1.0 alpha 2 upgradeDoes this happen when you log out of bbPress then login to WordPress?
In reply to: bbPress 1.0-alpha-2 releasedProbably, I haven’t tried an upgrade form 0.9.0.2 yet. In theory it should work. If you try it then make sure you backup your files and database first.
In reply to: bbPress 1.0-alpha-2 releasedThere was an error in the original release, the fix is made, but until it is available on the download site you need to get it from here…
[deleted] – see below
The zip archive is at the bottom of the page.
In reply to: 1.0 Alpha 2 install issueThere was an error in the original release causing this, the fix is made, but until it is available on the download site you need to get it from here…
[deleted] – see below
The zip archive is at the bottom of the page.
In reply to: bbPress 1.0-alpha-2 releasedWell, you should just be able to replace the bbPress files with the new ones then go to your sites admin area to run the upgrade script (it appears automatically if it is required).
Make sure you backup your old files and your database first to be safe.
In reply to: Profile Change resets User PWDoes that mean you are including WordPress’ header.php file in bbPress?
In reply to: bbPress 1.0-alpha-2 releasedThanks!
BTW, you’ll be happy to know there are three different ways to tun off XML-RPC:
* In settings
* Forcibly, via a plugin
* Just plain delete the file (xmlrpc.php)
But I’d like to think that you could help us to keep it secure instead : )
On a related note, thanks to everyone who has helped out with testing so far. Apparently the first alpha was downloaded over 2,500 times, thanks to all those who took time to report bugs and suggest improvements over that time.
I’m looking forward to further input and feedback as we approach 1.0 beta and beyond.
In reply to: bbPress 1.0-alpha-2 releasedFrom what version?
In reply to: bbPress 1.0-alpha-2 releasedA commendable approach, I approve.
In reply to: Profile Change resets User PWAre you loading WordPress inside bbPress?
In reply to: Next page on “latest discussions?”I’ve added the ability to do this to the development trunk. If you want to backport this to an older bbPress, you can follow the changes here:
https://trac.bbpress.org/changeset/1786
Then drop the function
<?php bb_latest_topics_pages(); ?>
wherever you want it in the front-page template to show pagination.In reply to: Next page on “latest discussions?”Latest discussions on the front page is meant for latest discussions… so paging has never been a possibility there.
Forum pages do provide paging of topics though.
In reply to: Fail to make BBpress Live workingThe admin screen was not available until today. Try installing version 0.1.2 of bbPress Live.
In reply to: Viewing User IPsFixed in trunk
In reply to: Change the PermalinksThe only ways to do this are fairly hackish. I wouldn’t recommend them.
In reply to: Profile Change resets User PWAnother thing left is to try it using the default template instead of the custom one you are using and seeing if that changes the behaviour.
You can just switch to it temporarily, then test and switch back.
In reply to: User admin: “Allow this user to”The display of that empty option is suppressed in 1.0 when it isn’t available.
It’s only ever visible to admins anyway, so it wasn’t a huge deal.
Turns out there is an error in 0.9 that stops the “throttle_time” option from being set.
If you run this raw SQL on your database it should set the option to 30 seconds which will force a checkbox to show up in that form.
INSERT INTO bb_topicmeta VALUES (NULL, '0', 'throttle_time', '30');
In reply to: Logging in won’t work.Some cookie handling has changed since the first alpha release.
In reply to: Plugin suggestionsWhy not just edit the previous post? 5 minutes is within the default editing time limit.
In reply to: topic query count in alpha 1.0 – any progress?Topic meta is similarly arranged to do less queries. I think the problem that was cited was that sticky topics and normal topics were not done in the same query. We decided against changing that in the end I think.
In reply to: topic query count in alpha 1.0 – any progress?Relevant change is here:
In reply to: topic query count in alpha 1.0 – any progress?I’ve pinpointed and fixed that particular issue on topic pages in trunk. You should only get a query equivalent to number 55 in your query set for adding meta data, but the individual user queries will remain. Still, that will help a lot on that particular page.
In reply to: Profile Change resets User PWThe password hash is always unique, even when the password is the same, that’s the nature of phpass hashes.
I joined and logged in to your site. I edited my profile and indeed the password stopped working. First things first, try deactivating the signatures plugin you are using and see if the problem still occurs. If not that’s the culprit and it needs to be modified by the plugin author to stop this behaviour.