Skip to:
Content
Pages
Categories
Search
Top
Bottom

Embedding bbpress forums into a static webpage using

Published on August 2nd, 2009 by

Hello,

I saw a somewhat similar post on here about integrating bbpress into wordpress pages, but what I want to do is relatively simpler than that.

Basically all I want to do is to “embed” a given bbpress forum into a static webpage. I’d like to not have the top header and all of the navigational links appear, but I’ll take what I can get for now ; P

Using the <php include> tag I was able to embed a forum into a webpage, but the problem is that the area I want to embed into is 500px wide. The bbpress forum is inside of that area but also spills out onto the rest of the page. The php include is being placed into a <div> area and I want the width fixed while the height changes based on how much content is inside it.

My code looks like:

<?php include(‘http://example.com/forums/forum.php?id=12’); ?>

I’m sure the best way to do what I want would be something like:

<?php include(‘../forums/forum.php?id=12’/main_forum); ?>

but I’m not too sure.

Any ideas?

Thank you!

Adam Lawton

Embedding bbpress forums into a static webpage using

Published on August 2nd, 2009 by

Hello,

I saw a somewhat similar post on here about integrating bbpress into wordpress pages, but what I want to do is relatively simpler than that.

Basically all I want to do is to “embed” a given bbpress forum into a static webpage. I’d like to not have the top header and all of the navigational links appear, but I’ll take what I can get for now ; P

Using the <php include> tag I was able to embed a forum into a webpage, but the problem is that the area I want to embed into is 500px wide. The bbpress forum is inside of that area but also spills out onto the rest of the page. The php include is being placed into a <div> area and I want the width fixed while the height changes based on how much content is inside it.

My code looks like:

<?php include(‘http://example.com/forums/forum.php?id=12’); ?>

I’m sure the best way to do what I want would be something like:

<?php include(‘../forums/forum.php?id=12’/main_forum); ?>

but I’m not too sure.

Any ideas?

Thank you!

Adam Lawton

Can't log in with original admin username/password

Published on August 1st, 2009 by fastestmanalive

I installed bbPress last night and integrated it with an existing wordpress site. However, this morning I was unable to log into my forum with my original keymaster username and password. I can log in with my username and password from my wordpress site, but it doesn’t have admin privileges so I am now unable to access the back end of my forum.

When I try to log in as the keymaster it tells me that the user does not exist. It also won’t let me retrieve my password since the user is not recognized.

I would love some help on this. I am new to wordpress and don’t have any programming experience, so if the answer is technical, please keep in mind that I might need a little extra hand holding. Thanks!

User's profile redirected to main WP site

Published on August 1st, 2009 by

When I try to view or edit a user’s profile I got a redirection to my main WP page. Any help is highly appreciated.

Themes with WordPress and bbPress versions

Published on August 1st, 2009 by Christiaan

I came across a theme today that has both a WordPress and a bbPress version:

https://wordpress.org/extend/themes/guangzhou

Are there any other themes people know of like this?

How to add a script or ads after 1st post of every topics

Published on August 1st, 2009 by

Hi, I want to add google adsense ads to just 1st post of every topic.. What sort of editing is required in topic.php of my theme ???

Smiley Problem with onvertigo theme

Published on August 1st, 2009 by

I’m trying to implement the onvertigo theme on my website. But when I use the bbpress smileys plugin by ck, the smileys appear all laid out on the new topic form. You can see what I mean here http://bbshowcase.org/forums/?new=1

You’ll need to log in.

Any ideas how to get it to appear normally ?

This problem seems restricted the the new topic form.

wordpress integration – login …

Published on July 31st, 2009 by migran

Hi Guys,

I am new to bb and wp. Just installed the latest version of WP and BB. Database and cookie integration works great. Now i have a couple a questions about template/themes integration.

1. i want to use bbpress login system on both WP and BB (i.e. want to display login pass on WP).

here what i’ve tried to do:

a) in wp_config.php added require_once(‘address/bb-load.php’);

b) in the header.php (in themes) added

<div class=”login_bg”>

<?php if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form(); ?>

</div>

so it did the job, i was happy until i went to wp-admin and found out that it is messed up…

any suggestions?

2. What would you suggest for themes integration (to get the same feel and look)?

Thanks.

Move topic template bug

Published on July 31st, 2009 by jurasiks

http://img187.imageshack.us/img187/7897/bugh.jpg

bbpress 1.0.2 clear installation

What plugins is bbpress.org running

Published on July 31st, 2009 by QuickD

just out of interest, which quote plugin and any other plugins

Skip to toolbar