Search Results for 'test'
-
Search Results
-
Hi,
So far from browsing the forums, there is a somewhat minor issue regarding WordPress and bbPress when it comes to shared cookies and logins. Here is what happens:
WordPress Login = WordPress Dashboard
bbPress Login = WordPress Dashboard
Wordpress Login != bbPress Dashboard <– Problem
bbPress Login = bbPress Dashboard
So basically whenever I login via WordPress (there is a main site login form in the header), I can access the forums and it even shows I am logged in however when I click “Admin”, I am redirected to the forum index.
Other forum posts which didn’t have a solution (in my case atleast):
http://bbpress.org/forums/topic/cant-access-admin-dashboard
http://bbpress.org/forums/topic/forumbb-admin-redirects-me-to-forum
http://bbpress.org/forums/topic/forumsbb-admin-just-redirects-me-to-forums
http://bbpress.org/forums/topic/admin-link-redirects-to-front-page
http://bbpress.org/forums/topic/admin-link-doesnt-take-me-to-dashboard
Things I’ve tried:
Going directly to the mysite.com/forums/bb-admin/index.php
Checked all hash keys and other wp/bb-config.php stuff
Updated to the latest WordPress and bbPress
Deactivated all plugins (I only had Akismet and reCAPTCHA bbPress anyway)
Clearing cache (Firefox)
Trying in another browser (Internet Explorer)
Does anyone have a clear cut solution? Most people are happy with just using bbPress to get to the admin panel but it would be nice if it worked.
Hello,
We use bbPress as our forum on woothemes.com and users sometimes have a hard time finding their support query when they come back to the forum. I know you can click on your user profile and see it there, but most new users don’t know that.
Is there any code that we can use to add a list of the last 5 posts created by the user and place it on the forum index page?
This is how it looks now: http://is.gd/5GOQm
I’d like to add it either at the top above “Latest Topics”
Hello!
I just downloaded and installed the latest version of bbPress — version 1.0.2.
In the database ( bb_option | uri ), we see the full URL to the forum:
http://domain.com/folder/Now, if I type that address into a browser, the forum loads fine.
However, if I type it this way (without the trailing frontslash)…
http://domain.com/folder… I get redirected to this:
http://domain.com/domain.com/folder/Which leads to nowhere!
To see this in action, paste or type these two URIs into your browser:
…With the only difference being the trailing frontslash.
Argh! Can anyone help me know how to fix this?
Thanks!
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.
We are using latest WP and BBpress + BBsync. The problem is that when unregisted users post comment to the blog their post is copied to forum as blank post. Forum shows their name right, but the post is totally blank.
What should we do about it? Any fix?
Topic: Activity Streams
Greetings!
In my previous topics, I have mentioned how I’m planning to improve my forum. As it stands, I have a list of things to sort out, as well as things I’d like to add/change.
Obviously, some of these changes will involve changing the core, including the following:
Upon running through the Vanilla Forum ‘Discussions’ page, I noticed the ‘Activity’ tab. This kinda captured my attention because my forum is really a community, if anything.
What I’d like to know is this:
- If I attempt to introduce this kind of thing to my forum, should it be a part of the Latest Discussions (which I can change the heading for) on the front page, or should it have it’s own page, in your opinion? Of course, I’d have a few more things to include in the stream, such as updates of profile information.
- Also, if anyone can guide me, what files would I need to have a look at to implement this? I guess I’m really looking for the files that have something to do with implementing an action, such as the file that updates a part of one’s profile. I don’t want to make mistakes and change the wrong files.
At some stage, I guess it would be nice to make a plug-in for this, but I need to learn a lot more about creating them.
I’d appreciate any help I can get for this, I would hate to screw it up and re-install.
Peace, Michael