Search Results for 'bbpress'
-
AuthorSearch Results
-
May 8, 2007 at 8:21 pm #1835
Topic: Function integration problem
in forum Installationemildorbell
Member“bbPress will not have access to WordPress’ functions unless you manually tell bbPress to load WordPress first. In order to do that, you need to put require_once(‘path/to/wp-blog-header.php’); in bbPress’ config.php (wp-blog-header is in the same directory as WordPress’ wp-config.php file).”
Just uploaded bbpress and tried doing this on http://www.ceciliabjerling.com/wordpress/forum/
You can see the error message there and perhaps tell me what I’m doing wrong.
I changed
require_once( BBPATH . ‘bb-settings.php’ );
to the path where my wp-blog-header.php is
May 8, 2007 at 5:16 pm #57414In reply to: *seamless* wordpress integration
jessiebirks
MemberThanks vilimaunula! I’m going to try this as well.
Honestly, what I really want is for Vanilla Mist to just re-write the Connections theme as a bbpress theme. That would make my life so easy. Someone convince her she needs bbpress on her page.
May 8, 2007 at 12:28 pm #51905In reply to: BBPress & LDAP Plug-in?
Sam Bauers
ParticipantActive Directory can be interrogated using the PHP LDAP functions, but it may need to do different things to what this plugin does. I don’t have an AD server to test against, so I won’t be building the functionality into this plugin any time soon. You still need to configure PHP with ldap to bind to active directory.
May 8, 2007 at 8:28 am #57511In reply to: Announce new topics via Twitter
bruz
MemberHu
I’ve been searching this forum before posting, so I thought I had really missed something in first place 
Yea, the plugin is for WordPress, I think I will try if I can make it work for bbPress…
May 8, 2007 at 5:00 am #57230In reply to: Hack: bb replies as wp comments; using bb API?
lira
MemberErm… hey guys, could you tell me what I’ve done wrong?
I’ve just installed “bbPress Post”, and WordPress is telling me there’s no table called “wp_bbpress_post_options” (which is true). I reckon I should solve this problem before hacking wp’s comments.php template… but how?
ps.: Oh, and you guys are doing a great job here, congratulations
May 7, 2007 at 7:18 pm #51904In reply to: BBPress & LDAP Plug-in?
mierow
MemberCurious to know if anyone has gotten this to work with Active Directory? We’re looking at getting this authenticated using LDAP and AD, but the plug-in from above hasn’t worked with that. Any insight would be appreciated.
May 7, 2007 at 2:58 pm #57510In reply to: Announce new topics via Twitter
wmarcy
MemberWhoops, I was thinking of a WordPress plugin. Maybe you could modify it for bbPress?
May 7, 2007 at 1:36 pm #1829Topic: My dream theme.
in forum InstallationNola1974
ParticipantAnyone see the CLI theme for WordPress?
testing here: http://fearandloathingbbs.com/wordpress/
My dream would be a theme like this for bbpress that would turn it into an old school BBS a la WWIV, VBBS or teleguard. I’ve been trying, but I suck.

No really. how cool could that be?
May 7, 2007 at 11:58 am #57356In reply to: Plugin: Move It
gh3
Memberi have just released the 0.12 version.
in this new version i added the merge topic feature

you can download it on bbpress svn or my site.
hope it could be useful

