Search Results for '\"wordpress\'
-
Search Results
-
Okay, so I’ve integrated bbPress with my WordPress DB and theme. I’ve customized it quite a bit but I’m still having one very annoying problem.
http://scrawlfx.com/forum/topic/welcome-to-the-forums
See that huge space on every response? Why does that happen? How do I remove it? I’ve looked in the CSS but have found nothing. Please help me out.
I am having problems with the cookies and login integration part. I followed the guide yet nothing seems to help. I edited both configure files and installed the plugin into wordpress everything seems good in the back system yet i cant get the user login part to work together.
My site is http://bloggerhouse.com/ and the forum is http://bloggerhouse.com/forum
Any help to getting this to work would really be appreciated thanks!
I installed bbPress last night and integrated it with an existing wordpress site. However, this morning I was unable to log into my forum with my original keymaster username and password. I can log in with my username and password from my wordpress site, but it doesn’t have admin privileges so I am now unable to access the back end of my forum.
When I try to log in as the keymaster it tells me that the user does not exist. It also won’t let me retrieve my password since the user is not recognized.
I would love some help on this. I am new to wordpress and don’t have any programming experience, so if the answer is technical, please keep in mind that I might need a little extra hand holding. Thanks!
I came across a theme today that has both a WordPress and a bbPress version:
http://wordpress.org/extend/themes/guangzhou
Are there any other themes people know of like this?
Hi Guys,
I am new to bb and wp. Just installed the latest version of WP and BB. Database and cookie integration works great. Now i have a couple a questions about template/themes integration.
1. i want to use bbpress login system on both WP and BB (i.e. want to display login pass on WP).
here what i’ve tried to do:
a) in wp_config.php added require_once(‘address/bb-load.php’);
b) in the header.php (in themes) added
<div class=”login_bg”>
<?php if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form(); ?>
</div>
so it did the job, i was happy until i went to wp-admin and found out that it is messed up…
any suggestions?
2. What would you suggest for themes integration (to get the same feel and look)?
Thanks.