Search Results for '"wordpress"'
-
Search Results
-
Topic: Fatal error with social-it
Look the following image; it’s a fatal error with social-it 1.4.
http://s2.subirimagenes.com/imagen/previo/thump_3676975fatalerror.png
I have tested with the other versions, but the problem continues. I have wordpress 2.8.6
Any solutions?
Sorry for my English level, I am a Spanish student.
1.) I thought one of the advantages of this forum was that it would automatically take on the theme of my WordPress site. It is not. How can I make that happen?
2.) Can I remove all references to this being by bbPress, OR is that against the license?
Thanks!
I found significant problems with the bbPress documentation on integrating bbPress into a WordPress site, which had me puzzling for well over an hour (http://bbpress.org/documentation/integration-with-wordpress/). Here is what I did in the end:
1) Not at all clear from the documentation that bbPress should be installed in the same database as WordPress. Get WP database parameters from the WordPress wp-config.php, and enter these on the first page of the bbPress install page:
define(‘DB_NAME’, ‘warriord_wrdp7’);
/** MySQL database username */
define(‘DB_USER’, ‘warriord_wrdp7’);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘xxxxxx’);
2) Fantastico and other automated scripts generate very long AUTH_KEY etc, that typically contain “escaped characters” within a PHP “define” statement (ie. ’ and \). Copying these from the wp-config.php into page 2 of the bbPress installer is problematic. Rather than trying to figure this out, I just copied them from wp-config.php (in WordPress) to bb-config.php (in bbPress).
Other than this, it was pretty straightforward and now works like a charm. To see it working http://internet101.biz/wordpress-how-to/
Marc
Topic: Where do I upload bbpress?
I realize this is a really dumb question but I have the .zip file from this site so what do I do with it now to integrate it with wordpress?
Hi all
I have been looking for the solution, but only found small hints here and there with no real complete guide on how to do it, so i have made a small one that should explain it in a simple way.
(THIS IS BASED ON WP 2.8.6 AND BBPRESS 1.0.2 WITH WP INTEGRATION VIA BBPRESS ADMIN.) If you have older versions installed, i recommend to read this exelent post by ck:
http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101step one: Add this string to your bb-config file in your bbpress folder:
require_once(‘/home/ your username/public_html/your wordpress folder/wp-blog-header.php’);
NOTE: The path might be different from host to host, but this is what my path looks like……you get the idea ;O)
step two:
Go to your WP template folder, and open up the file: header.php from your chosen template.
Copy over the content you want after the <BODY> tag, and copy it into your BBpress header.php template file after the <BODY> tag.
What i did here was to take a backup of the original BBpress header.php file, so i could paste in the things i needed from this file to the new one i just
created with the WP header content.
step 3 your css files
My approach to this was of course to take backup of both WP css and BB css files first. I used the BBpress css file as my main css file. I then took the css strings from the WP css file i needed, and simply copied them into my BBpress css file. In my case i needed the header and navigation strings.
NOTE: You might also need to copy the WP css body string, if your BB css Body string has different font measures. Some use EM´s and some use %. This will affect how your fonts react.
And that´s it folks. I hope you understand this, and if other people has something to add to this plz. do so we all can learn.
Mike
