Search Results for 'bbpress'
-
Search Results
-
I have installed my WordPress-MU 2.7 & bbPress1.0.1 and I also try to bridge the cookies between them.
Now the user data is shared by them. But I can’t make the cookie share work.
I have installed “bbPress Integration” plugin for WordPress. I also Copy these from wp-config:
define(‘AUTH_KEY’, ‘blahblah’);
define(‘SECURE_AUTH_KEY’, ‘blahblah’);
define(‘LOGGED_IN_KEY’, ‘blahblah’);
define(‘NONCE_KEY’, ‘blahblah’);
define(‘AUTH_SALT’, ‘bliddyblah’);
define(‘LOGGED_IN_SALT’, ‘bliddyblah’);
Put them in bb-config.php with BB_ in front:
define(‘BB_AUTH_KEY’, ‘blahblah’);
define(‘BB_SECURE_AUTH_KEY’, ‘blahblah’);
define(‘BB_LOGGED_IN_KEY’, ‘blahblah’);
define(‘BB_NONCE_KEY’, ‘blahblah’);
define(‘BB_AUTH_SALT’, ‘bliddyblah’);
define(‘BB_LOGGED_IN_SALT’, ‘bliddyblah’);
But I don’t know what I should fill in bbPress –> Dashboard –> Setting –> WordPress Integration. For example, where is WordPress “auth” cookie salt in WPMU? I also can’t find WordPress “secure auth” cookie salt & WordPress “logged in” cookie salt in my WordPress admin page.
Where can I find them in WPMU?
I have installed bbpress under mysite.com/blog/wp-content/plugins/bbpress/ and its working fine along with blog (integrated). I would like to move it to mysite.com/forums. I physically copied the files to the mysite.com/forums folder and ran it gave an error saying “page not found” and then I commented out my bb-config.php to restart installation. It accepted DB values but in the Step 2 it went to the old location where it was installed mysite.com/blog/wp-content/plugins/bbpress/. So looks like the site path is hard coded in the database how do I address this.
I’m looking to start up a book exchange for students at the university I attend. I want it to be very basic. People post the book along with some additional information (edition, price, condition, etc.) The posts would need to be searchable (of course), and there would have to be a way of viewing each department separately (for instance, just browsing the French books for sale).
I’ve been playing with Noah’s classifieds, and while it would work, I feel like I can do better. bbPress is very trim, which I like, and I’ve used wordpress a lot, which should be helpful. How well suited is bbPress for something like this?
I had installed it into /forums/bbpress. I got it up and running and pointed to that same address. I changed the address to /forums. I tried to move all of the files in bbpress into /forums, then I deleted the bbpress folder.
Any idea why it wouldn’t work.
I’m trying to integrate bbpress into a custom WP theme I’ve made myself. I downloaded a theme that seemed perfect for me to start from, essentially a sandbox-esque theme. I got it from here (scroll down to 1col_fixed, there’s really no working direct link). I edited some files (header.php, footer.php, and front-page.php) and got EXACTLY the look I wanted. It looks fantastic with my site.
However as soon as I stray off the main page, it starts looking hairy. There are NO files to edit so that I can change the forum list view, the topic view, or any other page. The readme file says the following:
bbPress themes can be kept mean and lean. bbPress will pick up any missing mandatory
template files from the default template. Use this to keep your themes simple.
Yes, well, what if I need to customize THEM? Where do I get these files to edit them? Or would it, after all, be easier to start from a different theme?
Thanks… the sooner someone can get back to me on this, the better; I’m kind of on a tight schedule!