Search Results for '\"wordpress\'
-
Search Results
-
Topic: atahualpa problems
Hello,
I have successfully integrated bbpress 1 and lastest wordpress but having trouble with the header and footer in the forum..
This is what I have done so far…
Copied and renamed kakumei to my-templates/newtheme/
Added <?php get_header(); ?> & <?php get_footer(); ?> to all the required php files.
I then added
define(‘WP_BB’, true);
if ( !defined(‘DB_NAME’) ) {
require_once( dirname(__FILE__) . ‘/../wp-config.php’);
}
define(‘WP_BB’, true);
if ( !defined(‘DB_NAME’) ) {
require_once( dirname(__FILE__) . ‘/../wp-blog-header.php’);
}
to the bb-config.php
& then added
<link rel=”stylesheet” href=”/discussions/my-templates/newtheme/style.css” type=”text/css” media=”screen” />
<link rel=”stylesheet” href=”/discussions/my-templates/newtheme/style-rtl.css” type=”text/css” media=”screen” />
to the WP theme header.php
The forum shows up in the with what looks like the header and footer of my WP theme…
I have a problem with all the css not working… Does adding the url for the css in the WP theme header work or do i need to do this another way?
Thanks
Topic: Help with integration
I’m hoping someone can help me with integration of my wp 2.8 and bbpress 1.1. So far I have:
1) Set everything correctly in bbpress admin for integration
2) Created a “secret key” in wp-config, and copied it to the bbpress config file
3) Installed the bbPress Integration plugin in wordpress
4) Defined the cookie path in wp and bbpress
5) set the AUTH_KEY in wp, and copied that to bbpress
6) cleared cookies and cache numerous times
and still, logging into one does not log me in to another. I see some mention of a SALT key in these forums, is that what I need?
Any help would be appreciated.
Topic: New Theme For BBPress
Just put out a new theme based on WordPress for one of our ‘pro’ WP themes.
Would love the feedback of the BBP community.
Demo:
http://www.pagelines.com/demos/iblogpro/forum/
Info Page:
Topic: Installation memory problem
Dear All,
I’m making a first-time installation of bbPress-1.0.2.zip on localhost, following the instructions at http://bbpress.org/documentation/installation/
I unzipped to wwwrootbbpress, browsed to the installation script “Welcome to the bbPress installer”, created the MySQL database, and for simplicity, skipped WordPress integration.
However, at the final step “Site settings”, when I press the “Save site settings” & “Complete the installation” buttons, I receive the following error…
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 98304 bytes) in F:wwwrootbbpressbb-includesbackpressclass.bp-sql-schema-parser.php on line 170Does anyone know how to resolve this problem?
My server is WAMP5 on WinXP; it already serves up a WordPress blog (I’m in “learn about blogs & fora mode”).
Many thanks in advance :>)