Search Results for '\"wordpress\"'
-
Search Results
-
Topic: Theme In WordPress
Hello Everyone,
I really want to find a good theme that works with bbpress, that has a sidebar. I want to create a website that has a forum component, with a sidebar for various things. I also want to add advertising (aka Adsense) as a form of revenue, at least to make the site pay for it’s costs.
I have already created 1 website with bbpress, talkbeautyskincare.com and for some reason, sidebar displays below the main content, this is after I added the bbpress files into a child-theme. I just want to know my best bet to tackling this, because I would like to start a community that could help each other out on my ideas.
Thanks so much for your help
Zac
Hey guys, I just wanted to say thanks for creating this plugin. The possibilities with it are only limited by a persons skill with php, and of course, their imagination.
Using this plugin, and attempting to build a website around it has dramatically increased my understanding of WordPress, PHP, and everything in between. Before I started tinkering around with this thing I didn’t even know what an array was, nor did I have the slightest understanding of loops, queries, actions, or functions. If I needed something on my website, I used plugins, which often slowed everything down quite a bit and created a ton of conflicts. Now I’m not only designing the website I wanted, but I’m understanding it’s architecture.
Though I am a long way from finishing it, I feel like I actually have the ability complete it on my own, which never would have happened without this plugin.
So thank you again to the creators of bbpress, you truly are the last surviving Jedi Masters of wordpress.
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.