Search Results for '"wordpress'
-
Search Results
-
Topic: Switching to bbpress
I currently have a phpbb board and I want to switch to wordpress/bbpress. I was wondering with the phpbb>bbpress script also move all my users over? Also when I integrate bbpress and wordpress will that also allow my users to keep their same username across all three installations?
Topic: Install problem 0.8.2.1
On install and trying to log in, the following warnings show up:
Warning: Cannot modify header information – headers already sent by (output started at /homepages/29/d160486511/htdocs/forum01/config.php:60) in /homepages/29/d160486511/htdocs/forum01/bb-admin/install.php on line 10
Warning: Cannot modify header information – headers already sent by (output started at /homepages/29/d160486511/htdocs/forum01/config.php:60) in /homepages/29/d160486511/htdocs/forum01/bb-includes/functions.php on line 1833
Tried clearing out the DB and reinstalling, to no avail. Any help is appreciated.
config.php:
// ** MySQL settings ** //
define(‘BBDB_NAME’, ‘xxx’); // The name of the database
define(‘BBDB_USER’, ‘xxx’); // Your MySQL username
define(‘BBDB_PASSWORD’, ‘pwpw); // …and password
define(‘BBDB_HOST’, ‘host’); // 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!
// The full URL of your bbPress install
$bb->uri = ‘http://aicetoo.org/forum01/’;
// What are you going to call me?
$bb->name = ‘Committee’;
// This must be set before you run the install script.
$bb->admin_email = ‘burke@aice.org’;
// Set to true if you want pretty permalinks, set to ‘slugs’ if you want to use slug based 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 = -4;
// 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 = ”; // Example: ‘0123456789ab’
// The rest is only useful if you are integrating bbPress with WordPress.
// If you’re not, just leave it as it is.
$bb->wp_table_prefix = ”; // WordPress table prefix. Example: ‘wp_’;
$bb->wp_home = ”; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com’
$bb->wp_siteurl = ”; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com’
/* Stop editing */
if ( !defined(‘BBPATH’) )
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
require_once( BBPATH . ‘bb-settings.php’ );
?>
I couldn’t find anyone who made a bbPress theme switcher (not a style switch, but the entire template) so I modified (somewhat deeply) one from WordPress last night. Took some research and testing!
I’ve added it here, you can see the dropdown at the very bottom right:
(if you are willing to edit all your themes you can put the dropdown anywhere, otherwise it will default to that location on each theme automagically – a new feature!)
So give me your themes and I’ll add them to the list to see if I can find the bbPress breaking point…
Can someone please advise what my .htaccess should me?
I have a blog – http://PetLvr.com/blog/ – and this is the .htaccess
‘php_value upload_max_filesize 2M
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPress
‘
I have installed the bbPress at – http://PetLvr.com/blog/forum/
Everytime I try to post or even see the welcome 1st post, it redirects to the /blog/ front page.
What needs to be done?
Thanks!
HART
Hello,
I need a little help, if possible. I am trying to integrate a WordPress blog with BBpress. I have placed BBpress in a subdirectory of WordPress and followed the instructions for sharing cookies. But still, when I go back and forth, I have to continually re-log in to each site.
When I look at my cookies, they are definitely not the same. For the blog I get this (and one other similar one)
wordpressuser_b458245343e06b7fa7cd00d37af29401
For the BBpress, I get this (and one other similar one).
wordpressuser_4e7fbe834162925f74c6c2e053468ef6
Any ideas as to what I could have possibly done wrong?
Thanks,
Kay
I have BB en WP sharing the same database, but loggin in/out is only possible through WP…
The configuration is as follows:
WordPress address: http://www.some-directory
Blog address: http://www.some-directory/blog
BBPress is installed in:
http://www.some-directory/discussions
Of course, $bb->wp_siteurl and $bb->wp_home are set correctly.
Stange thins is, that when I use a trailing slash after the $bb->wp_siteurl address, I can logout once via BB, but the logout only affects BB and not WP. Furthermore, logging in again is still impossible from within BB.
Might it be, that I need to set some cookie paths?
Thanks,
robert.