Search Results for '\"wordpress\'
-
Search Results
-
Please can anyone help. I tried to integrate bbpress with my wordpress blog by going into bbpress admin page and doing something with -wp admin
Now none of my users or me as admin are recognised and it won’t even send me an e mail.
Is there any way back in?????
Hi,
I have a wordpress mu install + buddypress. All the stuff works fine. I have installed bbpress. As it was difficult to tune the installation, I don’t know if what I can’t do if the consequence of a bad installation or only a limitation of bbpress.
I thought bbpress was buillt to work with wordpress mu : then I should be able to automatically enable a forum per blog created. But it is not the case : there’s one forum belonging to the first blog wp mu, and other blogs do not have one’s.
I don’t know if I am clear so I describe what I need.
Let’s say I create a WordPress MU on example.org.
I install bbpress to the example.org/forums path. Ok, it works.
Now, I create another blog, let’s say myblog.example.org.
When I enter the url myblog.example.org/forums, I should get a new forum space, not the forum that belongs to the main blog.
How to do that ?
Regards,
Fred
I worked through the screencast to integrate bbPress with wordpress and all seems to be working well.
The thing is I can not figure out how to get bbPress to work within my theme, I want the wordpress theme to be a kind of ‘wrapper’ for the forum, putting just a link in the header to the forum, then for bbPress to come up on the page.
Is there a simple code tag I can put on a page to make this happen or else how do I do it?
Hi guys,
This is my first post here, but I’ve been building an wp/bb integrated site for a few weeks now, and I’ve come to the point where I think it’s time to write my first plugin. I want this plugin to redirect users to my WordPress login page if they are not logged in. It is important that the forums remain private and also that there is only one point of entry to the site for users, so as to avoid any confusion.
I have _ck_’s Hidden Forums plugin set up to control access to forums, and that’s working fine, but I need some advice on how to handle an issue or two in the code I’ve written so far. Now, I don’t do a ton of programming, and this is my first attempt at anything like this, so bear with me if I’ve committed any cardinal sins.
<?
add_action('bb_init','login_redirect_init',300);
function login_redirect_init()
{
global $bb_current_user;
$id = (!empty($bb_current_user)) ? intval($bb_current_user->ID) : 0;
if( $id < 1 )
{
$redirection = 'http://'.$_SERVER['SERVER_NAME'].'/caa/wp-login.php?redirect_to='.$_SERVER['REQUEST_URI'];
if (function_exists('status_header'))
status_header( 302 );
header("HTTP/1.1 302 Temporary Redirect");
header("Location:".$redirection);
exit();
}
}
?>As it is now, accessing bbPress redirects to wp-login with the proper redirection URL (I’m using the WP Members Only plugin), but then logging in from there kicks me back to the wp-login page again. I’m thinking that perhaps
bb_initis not the hook for me, as it appears that the login process is not getting a chance to do its thing, and thus I’m getting booted out. As a test, I tried bb_head, but of course the headers have been sent by then, and the redirect does not work.So, if this is in fact the issue, what hook should be using? Or am I going about this all wrong? I’d really appreciate any and all input into this. Thanks, guys.
Topic: Beginner
Ok, I’m just a coding, upload beginner. I have some experience with WordPress, but I use as much none uploading stuff as possible, simply because I’m not familiar with it.
In the install instructions it says upload to the server. I did what I thought was that, but no install page appeared.
I’m just starting my forum out, so it’s a blank canvas. Where do I put the download on my server? Do I need WordPress on the blog to begin with?
I know these are beginner questions, but I’ve been at the beginner stage of many things, and have learned, so if you can help, I’m completely open to learning a new skill.
Thank you.
Topic: looping installation
Hi, I successfully complete the whole installation process of the bbpress but even after a successful installation it always divert me to the installation everytime I visit my forums
http://www.mydomain.com/forums. wordpress mu is install on the root.
plz help me.
thanks