Forum Replies Created
-
In reply to: Allow users to post comments without logging in.
I haven’t tested this, but this plugin was just posted recently:
In reply to: Install Setp 1 Revisit Please Help!!!Ah great idea… glad it’s working! (or at least, seems to be working)…
In reply to: Install Setp 1 Revisit Please Help!!!Chris had some great advice for a user in a similar situation here:
https://bbpress.org/forums/topic/problems-trying-tlo-install#post-58763
Is it possible that there’s a missing BB in front of your constant names in bb-config.php?
In reply to: Do wp.org logins work here?It sounds like your old account was possibly Bozo’d:
https://bbpress.org/forums/topic/bozo?replies=4#post-248
I’ll add the tag “modlook” to this post so that a moderator knows to check your old account for a Bozo flag!
In reply to: Double Post Protection (Time Limited)This is actually built into the core, as I understand it… users can’t post more than every ___ seconds (I think the default is 30 seconds, but I’m not sure).
You can actually increase or decrease the “throttle time” with this plugin:
https://bbpress.org/forums/topic/change-throttle-also-is-it-based-on-username-or-ip
There are a few threads on throttling on the boards!
In reply to: Prevent Users From Creating TopicsThis plugin should do just that!
In reply to: Where is the word 'sticky' hidden?Check out the “bb_topic_labels();” function on your front-page.php template:
https://trac.bbpress.org/browser/trunk/bb-templates/kakumei/front-page.php#L24
The word “sticky” used to be hardwired into templates, but it got moved into the bb_topic_labels function in version 0.8.x. That provides the infrastructure for things like the Topic Icons plugin. More here:
In reply to: Uploaded files but getting errors when visiting pageThat’s very odd… I just downloaded a fresh copy from that link, and the bb-config-sample file didn’t have that deep integration line in it.
Maybe try downloading a fresh copy, and uploading that code over the old one?
In reply to: Uploaded files but getting errors when visiting pageHold on a second, I don’t get why your bb-config.php file was trying to deeply integrate with WordPress… that line’s not part of the standard bbPress install, as far as I know:
https://trac.bbpress.org/browser/trunk/bb-config-sample.php
What URL did you download the zip file from?
In reply to: Definitive Deep Integration Instructions?Deep integration is a lot of overhead just to call the same header and footer… but it’s your call.
Which thread had the instructions you were looking at? We can take a look if you post the links!
In reply to: Definitive Deep Integration Instructions?When you say deep integration, do you mean you’d like to be able to call WordPress functions from inside of bbPress?
Or do you mean that you’d like the themes to be very similar…
In reply to: Is there any decent plugins for 1.x?Yah, plugin support for 1.0 is limited… 1.0 is not fully backwards compatible, so some of the plugins need to be manually tweaked to support 1.0! That process will take time… it will be months before 1.0 has broad plugin support.
If you’d like to change that, your best bet probably is to make donations to the plugin developers out there and ask them to support 1.0! In the meantime, if you’re using a lot of plugins (or want to)… you probably want to stay on the 0.9 branch.
In reply to: How to remove 'junior member'Do you mean the Role of each user? If so, try this:
https://bbpress.org/forums/topic/how-to-disable-display-of-member-group
In reply to: #1 added to start of new postsAh I just was noticing that you’re calling four separate CSS files in your bbpress install! That’s a lot… you might want to narrow that down a bit.
In reply to: #1 added to start of new postsWhat is your active theme?
The CSS that Chris referred to is probably in the subfolder of your active theme… which should be under your /my-templates/ folder.
Hopefully the plugin developer can help you… his contact information is here:
https://bbpress.org/plugins/topic/wordpress-bbpress-syncronization/
In reply to: Uploaded files but getting errors when visiting pageWhat is installed on your server… only bbPress? Or do you also have a WordPress install somewhere on there…
In reply to: Uploaded files but getting errors when visiting pageTry deleting that require_once line… what that does is enable “deep integration”, so that you can call WordPress functions from inside of bbPress.
Most people don’t need that sort of deep integration – I don’t use it myself. I just use user/cookie integration, so that users only have to sign in once to either my WordPress or my bbPress and they’re all set.
In reply to: Is it possible to schedule forum topics?Here’s a list of bbPress professionals, although I don’t know how many of them have done development:
http://bbshowcase.org/forums/topic/bbpress-professionals-advertise-in-this-topic
The most prolific developers are _ck_ and Nightgunner5.
Nightgunner5 has written 9 plugins that I’m aware of (I use two of them, and they are excellent):
https://bbpress.org/plugins/profile/nightgunner5
_ck_ is by far the most prolific developer, with 60 plugins:
https://bbpress.org/plugins/profile/_ck_
But according to that link above on bbshowcase (her site), she’s not available right now. If you have a larger budget though, it might be worth dropping her a line and seeing if she’s open to it.
You might also try Ivan here:
https://bbpress.org/plugins/topic/wordpress-bbpress-syncronization/
If there are active plugin developers that I’ve missed, please let cupra know in the comments!
Good luck! And if you’re open to contributing any custom plugins to the plugin section when you’re done, that’d be great! I’d be glad to help test the plugin…
In reply to: Uploaded files but getting errors when visiting pageI’ve seen that exact error before!
Here are the reports, along with a proposed fix:
https://bbpress.org/forums/topic/cannot-integrate-users-with-wp
https://bbpress.org/forums/topic/require_once-problems
Hope that helps!
I don’t know, I’m not that familiar with that particular plugin… sorry!
You may want to try emailing the plugin author? He mentioned in the comments a few times that he’d provide custom programming or support in exchange for a donation, so you may want to offer that?
Let us know how it turns out!
In reply to: Is it possible to schedule forum topics?There’s no future posting in bbPress that I’m aware of… although version 1.0 supports a posting API, which might make that easier to pull it off.
The syncing approach could work as well – I don’t have much experience with those plugins, but here’s the link to the plugin:
https://bbpress.org/plugins/topic/wordpress-bbpress-syncronization/
My guess is that your best bet would be to hire a developer to make a custom plugin for ya…
bbPress isn’t a WordPress plugin… it’s an entirely separate program.
Follow the instructions here to install it:
https://bbpress.org/documentation/installation/
Good luck!
In reply to: One profile page to rule them allBuddyPress would be yet another profile page… unless they have a solution for the multiple profiles problem?
Several other users of that plugin reported similar issues on the comments of the plugin page:
https://bbpress.org/plugins/topic/wordpress-bbpress-syncronization/
It seems like one cause of that was that some servers don’t allow outgoing connections:
https://bbpress.org/plugins/topic/wordpress-bbpress-syncronization/page/9/
Maybe check with your host about that?