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 :>)
Topic: Problem with installation
Hello!
I’m having trouble with the bbPress installation, and haven’t been able to get the forum up and running.
I’ve got WordPress 2.8.6 installed on a test site (it’s up and running fine), and I wanted to also have a forum on the same site. I want to try bbPress because of the possibility of integration between WP and bbPress. It would be nice if users could log in once, and be able to post comments on the blog portion of the site or post messages in the forum side of the site, and not have to manage two separate logins.
I downloaded bbPress 1.0.2, uploaded it to my web server, ran the bbPress installer, and entered the info requested, including the MySQL settings for database name, database username, database password,
MySQL hostname, and clicked “Continue” (or something to that effect). The message I got back was that it had a problem opening the database. At this point, I noticed there was a checkbox or something like that on the installer page where I could enter additional details, so I clicked on that, and it asked for ‘AUTH_KEY’, ‘SECURE_AUTH_KEY’, ‘LOGGED_IN_KEY’, and ‘NONCE_KEY’.
I remember generating these keys the last time I upgraded WordPress, so I had to download the wp-config.php file from my server and poke through it for these strings, but I found them, so I entered them into the bbPress installer page.
In addition to those key strings, the bbPress installer page was also asking for “salts” for each of those keys. I had no idea what the “salts” might be, but when I clicked on the help button next to the entry field, it said that if you didn’t have this it would check with the server during installation.
So I left the “salt” fields blank, and clicked “Continue.”
An installation log was generated, and I saved it as a text file. I won’t put the whole thing in this message, but the installation process modified the database tables without problems. In Step 2 of the process (WordPress integration), it reported “WordPress cookie keys set” and went on to “Fetching missing WordPress cookie salts.” It said that the WordPress “auth” cookie salt was successfully set, but the next one was where the trouble may have begun, as it reported WordPress “secure auth” cookie salt NOT set. The WordPress “logged in” cookie salt was set OK.
Finally, in Step 3, it listed the site settings for me. But one of the lines read “Forum could not be created!”
Following that line were two lines reporting that directories were established for my plugins and themes. I used my FTP program to check my server, and those two directories were indeed created.
And, of course, it summed things up by saying “some errors encountered during installation!”
But at the same time, there was a message that I should go to http://www.mydomain.com/bbpress, and that the forum should launch.
I went to that page, but every time I do, I get redirected to:
http://www.mydomain.com/bbpress/bb-admin/install.php
Where the message says:
Oh dear!
bbPress is already installed.
Perhaps you meant to run the upgrade script instead?
Well, no, I don’t want to run the upgrade script, since I’m trying to do a first-time install.
So, I don’t know where to proceed from here.
One question in my mind is if the installer script was able to find and set the salts for three of the keys OK, why couldn’t it set the “secure auth” cookie salt?
Second question is why do I get a page telling me bbPress is already installed, when the installation script says the forum could not be created?
Any guidance anyone can give me would be greatly appreciated.
Hello,
I think I have these two integrated and working but seems to be a problem with the bbpress keymaster having access to the wp-admin area. The only solution I have so far is to have 2 admins…
one for WP ( a:1:{s:13:”administrator”;b:1;} )
&
one for BB ( a:1:{s:9:”keymaster”;b:1;} )
I have set the role in the bbpress-admin for wp-admins to be keymasters but it doesn’t seem to work…
Am I doing something wrong?
Thanks