I currently have the function members online on my BBpress forum but it only gives me member’s name with links. I’d like to be able to output the member’s avatars, or at least getting some function do display a certain set of random avatars of members with links to their profile.
Is one of these ideas possible with some function or script? Thanks in advance.
Hi _ck_
why when we put 3 or 2 smileys together and the second doesn’t show picture? please help to advise on this.
Regards,
Evannak
I just installed bbPM and it works perfectly using the latest install of BBPress.
Using version 1.0x
I have install step 1 successfully completed. When I hit ‘goto Step 2’ it tells me “Oh dear! bbPress is already installed.”
and I have no way going to install Step 3 – site settings. That’s where my problem starts.
When I browse the install directory: ctubeslabs.com/bp/ I get a rudimentary login screen where it tells me that http://ctubeslabs.com/forum/ can not be found. No wonder, this should be …/bp/
but where can I configure the forum path? I searched through all PHP files but did not find this config value.
I am stuck, thanks for any help,
cTubes
You would need to iframe it to do that. A basic include would not work in that way.
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
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
I want to display login, pass of BBP in WP.
Here is my post:
https://bbpress.org/forums/topic/wordpress-integration-login
have you found another solution?
I’m using bbPM and loving it. If you go with this – follow directions you may need to add .htacess line and check file permissions on bbPM if you have any trouble getting it to work…I also set permalinks in bbpress to name or number and added my theme look to the privatemessages.php. Very Nice.
What version of bbPress and WordPress did you integrate?
This plugin used to work with 0.9 to restore keymaster access:
https://bbpress.org/plugins/topic/fix-admin-access/
My guess is that it’s a problem with the permalink setup. Try turning off permalinks in the bbPress admin and see it the profile links work then.
Please post more information about your setup. WordPress and bbPress version, if you created an .htaccess file with rewrite rules, post a link to your forums. Thanks
Sorry, I was substituting pseudo-variable names in there: $site_title is the site title from the admin (“bbPress Support Forums” here) and the $topic_title is the topic title (this topic has “All RSS Feeds Broken?”). So, here, the RSS description is
bbPress Support Forums ยป Topic: All RSS Feeds Broken?
.......................^
and in a 1.0.1 installation it is
bbPress Support Forums Topic: All RSS Feeds Broken?
There is no raquo in the 1.0.1 installation, and the feed validator is complaining about that one character.
I went with Inove in the end. Turned out pretty good:
http://hawaii-gov.net/forum/
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!
to display login, pass from BBPress in WP.
one solution is to use something like this (directly where you want to see it)
<iframe src=”mylogin.php” style=”width: 600px; height: 60px”
scrolling=”no” marginwidth=”0″ marginheight=”0″ frameborder=”0″ vspace=”0″ hspace=”0″>
</iframe>
login.php :
<?php
require_once(‘/home2/bulbpark/public_html/autograph/test/bbp/bb-load.php’);
if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form();
?>
Enjoy
dear _ck_,
i did as you suggested with adding
<?php require(‘/local-path-to-bbpress/bb-load.php’); ?>
to wordpress but it conflicts with wp-admin.
any idea how to resolve this?
https://bbpress.org/forums/topic/wordpress-integration-login#post-55751
I came across a theme today that has both a WordPress and a bbPress version:
http://wordpress.org/extend/themes/guangzhou
Are there any other themes people know of like this?
@sambauers Any progress on the bbpress live plugin?
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.
You need to deep integrate bbpress into wordpress not the other way around.
Well, I just learnt OOP, sessions, cookies, security, mysql injections prevention, static methods etc etc…
in the past couple of weeks, so I built my user system, thanks for your patience Ipstenu.
Lucky I had Visual Basic training at college so learning PHP to the extent i have now, was easy.
although I think, you might get some more threads asking similar questions.