Search Results for 'bbpress'
-
Search Results
-
I am having a similar issue as others. I have uploaded a renamed bbPress directory that I renamed forums. It is sitting in the root along with wp-admin, etc. Inside that directory are all the files and directories for bbPress including bb-Admin, etc. But when I attempt to go to that directory I get a 404 error inside my WordPress mu, as if it is trying to load a blog. The error is where the blog would normally be. I do have a wildcard set for sub-domains and wondered what that might do. Do I have to take WordPress offline to do the install? It certainly seems that WordPress is trying to handle the request since if I specify ./forums/index.php the index.php disappears before the 404 error. btw I am on WordPress MU 2.8.2.
One thing I have an issue with is the first page; I want to make an own “Latest Discussions” loop with all forums EXCEPT one forum. And then an own “latest discussions” With only the entries on that one forum (It’s linked in RSS posts) on the same page.
Problem is When i used this inside the loop
//Show latest discussions with all forums except id 17
<?php if ( $topics ) : foreach ( $topics as $topic ) : ?>
<?php if( $topic->forum_id != 17 ) { ?>
codeblock
<?php } endif;?>
<?php endforeach; endif; // $topics ?>
//Show latest discussions but only forum 17
<?php if ( $topics ) : foreach ( $topics as $topic ) : ?>
<?php if( $topic->forum_id == 17 ) { ?>
codeblock
<?php } endif;?>
<?php endforeach; endif; // $topics ?>
The pagination gets an error (Shows me fewer posts than the actual limit), and I cant use the same loop (With different conditions) twice.. Then I get a blank page. :S
So how should I do? Have any Idea? Im not so used to the bbpress loop yet..
Topic: Why integrate BB & WP?
It’s been over a year since from scratch, I set up and integrated BBpress & WP installation. At first, the idea of having an forum and blog integrated sounded really cool because it was unique feature that no one else offered. Sometimes integration can be a hassle but once it’s up and running, so what?
Other than registrered members being able to post and comment seamlessly, what’s the benefit of having them integrated? I really don’t get it.
Topic: Custom Theme
I am looking to have a custom BBpress theme made. The goals are fairly simple:
1. Optimized for 1024 pixels with a 571 pixel content area on the left and a 339 pixel sidebar area on the right.
2. Designed to have similar looking header to http://tastyminstrelgames.com with the same navbar + login
3. Place for me to easily update the navbar (a separate PHP file or knowing where the code is is sufficient)
4. Lightweight theme.
5. Do follow links inside of the forums (I think)
I think that is all I am looking for. Please contact me with proposals.
Thanks,
Michael
I have created a gravatar, I have the hash and the link but don’t know how to make it work in bbPress. I did look through the forum, installed the bb-avatar but it only creates my gravatar for anyone and playing with the settings in the bb-avatar and with the settings in Settings/Discussion in bbPress didn’t cut it.
What is the scoop here?
Thank you,
Dan
Not exactly a problem except I don’t know how to do this.
WordPress MU is in http:// <my domain>/worship/ folder.
BBPress is in http:// <my domain>/forums/ folder.
I have a page in my WordPress MU site that is called Forums. Right now, it displays a link to http:// <my domain>/forums/. What I would like to have happen is that users get taken to http:// <my domain>/forums/ when they click the link for Forums on the navigator bar.
This sounds like some kind of a redirect to me. Is that how this is done? How do I code it?
Thanks
Tony
Hi Guys..
I have just made a new plugin named Social It. The plugin is inspired from the wonderful plugin SexyBookmarks created by Josh & Norman for WordPress (and is almost the same like that)
It automatically inserts itself below the first post of the topic, but you can insert it anywhere on the forums. It will automatically fetch the appropiate feed link, description, etc.
It supports a variety of short URL sites to shorten links, I will improve this feature in the upcoming releases, like managing the links within the plugin itself, etc.
Please report any bugs you face, or request new features.
Here is the link for the plugin:
http://bbpress.org/plugins/topic/social-it/
OK, this is weird. Just weird.
I’ve got WordPress MU running on <my domain>/worship/ (I’m building a site for a church). I’ve got BBPress running on <my domain>/forums/. I installed WordPress first then installed BBPress. Went though the BBPress set up & configured it to use the same cookie keys a WordPress. All is well.
I downloaded & installed the bbPress Integration plugin for WordPress. Enabled it. It spit out a bunch (shown below) of stuff it told me to put into my wp-config.php file. Which I did.
/**
* These defines are required for the WordPress - bbPress cookie integration to work correctly
*/
define( 'COOKIEHASH', 'blah blah blah' );
define( 'COOKIE_DOMAIN', '.<my domain>' );
define( 'SITECOOKIEPATH', '/' );
define( 'COOKIEPATH', '/' );
/**#@-*/Everything works fine in Safari on my Mac, but when I go to Firefox, WordPress shows me as not logged in. I click on the Login link & I’m brought to the login page. I enter my user name & password, check off Remember Me & hit Log in. And I’m brought back to the login page again, with no error messages.
No matter how many times I try to log in, this keeps happening. And as I said, it doesn’t happen in Safari.
Any ideas?
