Search Results for '"wordpress'
-
Search Results
-
A little about me: I’m working on a hobby web site. It was going to have a forum, a few database-based applications I’ve written the back-end for, and in the process of deciding what should go on the front page, I figured I should start a blog too. I have a version of the site sort of written using phpBB as the the forum and the templating engine for the web apps, but it’s very frustrating getting phpBB to do what I want it to do…you really can’t do much without editing the core code. On the recommendation of a co-worker, I decided to check out WordPress/bbPress. I’m not sure WP/bbPress is the right solution, but I haven’t found anything I like better….it seems like it’s pretty easy to rearrange things on the page and add new elements as needed.
What I want: My forum should appear on the site similar to a Page. I don’t think I need “deep integration”…I’m not terribly concerned about data integration, other than the fact that signing into WP should sign you into the forums and vice versa. I don’t need the forum to be able to interact with other pages on the site…if I need data from my other apps in the forum, I’ll just grab it from the database using a forum plugin. But I am concerned about appearance integration…I want the WP header and footer, including my logo and nav bar, to show up at the top of the forum page, and I want the forum theme to be similar to (if not identical to) the WP theme.
What’s the safest way to make this happen? I’m very new to WP/bbPress, but I’m not afraid to write code…a certain major website pays me a good bit of money do so during the week
Howdy!
Just wanted to see if anyone had a fix for a salt value. I’m working on installing the latest bbpress alpha 1.0.4a intp wordpress mu 2.6.5 with working buddypress integration. I can log into wordpress and bbpress independently, but the values aren’t passing.
Here’s how I’ve mapped the keys and salts (notice one is missing):
????? –> WordPress “auth” cookie salt
SECURE_AUTH_SALT –> WordPress “secure auth” cookie salt
LOGGED_IN_SALT –> WordPress “logged in” cookie salt
AUTH_KEY –> BB_AUTH_KEY
SECURE_AUTH_KEY –> BB_SECURE_AUTH_KEY
LOGGED_IN_KEY –> BB_LOGGED_IN_KEY
I’ve tried almost everything, and was hoping someone had a solution.
Cheers,
E
I know my config file is right and the database name, user and password are ok. I installed WordPress no problem.
when I go to /bbpress , I get the inital screen where you enter the details but as soon as I went to step 2 I just got a blank screen. As soon as there is a config file I get nothing !!.
I’ve looked in the errors and I see “open_basedir restriction in effect. File(/bb-includes/db.php) is not within the allowed path(s):”
Is open_basedir the problem?
Thanks
Hi there i just installed bbpress 1.0-alpha with wordpress 2.7 everything went great untill i started creating useres.
If you go under admin to the user edit profile page i get this error under user type
Warning:array_key_exists() [function.array-key-exists]: the second argument should be an array or an object in functions-bb-template.php on line 2021 >Key Master
Warning:array_key_exists() [function.array-key-exists]: the second argument should be an array or an object in functions-bb-template.php on line 2021 >Administrator
Warning:array_key_exists() [function.array-key-exists]: the second argument should be an array or an object in functions-bb-template.php on line 2021 >Moderator
Warning:array_key_exists() [function.array-key-exists]: the second argument should be an array or an object in functions-bb-template.php on line 2021 >Member
and so on for all user types
this is what i got from line 2021 in functions-bb-template.php
<option value=”<?php echo $r; ?>”<?php if ( array_key_exists($r, $user->capabilities) ) echo ‘ selected=”selected”‘; ?>><?php echo $n; ?></option>
with this error only admin can post comments all other users i guess dont have a type assigned because of this error
wordpress and bbpress our using the same data base, i can login to wordpress and go to bbpress and still be loged in so i know that part works just something with transferring the user type is not working.
Any help would be greatly appreciated
Hi. I still don’t quite familiar with bbPress custom query system. Is there a simple way to pull the latest topics from only specific forums? In WP we can pull posts from several categories using comma separated category IDs in the query. Can bbPress do that?
And if there is, is it possible to pull it from WordPress using bbPress_Live php class in bbpress-live plugin?
Thank you in advance.
Is there any plugin or anyway that allows wordpress searcher search bbpress topics?
I saw CK super-search plugin but it seems it is only for bbpress