Search Results for 'bbpress'
-
AuthorSearch Results
-
March 12, 2007 at 5:54 pm #55284
In reply to: HTTP_AUTH plugin/how to ?
chiensavant
MemberHi,
sorry for the late reply, but the instruction given to me were not all the clear, I apparently was looking for a solution that wasn’t the one that would work for us.
To sum up the info I have, user authentification will not rely on BBpress authentification, but on our own user table (login and password) called by a simple htaccess file.
AuthUserFile /home/login/.htpasswd
AuthGroupFile /dev/null
AuthName "Private"
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>So our users will not need to register a new account to get access to BBpress (that is intended to be private only) and they’ll just use their existing account.
We might use cookies to allow easy naviguation between BBpress, WordPress and the login page (that will contain a load of other things)
I haven’t seen any tips on wordpress forum either. Maybe my eyes were not wide open at the time ?
Can it simply be done without rewriting the whole login process ?
March 12, 2007 at 5:16 pm #55460In reply to: phpBB -> bbPress and WordPress together
tgpuckett
Memberwittmania,
Fortunately I haven’t noticed any of that yet, as I started from scratch with a clean WP and bbPress install before doing the import. Thanks!
March 12, 2007 at 3:24 pm #55526In reply to: how to integrate bbpress0.8.1 to WPMU 1.1.1?
Trent Adams
MemberThis thread has the most recent WPMU stuff that I know of.
https://bbpress.org/forums/topic/835?replies=7
Trent
March 12, 2007 at 3:21 pm #53472Trent Adams
MemberAs long as your wordpress default user role is subscriber, it should be working…hmm. If not, maybe post a comment on that plugin in the bbpress.org/plugins/ repository. I am pretty sure it should work that way.
Trent
March 12, 2007 at 2:53 pm #55459In reply to: phpBB -> bbPress and WordPress together
wittmania
MemberOne thing you may run into is conflicting user IDs between phpbb users and existing wordpress/bbpress users. If so, you can change the user IDs in phpbb before you import it by using this mod:
http://www.phpbb.com/phpBB/viewtopic.php?t=388155&sid=3d5e8f776a7086b6fec64c3e80c7cbca
By changing the user IDs in phpbb to 99991, 99992, and so on, so they don’t conflict when they come over.
March 12, 2007 at 2:30 pm #55491In reply to: Anyone here know how to parse files with PHP?
chrishajer
Participantmacwise, you might find a php group more helpful for general help with parsing files with PHP, since it’s not purely a bbPress problem.
Parsing Apache access_log files with PHP
First Google result for that search.
More generically, this Google search might help.
March 12, 2007 at 2:27 pm #52345In reply to: A phpBB to bbPress database converter
wittmania
MemberOne problem I ran into was that I already had a few existing users on the wordpress side, which led to conflicting unique user IDs. I got the importer to work, but some of the posts were under the wrong user names b/c of conflicting unique user IDs between wordpress/bbpress and the old phpbb board I tried to import.
I haven’t been able to try it yet (phpbb.com is down), but they have a mod called Change User ID that seems to do exactly what its name suggests. If so, I intend to use it to change the three user IDs that are conflicting from 2, 3, and 6 to 99992, 99993, and 99996 respectively. That way, when I import the phpbb tables there will just be “blanks” in the sequential unique user IDs for the existing wordpress IDs to fit into.
Hope this is helpful…
March 12, 2007 at 2:26 pm #55525In reply to: how to integrate bbpress0.8.1 to WPMU 1.1.1?
chrishajer
ParticipantHow about a URL where we can see this in action?
March 12, 2007 at 1:50 pm #1556Topic: how to integrate bbpress0.8.1 to WPMU 1.1.1?
in forum Installationlonelywo
MemberThe link to http://codex.wordpress.org/Ergate/wpmu_bbPress_integration
but its title “OLD INSTRUCTIONS”
After I try modify config.php
http://bbpress.org/documentation/integration-with-wordpress/
My blog user login fail to bbpress.
msg show “Cannot select DB.”
any good idea?
March 12, 2007 at 10:02 am #55473In reply to: Statistics in the sidebar
Atsutane
MemberWell if you really want it. I have some time to kill so i think, i will try to do this. Before i start i need to know some detail.
Your wordpress using custom db prefix?
Your bbpress using custom db prefix?
Do you need stats like “Registered Users count” and “Post count”? Or you just want “Most Popular Topics”?
March 12, 2007 at 7:52 am #53471dkokin
MemberIs it possible to force new bbpress registrations to become (wordpress) subscribers? I’m a little frustrated with my bbpress subcribers unable to use features such as gravitars while commenting in the wordpress section of my site. How can I get the integration be become truly seamless???? Thank you in advance…
March 12, 2007 at 6:05 am #55458In reply to: phpBB -> bbPress and WordPress together
tgpuckett
MemberTrent,
Thanks. What I did was edited the importer to use wp_users instead of bb_users and it worked perfectly.
March 12, 2007 at 4:58 am #55503In reply to: Profile Page and Permalinks
Trent Adams
MemberMarch 12, 2007 at 2:58 am #55510In reply to: How to get to admin page?
Trent Adams
MemberYour wordpress address at the bottom is http:/localhost and wouldn’t it be http://localhost/wordpress/ ? What is the url that you can access wordpress at? I am assuming that it is what I said with http://localhost/wordpress/. If that is the case, these would be the changes:
$bb->wp_home = 'http://localhost/wordpress';
$bb->wp_siteurl = 'http://localhost/wordpress';As well, if that is the actual URL that you use for wordpress, then these:
$bb->domain = 'http://localhost/wordpress';
$bb->path = '/bbpress/';Then, you have another problem and need to change to this:
$bb->akismet_key = 'false';Try that and report back.
Trent
March 12, 2007 at 2:35 am #55509In reply to: How to get to admin page?
flatworm
MemberIt is like: localhost/wordpress/bbpress
March 12, 2007 at 2:30 am #55508In reply to: How to get to admin page?
flatworm
MemberIt does not work. I will reinstall entire thing.
Is my config correct for localhost?
I might be enoying, but I demand less, then install on demand.
I learn.
I changed my WP password after installing this thing. Can it cause this problem .
<?php
// ** MySQL settings ** //
define(‘BBDB_NAME’, ‘wordpress’); // The name of the database
define(‘BBDB_USER’, ‘admin’); // Your MySQL username
define(‘BBDB_PASSWORD’, ‘precision’); // …and password
define(‘BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
// Change the prefix if you want to have multiple forums in a single database.
$bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!
// 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://localhost/wordpress/bbpress’; // Example: ‘http://bbpress.example.com’
$bb->domain = ‘http://localhost’; // 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 = ‘/wordpress/bbpress/’; // Example: ‘/forums/’
/////Was empty
// What are you going to call me?
$bb->name = ‘New bbPress Site’;
// This must be set before running the install script.
$bb->admin_email = ‘you@example.com’;
// Set to true if you want pretty permalinks.
$bb->mod_rewrite = false;
// The number of topics that show on each page.
$bb->page_topics = 30;
// A user can edit a post for this many minutes after submitting.
$bb->edit_lock = 60;
// Your timezone offset. Example: -7 for Pacific Daylight Time.
$bb->gmt_offset = 0;
// Change this to localize bbPress. A corresponding MO file for the
// chosen language must be installed to bb-includes/languages.
// For example, install de.mo to bb-includes/languages and set BBLANG to ‘de’
// to enable German language support.
define(‘BBLANG’, ”);
// Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage
// of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at
// http://wordpress.com/api-keys/
$bb->akismet_key = ‘336’; // Example: ‘0123456789ab’
// 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:/localhost’; // WordPress – Options->General: Blog address (URL) // No trailing slash. Example: ‘http://example.com’
$bb->wp_siteurl = ‘http:/localhost’; // WordPress – Options->General: WordPress address (URL) // No trailing slash. Example: ‘http://example.com’
if ( !defined(‘BBPATH’) )
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
require_once( BBPATH . ‘bb-settings.php’ );
?>
March 12, 2007 at 1:49 am #55426In reply to: get_forum_link modification
Trent Adams
MemberMarch 12, 2007 at 1:48 am #55472In reply to: Statistics in the sidebar
Trent Adams
MemberIt would require a quick plugin. There is already a plugin to have the recent discussions in bbPress in wordpress, but it would be just another simple plugin using the calls made in statistics.php into a wordpress plugin.
Trent
March 12, 2007 at 1:45 am #55457In reply to: phpBB -> bbPress and WordPress together
Trent Adams
MemberSorry to get back to you late here. I would imagine that importing from phpBB into bbPress will associate the users into bb_users. Being integrated, bbPress uses wp_users. That might cause some problems. Maybe you can edit the phpBB => bbPress importer to put the users into wp_users versus bb_users. That being said, *****BACKUP EVERYTHING FIRST******
You might want to install a test install on your server and try it there first as I am not sure what the consequences of doing it would be. Nothing too painful, but it might make you have to make a few changes to make sure the posts get associated with the right authors! One way to find out! Good luck!
Trent
March 12, 2007 at 12:40 am #1554Topic: How to get to admin page?
in forum Installationflatworm
MemberWhat is bbPress’s admin page, and why, when I log in, there is no evidence,that I loggend in.
Did I install it correctly?
March 11, 2007 at 10:59 pm #1553Topic: Profile Page and Permalinks
in forum TroubleshootingJustin Tadlock
ParticipantI finally got everything set up at Books In Bed. The Forum is working well too. Tell me what you think of it so far.
The problems I have had are linking to a topic author’s profile page. I can get the “last poster’s” profile page link though.
What I think I need to do is get the author’s “user id” to do this, but for some reason I can’t get it.
Also, I’ve tried everything on this site to get pretty permalinks working (I use GoDaddy). They’ve always worked fine on my WordPress blog, but not on bbpress. The only thing I haven’t done is
/bb-admin/rewrite_rules.phpbecause I keep getting an error when I go to that page.March 11, 2007 at 2:49 pm #55227In reply to: Titles for topic replies?
LMD
ParticipantAdd Titles to Replies plugin version 0.2 now available.
CHANGELOG
* 2007-03-11 ver. 0.2 enabled the title to be edited in “Edit Post” + template changes.
* 2007-03-10 ver. 0.1 relased
Edit: just seen Trent’s post – will see about adding it to repositry.
March 11, 2007 at 12:26 pm #55481In reply to: Custom Theme for WordPress integration w/ bbPress
fel64
MemberIt depends on the amount of work you’re willing to put in as well as the complexity of your WordPress theme (assuming that you’re trying to match your bbPress theme to your WP theme?). Using CSS (which is what you use to style the site) is simple and enjoyable to me, but you may prefer to just get someone else to do it.
Everything is in plain English and the format is simple. Have a look at http://www.w3schools.com/css/
wenkong
MemberBBpress is only support IE?
tag link useful for IE, perhaps.
fail support for FF.
wenkong
Membermultibyte chracter topic is no problem, the UTF8 Tag not working for my bbpress0.8.1-1 fix.
any idea?
-
AuthorSearch Results