Published on December 21st, 2010 by moffes
Hey,
As I’ve just started a new project that will in in bbPress which I havent worked with I really need some help with this command.
What im trying to do is to RTX-connect bbPress.
Using this use
`
<?php
// Below is a very simple PHP 5 script that implements the RPX token URL processing.
// The code below assumes you have the CURL HTTP fetching library.
global $bb_current_user, $bbdb;
$rpxApiKey = ‘XXXXX’;
if(isset($_POST)) {
/* STEP 1: Extract token POST parameter */
$token = $_POST;
/* STEP 2: Use the token to make the auth_info API call */
$post_data = array(‘token’ => $_POST,
‘apiKey’ => $rpxApiKey,
‘format’ => ‘json’);
$curl = curl_init();
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_URL, ‘https://rpxnow.com/api/v2/auth_info’);
curl_setopt($curl, CURLOPT_POST, true);
curl_setopt($curl, CURLOPT_POSTFIELDS, $post_data);
curl_setopt($curl, CURLOPT_HEADER, false);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
$raw_json = curl_exec($curl);
curl_close($curl);
/* STEP 3: Parse the JSON auth_info response */
$auth_info = json_decode($raw_json, true);
if ($auth_info == ‘ok’) {
/* STEP 3 Continued: Extract the ‘identifier’ from the response */
$profile = $auth_info;
$identifier = $profile;
if (isset($profile)) {
echo $photo_url = $profile;
}
if (isset($profile)) {
$name = $profile;
}
if (isset($profile)) {
$email = $profile;
}
if ($email || $name ) { bb_new_user(“$name”, “$email”,””,0); echo “grattis $name du har registerat ett konto med $email”; } ´
The problem im getting is that it doesnt create any new user and im not even getting an error msg.
Can someone help me get through this problem.
Later on ill make it work just like openID does, so you dont have to login, but this is it for now. Also as the request is pretty high on facebook connect ill make this a plugin as soon as its ready.
Published on December 21st, 2010 by thierry_huet
Hi all,
I saw, in plugin pages, people having “Changelog”, “FAQ”, “Installation” buttons. How can we create them ?
In advance, thanks.
Published on December 21st, 2010 by wikileaksforum
Please someone contact me on how to get this fixed ASAP,
for example: It just stopped working here:
http://www.wikileaksforum.net/topic/the-full-allegations-against-julian-assange
but it still works here:
http://www.wikileaksforum.net/topic/links-to-interesting-artices-in-the-world-press
Please I have no clue what could be causing this, I tried disabling all plugins and recounts ect, no luck.
I would really really suck if I can’t get this fixed very soon 
Thanks for reading
Published on December 21st, 2010 by Double Stuff
Hello All
Happy Holidays
I had my host install bbpress on url/forum and now I am stuck. They do not provide support.
I have been able to login to bb-admin but see no administrative options. Just a “This Is Your First Post” and a test post the host did.
I guess what I’m looking for is the manual and directions to set up and sync to the existing wordpress blog.
I have put the integration plugin on my server in my-plugins but see no way to activate it or set up. The plugin read me only says “put in my-plugins folder”
I have been reading the forum and docs for two days and just dont get it.
Whats my next step/steps once install is complete.
Feel free to list all the steps to follow.
I’m not a coder, but know the wp files pretty well.
Thanks in advance for your help
—-
Published on December 21st, 2010 by kamimado
Hi. I run a community for several groups of people learning foreign languages and I NEED SOME ADVICE on which bb platform to use. The bb/forums are the most active part of our website, so this is a very important decision. I would greatly appreciate any advice or comments you can offer.
1) I’m attracted to the fact that bbPress seems “lightweight” and that features are added as plug-ins. But is it EASY to add plug-ins? Can they be added automatically, through a wizard, or does it require knowledge of PHP and manual cutting & pasting of code?
2) Is it popular enough that there is plenty of support available online?
3) Is it secure? I used to run our forums on phpBB2 and they were eventually overrun with spam. No matter what anti-spam mods I installed, it never seemed to fix the problem.
4) When I ran the forums on phpBB2 it was terribly difficult to install Mods, keep track of changes, and perform maintenance on the site unless I kept very careful records of what parts of code I was changing. Does bbPress make this easier and more user-friendly? Have any of you had issues with it, or been disappointed by it being overly complicated?
THANK YOU VERY MUCH for your time. I look forward to your replies.
Regards,
R.S.
(considering bbPress, SMF, and phpBB3)
Published on December 20th, 2010 by Pomy
I want to highlight background and font properties for a specific forum in front page, with the flow of other forums by css control.
If you are user of freelacer site. you can easily understand this question.
See the example – Screenshot
It would be also great if possible to highlight specific post or topic.
in my case what I need – See the other Screenshot
Thanks
Published on December 20th, 2010 by sagemore48
sorry ,but I just cannot find the button to change my avatar in the 【Edit Profile】page.
would u point it out for me,plz.?
Published on December 20th, 2010 by Wiiishy
Anyone have any idea or is there a plugin?
Published on December 19th, 2010 by advent1
How can we use
in posts, when I do they mess it all up, presumably because that is the way the different posts are listed.
Published on December 18th, 2010 by hamma
Hello, I’m brand new to both WordPress & bbPress, but successfully managed to follow all instructions for integration. Everything seems to have worked quite well, with 1 exception. When I access the dashboard panel on either WordPress or bbPress, it logs me out of the other.
I can navigate the blog on WordPress, leave comments, etc., and vice versa on bbPress, without having to log back in to either; it only occurs when I access the Dashboard panels.
I suppose if I have to, I can live with this, as its just a nuisance, but would love to fix it if possible.
I am not that good at php yet, just learning as I go. Pretty sure I got all the cookie integration correct. I found a couple of posts on here suggesting things like:
‘AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4′
When I first tried the above, it seemed to have solved the issue, only it broke other links on the site (this caused downloads to occur rather than links).
Using WordPress 3.0.1 & bbPress 1.0.2.
My Host provider is JustHost & server has php 5 with phpSuExec enabled.
Any advice or help would be greatly appreciated.
Thanks