Forum Replies Created
-
In reply to: Installing to local Mac
Another lesson I shall not forget….akismet configuration!
Good to see it works!
Trent
In reply to: Installing to local MacWhat are you installed on? WAMPP or something else?
Trent
In reply to: BBPress & LDAP Plug-in?First off, which plugin are you using with WP for LDAP authentication?
My understanding of some of the plugins is that the user has to be created in WP first. Not sure if they automate this process or not. All that changes is the authentication process, the password from the LDAP server and maybe the cookie.
Standard WP and bbPress integration works with sharing the WP users. If the LDAP plugin doesn’t use the WP user password, not sure if this information would move over to bbPress.
Short of testing it, I would imagine it would depend on whether the password is updated in the WP users table of the database. Maybe ask the plugin author if he/she thinks this would be possible?
Another thing, there is a plugin that pulls the users out of WP into bbPress. That being said, if the username and password are stored in WP, then there shouldn’t be a problem integrating even with using LDAP.
Of course, if someone else knows something that could be added to this discussion, please do!
Trent
In reply to: Installing to local MacKinda shooting in the dark here, but will it install as http://localhost/forum/bb-admin/install.php ?
I am not sure if bbPress has to be installed with a fully qualified domain name or not.
Maybe check out this thread as well in your search.
https://mu.wordpress.org/forums/topic.php?id=1426&replies=13
(I know it is MU WordPress, but same principle may apply)
Trent
In reply to: Installing to local MacIs there any indications that any of http://127.0.0.1/forum/ is readable? Just to be clear as well, http://127.0.0.1/forum/bb-admin/install.php is the address you are trying to reach or just going to http://127.0.0.1/forum/index.php to get redirected.
Trent
In reply to: My 2.1 alpha3, running with bbpress..Seems to be top notch Spencer. Excellent!
In reply to: Private Forum scriptGood thinking. Using the logged in status natural to bbPress to do this. Just looking at the code it would work, but I will test this out on my dev forum and report back as well. I could see this expanded into a plugin very easily….
Trent
In reply to: Integrate wp and bbpress registrationNo problem! Happy to point out what took me several searches to piece together!
Trent
In reply to: Integrate wp and bbpress registrationIf you haven’t figured this out already, but there is a plugin for doing this at https://bbpress.org/plugins/topic/4?replies=1 and it does the following:
Share user accounts between your WordPress blog and your bbPress forums.
This plugin ensures current WordPress users can use the forum. As for registrations in bbPress and adding them to WordPress Users, check out:
https://trac.bbpress.org/ticket/438
It is a WordPress plugin to bring across the information for bbPress registrations.
My blog is setup so users can register in WP or bbPress because with these 2 plugins, it doesn’t matter where they register.
Thanks,
Trent
In reply to: Problem with my DomainFirst off, you are missing a slash to seperate the forum and all the URL’s that it generates. The actual place you installed bbPress is:
http://www.fh-augsburg.de/~steinle/Pfeil/Forum/
You need to adjust some things in your config.php file in the bbPress root (above directory)
// If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.
// Adjust the domain and path to suit your actual URL.
// Just the domain name; no directories or path. There should be no trailing slash here.
$bb->domain = 'http://www.fh-augsburg.de/~steinle/Pfeil'; // Example: 'http://bbpress.example.com'
// There should be both a leading and trailing slash here. '/' is fine if the site is in root.
$bb->path = '/Forum/';
As to make sure it integrates, config.php should have something like this:
// The rest is only useful if you are integrating bbPress with WordPress.
// If you're not, just leave the rest as it is.
$bb->wp_table_prefix = wp_; // WordPress table prefix. Example: 'wp_';
$bb->wp_home = 'http://www.fh-augsburg.de/~steinle/Pfeil'; // WordPress - Options->General: Blog address (URL) // No trailing slash
$bb->wp_siteurl = 'http://www.fh-augsburg.de/~steinle/Pfeil'; // WordPress - Options->General: WordPress address (URL) // No trailing slash
/* Stop editing */
Keep in mind this is no exactly depending on whether this is just WP or WPMU that you are using. As well, this assumes that you have those addresses in your WP options as well.
I think you will get the idea from this example though.
Trent
In reply to: bb_get_user needs a numeric IDWeird. That solution doesn’t fix my problem. Hmm….
Trent
In reply to: New WP Comments In ForumI spoke with the author of the plugin and he is considering it for a future release of the plugin. That is GREAT news as Tony the Tiger would say!
Trent
In reply to: Private forum for Author Role?I don’t think WP user roles can be used in bbPress yet. In bbPress, you are either a user, a bozo or not registered. WordPress obviously has more roles. Unless I am missing something, that is where we are until someone writes a plugin or they change the bbPress core.
In reply to: logged in as without form_login?I think it is as simple as editing a couple files:
/path-to-bbpress/bb-templates/login.php
/path-to-bbpress/bb-templates/login-form.php
Just change them to what information you want to display and upload them to:
/path-to-bbpress/my-templates/login.php
/path-to-bbpress/my-templates/login-form.php
Uploading to my-templates is the key because it doesn’t change the original login form pages. If you make a mistake, you just delete the one in that folder and bbPress will use the originals in bb-templates.
Trent
In reply to: Trouble customizing layoutI think we discussed this in the MU forums, but if you are still having trouble, let us know.
In reply to: Integrated WP and BBPress Search?I don’t think so. There is a way to edit the search template on your bbPress forum though to add another option to search your entire domain using google. I would just search the forum for it if you are interested, but not being what you want, I think it will take some time to get someone to write a plugin to do it for us.
Trent
In reply to: first step > Integration with WordPressGood to here Spencer!
Trent
In reply to: freshness = -1 yearsSorry, one more thing. I post on a forum in Russia and because I am ‘quote unquote’ posting into the future, it shows up as -1 year until that post timestamp catches up to the server time. It is about 9 hours before it shows up as a current post.
Trent
In reply to: freshness = -1 yearsI don’t know why, but my bbPress wouldn’t get the right time either. Keep playing with the timezone (+ or -) until a recent post has the right time. That will fix it in the shortrun. I am mountain (-7) and had to use Atlantic (-3) for it to work. The config.php file takes the timezone not that of the poster, but rather the timezone of the server it lies in. That is why you must play with it.
Trent
In reply to: Registration Page Error *Please Help*Anyone have an idea? I can’t stand having to have registration through WordPress because it gets more spam registrations than bbPress….
Trent
In reply to: Support for file attachments or picturesThe anarchy media plugin works to call many different file types, but it doesn’t work for youtube yet. It could take someone working the plugin for bbPress for it to work for youtube. I don’t know how, but maybe check out the anarchy plugin standalone to see if the file types there can work for you.
In reply to: first step > Integration with WordPressUserbase is still increasing on this software as the first real release wasn’t that long ago. I just starting using this 2 or 3 weeks ago and came across your thread last night.
If you still need help, there are more and more people looking at this thread that can give you some insight.
In reply to: I added WYSIWYG to my bbpressI would imagine with the image plugin at https://bbpress.org/plugins/ because I don’t think anyone else has created the image side of the javascript unless I am mistaken!
Trent
In reply to: bb_get_user needs a numeric IDDid you get this fixed? I get this error on my register page.
In reply to: Registration Page Error *Please Help*If it helps, my host upgraded my database from 3.23.58 to version 4.1.21 for mySQL database. The error did not exist until after the upgrade. Not sure if there is anything I can do. Ensuring it wasn’t a file that I may or may not have edited earlier, I uploaded all the files again from a fresh download. The error is still there.
I am kinda stuck here.