ps. sooner i’m planning to add split topic feature, but ‘ll have to work on it…
May 6, 2007 at 3:43 pm #51234In reply to: Anonymous post
Duchemin
MemberUsers on my forum posted 1 or 5 messages, they don’t need registration. But in bbpress database there is no field of Name (post linked with user by poster_id).
How to make ‘Anonymous post’?
May 6, 2007 at 12:32 pm #1830Topic: Theme problem with new topic page from front page
in forum Troubleshootingcsl749
MemberHi folks,
Here’s my forum at the moment after some theme-tweakery to make it fit the general theme of my wordpress site. Everything’s more or less fine, but there’s just on little section that I can’t seem to solve – when using the ‘- ADD NEW’ topic link on the latest discussions section on the front page I get a gap between the footer and the new post div, yet this gap is nowhere to be found on any other of the pages. Looks a bit incongruous.
Here’s a pic of how the problem looks: http://img525.imageshack.us/img525/7683/bbpresspw3.jpg
Any help on how to solve this little problem would be great – thanks!
May 6, 2007 at 12:31 pm #57394In reply to: Trying to integrate bbpress with my wordpress
fel64
MemberYes. Put the
SecondaryinMain, get rid of its margin, add the CSSfloatproperty to bothSecondaryandDiscussion– onefloat: right, onefloat: left. That will make it work.May 6, 2007 at 4:44 am #57393In reply to: Trying to integrate bbpress with my wordpress
bozzy
MemberThanks for the help! I have a couple more questions if you wouldn’t mind… I fixed the problem with sidebar on the front page (although I can’t get it all the way to the top, any suggestions?), and I can’t seem to figure out how to fix the sidebar on the other pages (topics, forums, edit profile, etc)… I’ve looked all over the css the file and can’t figure it out…
Thanks again for all your help!
May 6, 2007 at 4:19 am #57497In reply to: WordPress and PHPBB
Trent Adams
MemberI used phpbb for about 4 years and once I created a test site of bbPress, I converted over all my forums to bbPress and continue to help support a great product. As far as I can tell, almost all the ‘bloated’ features of phpBB that people love have now become plugins for bbPress, so if you like all or most of those features, you will love bbPress.
Trent
May 6, 2007 at 4:13 am #57496In reply to: WordPress and PHPBB
wittmania
MemberI second that motion… Obviously, on a bbpress board you’re going to get the home team’s opinion that bbpress is great. But, I was a former phpbb-er and I made the switch because I was tired of all of the security holes and spam in phpbb. If you like WordPress (and are proficient enough with PHP to manage a blog), you’ll LOVE bbpress. Plus, with all of the momentum it is gaining, bbpress just keeps getting better.
May 5, 2007 at 8:57 pm #57495In reply to: WordPress and PHPBB
fel64
MemberWP and phpBB … you can probably bend them to your will together if your php mojo is strong indeed.
I would recommend converting your phpBB forum to bbPress using a converter, because WP and bb go together like something awesome with something also very awesome. That’ll make your site look streamlined and funky like anything.
May 5, 2007 at 8:51 pm #53427In reply to: Rss feed for latest topics
collegematesca
MemberXML Parsing Error: xml declaration not at start of external entity
Location: http://mysite/rss.php?profile=1
Line Number 2, Column 1:<?xml version=”1.0″?><!– generator=”bbPress” –>
This is the error I am getting when I try to load my rss feed from ie7? any idea how to fix this?
May 5, 2007 at 4:56 pm #56892In reply to: Call to undefined function:
kennethhung
MemberHey Trent!
Don’t worry! I got it all figured out, it is because I didn’t setup a new database for bbPress (I use the same one as my WordPress)
Indeed, I did install phpBB and runs it for a week, not only I instantly start having spam, and the interface is just too busy to look at, I love the bbPress, it is simple, elegant and so fast…
Cool cool, you can check mine out at:
May 5, 2007 at 4:31 pm #55856Griffology
Memberfel64, I do appreciate your help. Thank you very much. I still could not get it to work properly without throwing that error.
I’ve moved on and will revisit the subject later as bbpress continues to evolve.
Thanks again mate!
May 5, 2007 at 12:17 pm #55855fel64
MemberAck, I’m sorry but the stupid easy mistake is mine. This will only work for blog posts which have a corresponding topic in bbPress, so for any blog posts you made before installing the bbPress Post plugin it won’t work. Should’ve thought about that before copying you the code.

