Skip to:
Content
Pages
Categories
Search
Top
Bottom

Installing Software

Published on April 14th, 2010 by dogeil

I have uploaded the files to our server address, but when I go to the folder, I get errors noting the following:

__________________________________

The website declined to show this webpage

HTTP 403

Most likely causes:

•This website requires you to log in.

__________________________________

I also tried to add index.php to the end of the URL, but it returned the following:

__________________________________

The page cannot be found

The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.


Please try the following:

•Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.

•If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.

•Click the Back button to try another link.

HTTP Error 404 – File or directory not found.

Internet Information Services (IIS)

__________________________________

I’ve downloaded the files to a folder within our site. Any suggestions on what I may not be doing properly here??

Duane

rss feed for topic first post (topic-post) only ?

Published on April 14th, 2010 by psycheangels

xxx.com/rss is latest rss posts but how do i get latest rss topics ? without recent topic post.

i look at rss.php i found this

case 'all-topics':
if ( !$topics = get_latest_topics() )
die();

$posts = array();
foreach ($topics as $topic) {
$posts[] = bb_get_first_post($topic->topic_id);
}

$title = esc_html( sprintf( __( '%1$s » Recent Topics' ), bb_get_option( 'name' ) ) );
$link = bb_get_uri();
$link_self = bb_get_topics_rss_link();
break;

so how i get that rss feed ?

thanks

WordPress 3.0 beta with bbpress 1.0.2 integration

Published on April 14th, 2010 by Xevo

Hi there,

I’m working on a bbpress 1.0.2, wordpress 3.0 beta and buddypress 1.2.3 setup, but now I’m having problems with my bbpress. I did the same setup with 2.9.2 and that worked great, but I’m guessing WordPress 3.0 changed a lot.

Here’s what happened.

I installed wordpress normally with a different username than “admin” with my own password, all went well. After that I installed buddypress as a plugin, this went like it should as well. Then when I reached the bbpress installation (step 2), I entered all the secret keys and salt as I had them in my wp-config.php and pressed next step, it said that everything was validated but then in step 3 it let me choose a keymaster username, which I find odd since 2.9.2 didn’t. I entered a username/e-mail and finished the setup without a problem. No problems encounterd in the setup was said in the setup logs. Now here’s the strange thing, it made the tables in my database (which is the database that holds wordpress as well) but it did not make a bb-config.php file, so when I went to the URL of the main forum page, it gave me an error (which is when I discovert that there was no bb-config.php). It also made “bb_users” and “bb_usermeta” in my database. I made bb-config.php myself after that with the same secret keys from wp-config and setup wp integration in bb-admin accordingly. This gave me shared cookie logins with my wordpress install (having bbpress intergration plugin installed in wordpress). But after having done all this, I cannot enter my bb-admin area anymore. I checked the files and figured out that the function bb_auth was causing me to be redirected to the main forum page.

So my question is, anyone solved this problem yet or can you help me solve it?

function bb_auth( $scheme = 'auth' ) { // Checks if a user has a valid cookie, if not redirects them to the main page
if ( !bb_validate_auth_cookie( '', $scheme ) ) {
nocache_headers();
if ( 'auth' === $scheme && !bb_is_user_logged_in() ) {
wp_redirect( bb_get_uri( 'bb-login.php', array( 're' => $_SERVER['REQUEST_URI'] ), BB_URI_CONTEXT_HEADER + BB_URI_CONTEXT_BB_USER_FORMS ) );
} else {
wp_redirect( bb_get_uri( null, null, BB_URI_CONTEXT_HEADER ) );
}
exit;
}
}

Logging in to WordPress logs me out of bbPress, vice versa.

Published on April 13th, 2010 by

I think I might have broken something when setting up bbPress. I wanted it integrated with my wordpress site. While installing, when it asked for the username for the “Key Master” I put in Murgy, which is my WordPress admin name. Anyway, I went through the rest of the installation, integrations, etc. But now, when I log into WordPress, it logs me out of bbPress, and when I log into bbPress it logs me out of WordPress, so… I’m thinking that naming the initial Key Master the same as my WP admin name maybe wasn’t the smartest idea.

But anyway. Is there any way to fix this, or should I reinstall or something?

bbPress post -> WordPress

Published on April 13th, 2010 by

Hi there!

I’ve been looking for a while now, I can’t find anything that suits me :D

I am looking for a plugin that easily lets me (the admin) add a forum post to my WordPress front.

I’ve tried out bbPress-WordPress syncronization, but this only syncs comments, right?

Thanks in advance :D

What if mail() is disabled on my server?

Published on April 12th, 2010 by bobbycode

Hi everybody,

bbpress fails to send out emails for my forum. Unfortunately, my host decided to disable mail() for all users.

I believe that is why I get the error:

“The email containing the password reset link could not be sent.”

Is there a work around? I know I have some plugins for my regular wordpress websites to get around this but wondering what to do for bbpress…

Tx,

Bobby

WordPress & bbPress Integration

Published on April 12th, 2010 by Kevin Muldoon

Hey all,

For years I’ve used vBulletin for discussion forums. However, I have recently began to use bbPress for support forums on WordPress powered sites.

There are a lot of good tutorials on bbPress integration however some of the articles don’t go into that much detail in some areas so I decided to write my own tutorial on the matter.

It’s difficult to cover everything, but I have tried to note some of the most common problems which arise when integrating bbPress and WordPress. If you are unsure about anything please let me know :)

http://www.wpmods.com/integrate-wordpress-bbpress

Thanks,

Kevin

Language Problem

Published on April 12th, 2010 by ckoksal

Hello everybody !

i have got a Language problem.

http://www.rusyadan.com/forum/topic/hello

i want to write russian but dont show.Please Help ! thanks

User and Cookie Integration FAIL

Published on April 12th, 2010 by robalan

I can’t get this to work AT ALL. I’ve gone through every forum post I could find, changed every setting back and forth, re-installed twice, still I don’t see any of my WordPress users in bbPress, and as for the cookies issue, I’m about to bash my head in.

WordPress Version 2.9.2

bbPress Version 1.0.2

Someone please help—let me know what other information would make it easy for you. Thanks.

move bbpress to subdomain

Published on April 12th, 2010 by

Is it possible (and not too difficult) to move my forum from http://www.nissenfundoplication.com TO http://www.nissenfundoplication.com/forum?

Skip to toolbar