Search Results for '"wordpress'
-
Search Results
-
Topic: SEO Plugin?
Badly needed: A simple SEO plugin that allows me to change the Title of the home page meta tag.
Other items badly needed: SEO for keywords, description.
WordPress has a great plugin called, “All in One SEO PACK” — something like that but for bbpress.
Anyone???
My biggest challenge right now to using bbpress is difficulty finding quality plugins.
Please help!
Thank you!!!
Topic: Redirecting bbPress to WP
I saw a thread about registration for bbPress forum plugin on WP:
These are two ways that were mentioned, but I am not sure how to do either:
1. create an .htaccess and put the following in:
Redirect 301 /yourbbpressdirectory/register.php http://yourdomain.com/yourwordpressdirectory/wp-login.php?action=register
2. <?php
header(‘Location:http://your-wordpress-url.com/wp-login.php?action=register’);
?>
Can anyone give me a step by step on how to do this? Thanks.
I am new to WordPress and bbPress. I have a WordPress 3.3 site with bbPress installed in its own directory. I went through all the steps for WordPress Integration and all the WordPress users show up as bbPress users so that is good.
The problem is I thought that a logged in WordPress user would be logged in to the bbPress section when they go to the forums. But they are not. They have to log in again.
Is this how it works or is there another step that I need to get full integration?
Is it safe to upgrade to WP 3.3 with BBPress 2.02 or should I wait for BBpress to be updated?
I’ve been using the bbPress Custom Views plugin (http://wordpress.org/extend/plugins/bbp-views/). I’ve been creating custom views, but I’m wondering how to create a custom view which is an AND or OR statement, so meets 2 different conditions. Here’s an example (though written incorrectly of course).
bbp_register_view( 'rides-needed', __( 'Rides Needed' ), array( 'meta_key' => 'needed_offered', 'meta_value' => 'Need a Ride' AND/OR 'meta_key' => 'ride-destination', 'meta_value' => 'Timberline'), false );So, that is to say: display the topics WHERE:
meta_key “needed_offered” = ‘Need a Ride’
AND
meta_key “ride-destination” = ‘Timberline’.
From Gautam’s post (http://bbpep.com/2011/04/creating-custom-views-in-bbpress/) I know I can use these parameters (http://codex.wordpress.org/Function_Reference/WP_Query#Parameters), but I’m not sure how to translate WPQuery into the register views function. Thanks in advance!
Topic: Login
Where do I set the user login functions?
In the instructions it says:
..In the “WordPress Integration” section of the “Settings” area in your bbPress admin you will find a “User Role Map” where you can set which roles will be applied to users who register on your forums. Users who register on your WordPress blog will have the appropriate role applied to their account when they first login to bbPress.<<
where is the bbpress admin area? I can;t find it or any ““User Role Map.” Is it sin the same area as my blog’s dashboard? I see “forum” under settings but nothing b=about users. And up in the Forum area of sdashboard, just setting to create forums, topics, replies, ect.
I’m missing something really basic here, I’m sure.
Hello bbPress community!!!
Its very nice and ease forum plugin and had used it a lot. But now I have a little problem with it: after installing “Another WordPress Classifieds Plugin 1.8.9.4” on main page of bbPress (/?post_type=forum) my forums are just disappeared and message “Oh bother! No forums were found here!” is shown. Also interesting that all forums and topics are working properly. How can I put my forums back on main page?
I’m not sure if this has to do with something in bbpress or wordpress itself, and it’s too early to go hunting. I know it must have something to do with a cascade somewhere.. only logical explanation. Except there’s only about.. 100 and more of them, quite possibly?
I’m working on a website for my guild, and here’s the look of what I’m talking about right here: http://bloodoath2.net/forums
Can anyone shed some light on this?
Attempting to convert from 1.0.3 standalone to 2.0.2 plugin but having an issue due to current integration. My current bbPress install is integrated with WordPress. The built-in bbPress conversion tool and the plugin that was created will not handle a standalone install with WP integration since the users table resides in the WordPress database.
Is there a way I can remove the integration and migrate my users to bbPress or other alternatives that you can suggest? Thanks!