Search Results for 'bbpress'
-
Search Results
-
Last night and this morning and the whole day, I’ve been busy trying to figure out where new users where going.
After the integration I noticed that all users where showing ‘anonymous’, I did some reading and I discovered that it was possible that it wasn’t reading the appropiate database.
But I checked and checked, and I know that it IS reading the appropiate database, since the admin account is ONLY available in the wp_users table. I have been able to login with it, in both my bbpress area and my wp area.
My existing accounts, I couldn’t login with that. I kept getting User does not exist.
I created new accounts to see where those went. I couldn’t find them.
I just realized that the new accounts, they replaced random old accounts. But just the USER_NICENAME in the forum, if I check my database, I still the original name corresponding the account ID.
To summarize it:
Integrated wp + bbpress. It was an existing bbpress website.
Integrating went kind of OK. after the integration, I noticed its not reading the users, hence the ‘user does not exist’, all users are showing anonymous.
I really really would love it, if someone could help me out

Anyone?
Topic: Parsing Torrent File Content
Topic: where is my password
I lost my password for admin bbpress in local = mail dont working I serch in database but i dont trouve…where is this ? thank
Topic: bbPress INCLUDE in template
is there the ability to use the WP type INCLUDE in bbPress in order to include an custom php file? What I want to do is take the repeating “sidebar” code into a separate file so I don’t have to update all the files that include the sidebar code
At my project i use bbpress as simple CMS with comment system. And bbpress works great.
I create custom pages:
1) make files [custom_page_name].php with:
<?php
require(‘./bb-load.php’);
bb_repermalink();
bb_load_template( ‘intro.php’ );
?>
and place it to root folder
2) making [custom_page_name].php with
<?php bb_get_header(); ?>
…some content…
<?php bb_get_footer(); ?>
and placing it to template folder
How to make uniq title (which search bots loves) for custom pages?
Thank you.