Search Results for '"wordpress'
-
Search Results
-
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!
Here is the site I’m working on: http://testtrack.tv/forums
It’s WordPress site using a custom child theme of the Thematic wordpress theme/framework.
As you can see, I have used the WordPress functions.php to filter away the sidebar to get a full width layout. Other than that, I have just the styles.css of my theme to restyle the forums slightly.
However, as far as I can tell bbPress doesn’t have a built in login/register link anywhere on the forums – why on earth not? Did I miss something?
Therefore, can anyone tell me how I add a simple login/register link within bbPress? As I’m not using the sidebar, I can’t add a widget there.
Any help hugely appreciated.
Topic: Plugin does not activate
I have installed the bbpress plugin into wordpress. After the activation, I get the plugin activated message. However, no tables are created and on the path where the plugin is installed the page is just blank. Anything else I need to do?
Thanks