Search Results for '\"wordpress\'
-
Search Results
-
I installed wordpress mu and bbpress in single database and installed integration plugins of respective ones on both. And configured it.
As of today mine is the latest wordpress mu version and bbpress version. The problem I am facing is :
1) Login integration
2) User roles integration
3) Theme integration
In detail :
1) Login integration :
When I login in to wordpress and then move to forum, I am logged in. Also when I logout of wordpress and then go to forum I am logged out. This works perfectly. The problem is when I login in to forum and then move to wordpress, it does not work. Also when I logout at forum and then move to wordpress I am still logged in. I can access wp-admin. When I access wp-login it seems like I am logged out. But if I access wp-admin I am logged in. If I press log out I get error :
You are attempting to log out of Test 1
Please try again.
URL of where I am getting is http://test1.soulblog.net/wp-login.php?action=logout_wpnonce=f3ec0d7e0f
2) User roles, in wordpress I installed Role manager. In bbpress I see the registered users as “Inactive (no role)”
3)I want to integrate wordpress theme in the forum. I followed the steps below :
____________________________________________
styling your forum
1. Open bb-config.php and add the following line (replacing PATHTOYOUR with the
relative path to your blog):
require_once(‘/PATHTOYOUR/wp-blog-header.php’);
2. Navigate to the folder for the theme you are using on the forum (the default is
Kakumei, which is in /bb-templates/kakumei) and open the header.php
file. Replace the contents with <?php get_header(); ?>.
3. After the <?php get_header(); ?>, ����������������������������������insert the following line of code:
<link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>”
type=”text/css” />.
4. You can do the same with the footer, replacing it with <?php get_footer(); ?>
if you wish.
5. Open the style.css file for the bbPress theme you are using. Search for the
following line in the header: class.
background: url(‘images/page_header_bblogo.png’) no-repeat
Remove that line and save the file.
6. View the forum. It should now be very similar in look and feel to the rest of the
blog network.
__________________________________________
This replaced the header and footer, but did not integrate well.
So some one please guide me with these 3 issues and get me solved asap.
I really hate to create a new thread but I promise all of you I’ve spent hours perusing this forum and hounding google to find answers but I’m not having the best of luck.
Here are three areas I need help with:
1. How to add a logo within the bbpress site? I can use it to replace bbpress or put it on the left side of the URL for the site.
2. How do i create a link back to the wordpress blog. I’ve already created a link from wordpress to bbpress. (Yes both sites are minimally integrated: sharing the database and this seems to be working)
3. How do i get it so when someone posts in WordPress there is a forum discussion item already created? Did I creatively imagine this or is this a function that can occur. Mine don’t seem to do that.
4. Is there a way to change the URL suffix/Permalink of the forum to read forum rather than bbpress or do I need to do some transferring of files in file manager?
Much much appreciated,
Lynn
http://jslhoa.com (blog)
http://jslhoa.com/bbpress (forum)
Topic: Bug in post count?
Hi, i have very good bbPress forum. I like bbPress. I am use a bbPress 1.0.2 but i may found 1 new bug.
I go to my bbPress dashboard and see posts count, thats say: 4024 posts.
Then i go to bb-admin/posts.php and i see 1 – 20 / 4,121. This mean i have 4121 posts on my forum.
I try recounting without any help to this problem.
My plugins now:
Akismet
Human Test For bbPress
Topics Per Page
bbSmilies (maybe smilies from WordPress plugin, i change it name, when i modified smilies codes)