function forumreplylink() {
//must be called from within the loop yadda yadda
global $post;
$rl = get_option( 'wpbb_path' ) . '/topic.php?id=';
$tid = felblogtotopicid( $post->ID );
if( $tid ) {
echo '<a href="' . $rl . $tid . '">Reply!</a>' . "n";
} else {
comments_number('No Comments','1 comment','% comments');
}
}Replace the old
forumreplylink()with this and it will either show the reply link or a link to the comments. If you only want it to show the reply link but no link to comments, just take that comments line out.
May 5, 2007 at 8:12 am #55366In reply to: Pretty Permalinks Not Working
serimu
Memberwordpress is installed on example.com
bbpress is installed on example.com/forum/
bbpress .htaccess file is located on example.com/forum/ namely example.com/forum/.htaccess .
wordpress .htaccess file is located on root, namely example.com/.htaccess.
And I just finished the design of bbpress to match my wordpress theme. And I closed permalink options as I conclude that it is not working with Godaddy (It is working only partially which has no meaning). I am totally confused, why forum links are ok and why others are not.
I can send config.php, and .htaccess file if somebody things that it is because of an error in those files. I can also give a link to the website.
May 5, 2007 at 2:31 am #55365In reply to: Pretty Permalinks Not Working
Sam Bauers
ParticipantYou need to add the .htaccess file to the same directory as the bbPress install. Not the root directory, which is what I suspect you have done.
May 5, 2007 at 12:32 am #55854Griffology
MemberOK here’s my file
<?php
/*
Plugin Name: HFFIB
Plugin URI:
Description: Helper function for integrating bbPress into your theme.
Version: 0
Author: fel64
Author URI: http://www.loinhead.net/
*/
function felblogtotopicid( $felpostID ) {
global $table_prefix, $wpdb;
$posts_table = $table_prefix . "bbpress_post_posts";
$topic_id = $wpdb->get_var("SELECT topic_id FROM '$posts_table' WHERE 'post_id' = $felpostID LIMIT 1;");
return $topic_id;
}
function forumreplylink() {
//must be called from within the loop yadda yadda
global $post;
if( $post ) {
$rl = get_option( 'wpbb_path' ) . '/topic.php?id=';
$tid = felblogtotopicid( $post->ID );
echo '<a href="' . $rl . $tid . '">Reply!</a>' . "n";
} else {
echo 'ouch!';
}
}
?>I am running a custom theme, but it’s called in the spot as the original wordpress comments were and those worked fine. Here’s how I’m calling the function:
<div class="details">
<a>"><?php comments_number('No Comments','1 comment','% comments'); ?></a>
<span class="tool">Category: <?php the_category(', '); ?></span>
<span class="tool"><?php akst_share_link(); ?></span>
<span class="tool"><?php forumreplylink(); ?></span>
</div>Still getting the error, and no ‘ouch’ anywhere… I do have bbpress_post plugin running, is it supposed to or does this replace it? I’m thinking it has to be running, I’m just trying to elimate a stupid easy mistake I’ve made.
May 5, 2007 at 12:25 am #55853fel64
MemberThat’s strange, it works for me. At a guess the root of it is that $post doesn’t exist, or that $post->ID is nonexistant.
Can you replace
function forumreplylink() { ... }with:function forumreplylink() {
//must be called from within the loop yadda yadda
global $post;
if( $post ) {
$rl = get_option( 'wpbb_path' ) . '/topic.php?id=';
$tid = felblogtotopicid( $post->ID );
echo '<a href="' . $rl . $tid . '">Reply!</a>' . "n";
} else {
echo 'ouch!';
}
}If it outputs ouch we’ll know that a missing global $post is indeed the problem. You are using it inside The Loop, aren’t you?
May 5, 2007 at 12:07 am #55852Griffology
MemberThanks for the help, but my error is now:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘LIMIT 1’ at line 1]
SELECT topic_id FROM
wp_bbpress_post_postsWHEREpost_id= LIMIT 1;after the error it adds the reply function but with an empty id: IE: “http://www.website.com/topic.php?id= “
-
AuthorSearch Results