Forum Replies Created
-
In reply to: Plugin for City/Country display
That site is _ck_’s developer showcase… I believe she did those flags with mini-track:
https://bbpress.org/plugins/topic/mini-track/
She no longer officially supports that plugin though – much of the functionality has been moved into the excellent mini-stats:
https://bbpress.org/plugins/topic/mini-track/page/3/#post-2436
But the flag functionality isn’t part of mini-stats, alas.
If you know how to edit or develop WordPress plugins, you shouldn’t have a problem working with bbPress plugins! If not, then maybe you could hire a developer to help with the port…
In reply to: Plugin for City/Country displayAh… so like an IP detection plugin which displays the country automatically!
I haven’t seen that on bbPress. Does it exist on WordPress? If so, it can probably be ported!
In reply to: Plugin for City/Country displayDo you want to the City/Country fields to be pulldowns? Or just a text field that anyone can fill in with whatever they want…
In reply to: Changing user name in bbPressYou can always create a new username… and then change the old posts to use your new username using this plugin:
https://bbpress.org/plugins/topic/edit-post-attributes/
If there are a lot of posts using your username, you’ll have to use a query to change them all at once!
In reply to: Integration Multiple BBpress With One WordPressOne more question for you actually: how many users are there in each of your bbPress installs?
In reply to: Integration Multiple BBpress With One WordPressAh ok.
1) Your first step is going to be to get all of the installs to use the same users table. Technically, you’ll want to follow steps similar to the ones described here:
https://bbpress.org/forums/topic/successful-reverse-integration-steps
However, your job will be greatly complicated by the fact that each install will have overlaps in terms of userid and usernames. For example, userid #5 on bbPress install #1 is going to refer to a different user than userid#5 on bbPress install#2. You’re going to have to address that – this link will help greatly:
https://bbpress.org/forums/topic/integration-of-established-wp-and-bbpress-installations
2) Phew, it’s good that they’re all in the same database… hopefully your WordPress install is also in the same database. This will simplify things a bit.
3) Ok, good to know.
I can’t offer custom help – I’m just a volunteer! But I’m glad to try and help you here, so others can learn from the discussion…
Here’s what I would recommend:
1) Your first step would be to backup all of your data.
2) Then, I’d setup a test environment exactly like your current environment and put your data there. That way, you can work on the integration with much less stress.
3) Then I would figure out how to deal with the userid and username overlap described above. This will probably be the hardest part!
4 ) Once you’ve figured that out, you’re all set to integrate all the installs to use the same usertable.
5) Finally once that’s done, you can also integrate the cookies so users only have to signin once!
If this sounds waaay too hard, you may want to hire a consultant or expert to help ya out! Here’s a list of people who are available:
http://bbshowcase.org/forums/topic/bbpress-professionals-advertise-in-this-topic
In reply to: Integration Multiple BBpress With One WordPressI’m sorry to say this, but integrating your 25 installs is probably going to require more work than filling in a setting page.
A few questions for you:
1) You have 25 bbPress installs, and they are currently not sharing a user table… is that right? As in, if I sign up as “john” on one install… can I sign in with that username and password on another one of your bbPress installs?
2) If your bbPress installs are not sharing a user table… do you know if all of the user tables are in the same database?
3) Finally, what versions of WordPress and bbPress are you using?
In reply to: Akismet deletes "spam" without letting me decide?Do you have the Akismet plugin installed and activated?
In reply to: Akismet deletes "spam" without letting me decide?What version of bbPress are you using? Do you have a Manage subtab showing up in your admin area?
Also – did you try the url directly?
htttp://yourdomain.com/ForumFolder/bb-admin/admin-base.php?plugin=bb_ksd_admin_page
In reply to: Akismet deletes "spam" without letting me decide?You should be able to access your Akismet spam queue at this URL:
htttp://yourdomain.com/bb-admin/admin-base.php?plugin=bb_ksd_admin_page
It should be linked under the Manage sub-tab, I think?
You can clear spam from there! I definitely check my spam queue a few times a day…
In reply to: Integration Multiple BBpress With One WordPressThis is absolutely possible. I wrote a bit about it here:
https://bbpress.org/forums/topic/create-multiple-forums
I now have about 10 bbPress installs all working, and they’re both integrated with two separate WordPress installs. So this is definitely possible. You just need to make sure that all the installs are using the same users table.
The bigger issue is: do any of your installs share usernames? For example, a “John” registered on one site and on another one? That will be tricky to manage – a path is described nicely here… look for the section on “user_id” conflicts:
https://bbpress.org/forums/topic/integration-of-established-wp-and-bbpress-installations#post-28701
Good luck!
In reply to: Future of bbPressCan you give us an update on the revamping of the bbpress.org website? Sam was about to launch that when he left.
Currently, the Plugins tab is on a separate bbPress version than the Forums tab (so you have to sign into each separately), and there’s no Codex for documentation…
Thanks!
In reply to: When bbpress 1.0.3?Marius – Everyone’s leaving? One person has left… the lead developer, Sam. And he worked crazy hard to get version 1.0 out the door (you can see all his code checkins on Trac).
bbPress is definitely in a state of transition now. I’ll reach out to Automattic and see if we can’t get some clarification on where things are. If they’re not going to actively develop the platform, we can fairly easily fork the code since it’s open source…
In reply to: Combined Register + PostIf your concept of the site depends on this plugin, you may want to consider hiring a developer (like Kawauso!) to build and test it for you…
Regarding waiting for the password over email – you can address that with this plugin! I use it on all my sites and can vouch for it:
https://bbpress.org/plugins/topic/instant-password/
This may also simplify the registration process… I haven’t used this one yet though:
https://bbpress.org/plugins/topic/openid/
Good luck!
In reply to: instable scriptsYou’re in luck! Try this script to see which bbPress plugins are slow:
https://bbpress.org/plugins/topic/bb-benchmark/
This should do the trick on the WordPress side of things:
https://wordpress.org/extend/plugins/debug-queries/
Good luck!
In reply to: Avatar Upload not workingTry Transom’s solution here:
https://bbpress.org/plugins/topic/avatar-upload/page/6/#post-2241
In reply to: When bbpress 1.0.3?@grassrootspa – BuddyPress uses bbPress to power forums, so as long as BuddyPress is important for Automattic then that’s good for us.
We definitely need clear guidance around the future of bbPress. If it’s not going to be supported, then we will have to work together as a community to fork it…
In reply to: admin area menu not showingSometimes an upgrade can remove your admin/keymaster privileges… if so, this plugin can solve it:
In reply to: instable scriptsWhat is watpocom?
What version of bbPress are you using? Is anything else besides bbPress installed and running on your server?
In reply to: When bbpress 1.0.3?Same (the lead developer on bbPress) has left the parent company of bbPress.
More here:
I have indeed left Automattic. I decided it was time to move on and pursue some of my own ideas and other interests.
I won’t have much time to contribute to bbPress now and I can’t report who is going to be taking over from me or if anyone is even being sought for the role.
https://bbpress.org/forums/topic/thanks-for-everything-sam#post-58402
We’ve received no word as to who will replace him (or if anyone will replace him). I’m hoping that Automattic will clarify things on that front soon… it’s been a month or so since Sam announced his departure.
So to come back to your original question: nobody knows when or if the next version of bbPress will come out!
In reply to: my admin panel vanishedThis worked in 0.9 to fix issues with admin access… hopefully it works in 1.0 as well!
In reply to: Allow users to post comments without logging in.Sounds like it might need some tweaks to work properly… that’s too bad, it’s the closest plugin to serving your needs that I know of. It takes advantage of the new meta tables in 1.0+…
Your best bet would probably be asking the plugin developer for help… or hiring a custom developer to help you debug the existing plug!
In reply to: Allow users to post comments without logging in.Sorry for the confusion – I just meant that Akismet is a plugin, so as long as the plugin is activated… it should do a decent job of filtering spam.
I dunno if the Human Test plugin works well with “login free posting”, but it has an option to add a math problem to the topic/post posting form:
In reply to: Allow users to post comments without logging in.All comments should run through Akismet, as long as it’s active… it’s probably similar to how WordPress filters spam, which is to say it’s pretty good but not perfect.
In reply to: Allow users to post comments without logging in.I’d try it out and see… it could have been a plugin conflict unique to that user!