Search Results for '"wordpress"'
-
Search Results
-
Hi,
I’m trying to add a bbpress managed forum to my wordpress blog but i have some difficulties even so the installation instructions seemed easy. I use the same database for both blog and forum. The only thing i have is blank page when i launch the install.
Here is my config.php file
<?php
define(‘DB_NAME’, ‘xxxx’); // Le nom de la base de donnees
define(‘DB_USER’, ‘xxxx’); // Votre identifiant MySQL
define(‘DB_PASSWORD’, ‘xxxx’); // …et votre mot de passe
define(‘DB_HOST’, ‘localhost’); // Dans la plupart des cas, vous n’aurez pas a modifier cette ligne
// Vous pouvez faire plusieurs installation sur une meme base de donnees en leur donnant un prefixe unique
// 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://www.subventions.fr/forum/’;
// What are you going to call me?
$bb->name = ‘Le forum des subventions à la création et au développement d’entreprise’;
// This must be set before you run the install script.
$bb->admin_email = ‘webmaster@subventions.fr’;
// Set to true if you want pretty permalinks, set to ‘slugs’ if you want to use slug based pretty permalinks.
$bb->mod_rewrite = ‘slugs’;
// 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 = -2;
// 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 = ‘xxxx’; // 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 = ‘wp_’; // WordPress table prefix. Example: ‘wp_’;
$bb->wp_home = ‘http://www.subventions.fr’; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com’
$bb->wp_siteurl = ‘http://www.subventions.fr/wordpress’; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com’
$bb->cookiepath = ‘/’;
$bb->cookiedomain = ‘.subventions.fr’;
define(‘WP_BB’, true);
require_once(‘/wordpress/wp-blog-header.php’);
/* Stop editing */
if ( !defined(‘BBPATH’) )
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
require_once( BBPATH . ‘bb-settings.php’ );
?>
Is there something wrong in what I wrote? Beside that i installed the integration plugin under wordpress and modified the wp-config.php concerning the cookies.
Thank you for your help
I am looking, for at decent theme, that is available for several platforms (bbpress + wordpress + mediawiki) – more specific 3 diffrent themes that look alike (or as alike as “possible”).
I have used mistylook before, but i am now using several subforums in the newest version of bbpress, and can’t get this to work with the “old” mistylook theme for bbpress.
Any advide, or direction, anything (how to fix the problem with mistyllok, or new theme) would be soooo appreciated
thnx in advance
/Dennis
As everyone knows, if a user registers in bbpress instead of through wordpress(mu) that user doesn’t get a default role set.
I’ve dug and dug on both the bbpress and wpmu forums and haven’t found a fix for this. I did find a fix that apparently works for wordpress, but I tried it for wordpress mu with no luck.
The 4th post in this thread explains a way to set roles in wordpress mu.
I imagine that a plugin with the combination of the two solutions would allow users to register through bbpress and get a default role on the main wordpress mu blog. But, unfortunately I have no clue what I’m doing. If anyone has a free minute or two to look at the bits of code and maybe hack something together that would be awesome.
Oh, and I’m using the latest versions of both bbpress and wpmu.
I’ve got wpmu and bbpress both installed and working. I’ve also got the user databases integrated for the most part. Things work well so far for the most part. If a user registers through wpmu the user is created and they are also able to login to bbpress. However, if a user registers through the forum they are not able to login to wpmu because no role is set.
I installed the bbpress-integration plugin <http://wordpress.org/extend/plugins/bbpress-integration/> to the mu-plugins directory which should fix the problem, no dice. I’ve read that some people just remove the bbpress registration and just make everyone register through wpmu to avoid this. That just seems dirty to me.
If anyone has any ideas I’d love to hear them
Topic: My first attempt on BBpress
Hi there, here’s my first attempt on BBpress , although I have been pretty good at making website’s with WordPress but this was my first attempt to have a forum’s at my very new blog.
Here’s the link to my forums powered by BBpress.
http://www.aguywitha.com/_main/forum
I had a choice of integrating it with wordpress using the wordpress header and footer … but in my case i felt that designing a bbpress in itself like my wordpress theme was a bit easy for me as I was having some difficulties with integrating it with my blog interface … so I managed to make the default kakumei theme look my original wordpress blog theme … and integrate the users …
Although there will always be small changes being made on the forums as this was the first time i went through the BBpress code and I just love the simplicity.
Thanks a lot …
Hi
i have a website.It has its own login system that use session and cookie. I want to add bbpress to my site. How can i combine these two different login systems.
When a user login (logout) to my site, he should login (logout) from forum automatically.
Topic: Can’t get permalinks working
I have read the other threads on this forum, tried the suggestions there, and no matter what I do I can’t seem to get permalinks working for bbPress.
At first I had wordpress configured to run in the root of my site (while physically being in /wordpress/) and thought that might be messing up bbpress, which is in a subfolder, so I disabled that feature of wordpress and configured it to run from the same folder where it is installed.
Even after doing this, I haven’t been able to get permalinks to work. I have tried both option +multiviews and the output from the rewrite php file, both without success. The error I get is “No input file specified.” I am saving the .htaccess file in the root of my forums folder. My forum is installed at http://www.u77.cc/forums/ and I am hosted with goDaddy. Permalinks are working with my wordpress and gallery2 installs.
Thanks,