Search Results for 'bbpress'
-
AuthorSearch Results
-
April 26, 2007 at 1:38 pm #55000
In reply to: Soon to come, the WP Gathering theme for bbPress..
Null
Memberinternet frustration
April 26, 2007 at 1:30 pm #54999In reply to: Soon to come, the WP Gathering theme for bbPress..
wmarcy
MemberI kinda like the theme, but don’t get the attitude, unless it is some ‘lost in the internet’ translation problem I am having.
April 26, 2007 at 1:03 pm #56959In reply to: bbpress / wordpress avatar?
Vili
ParticipantI have modified Dan’s Avatar Thingy to work on both WordPress and bbPress (the avatar is set in the WordPress user interface). It’s really rather easy to do.
I actually also modified the plugin so that instead of always resizing an image to a certain size, it instead checks that the image is not bigger than X*Y, and only acts if it is.
Tell me, if you are interested, and I can e-mail you the source for my modified Avatar Thingy. Note, though, that I made the modifications with my own website in mind, so it isn’t really an “out-of-the-box” solution, and you will most certainly need to do some coding to get it work for you (much depends on how exactly your bbPress is intergrated with WordPress).
April 26, 2007 at 7:35 am #54998In reply to: Soon to come, the WP Gathering theme for bbPress..
spencerp
MemberScrew it, Trent…can you delete this thread for me man? If you want copy of it Trent, and then release it … go ahead man. I’ll send ya a zip or tar to your email addy then.
spencerp
April 26, 2007 at 5:06 am #52910In reply to: MediaWiki, bbPress, and WordPress integration..
spencerp
MemberSorry, my mind is waaay off here. I just have so much crap going through it on a daily basis it’s not funny sigh. Sorry if I’m not much help..
spencerp
April 26, 2007 at 4:41 am #52909In reply to: MediaWiki, bbPress, and WordPress integration..
spencerp
MemberDid you put BOTH database tables and such in the SAME database? Like I said above here?
If you want, and IF I can find the stuff I had before.. I’ll post it back here. As for the stuff you’re talking about above there… couldn’t ya just change the references from WP database calls to bbPress calls?
As far as I know, you would only need to do what’s on this page right? Since we’re not talking about WP here at all?
https://codex.wordpress.org/User:RobLa/bbPress_Auth_for_MediaWiki
spencerp
April 25, 2007 at 9:12 pm #57108In reply to: wpPHPmailer with WordPress & bbPress
cpjolicoeur
Memberttt
i am wondering the same thing. i am running wp-phpmailer on my blog and have integrated bbpress just today. i want to use phpmailer for the bbpress email as well but it doesnt seem to be working
April 25, 2007 at 9:02 pm #57224In reply to: Hack: bb replies as wp comments; using bb API?
smurfdude
MemberI get this error on my comments page
WordPress database error: [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 ‘
wp_bbpress_post_postsWHEREpost_id=]SELECT topic_id FROM
wp_bbpress_post_postsWHEREpost_id= 32 LIMIT 1;April 25, 2007 at 7:51 pm #1794Topic: Hack: bb replies as wp comments; using bb API?
in forum PluginsApril 25, 2007 at 6:28 pm #55707In reply to: simple way to add TinyMCE to BBpress
kernow
Memberfel64 wrote: How did you make it work?
Its easy to install really. You have the main tinymce folder which I opened and uploaded the contents to the ‘my-plugins’ folder. This is the mistake I made.
- Just upload the jscript folder within the tinymce folder to my-plugins
- Edit header.php in your bbpress template, adding the reference to the javascript
This is part of the code which I copied, which you put before the </head> closing tag in header.php.
<script language=”javascript” type=”text/javascript” src=”http://example.com/bbpress/my-plugins/jscripts/tiny_mce/tiny_mce.js”></script>
Change to:
<script language=”javascript” type=”text/javascript” src=”my-plugins/jscripts/tiny_mce/tiny_mce.js”></script>
The FULL code you put in header php is the top of the page, but this bit is important.
April 25, 2007 at 5:38 pm #1792Topic: Strange browser problem
in forum Troubleshootingsmurfdude
MemberI have my forum integrated with wordpress, and all was working fine in both firefox and IE until i turned permalinks on in wordpress only. I emphasize, wordpress only, i’m not using pretty urls in bbpress.
This is where the odd behaviour starts. My blog works perfectly, permalinks work fine, and my forum works fine in firefox. However, when using permalinks in wordpress, i get “page cannot be found” error in IE7 when trying to browse the forum.
I’m totally stumped. My server supports permalinks, it works perfectly in firefox, wordpress works in IE7, and bbpress works in IE7 with permalinks off in wordpress. But with them turned on… page not found. What the hell?
April 25, 2007 at 5:27 pm #57219In reply to: Problems ‘Add New’ links just after installation
cpjolicoeur
Memberso, I looked in the bb-templates/kakumei/post-form.php file and it is completely blank???
is this correct or should there be an edit form in this file?? This is the default theme included in the bbpress installation and i havent edited the file at all
April 25, 2007 at 4:47 pm #1791Topic: Problems ‘Add New’ links just after installation
in forum Troubleshootingcpjolicoeur
MemberI posted earlier in this thread: http://bbpress.org/forums/topic/787
but i see it is marked as [Resolved] so people probably arent reading it.
I just freshly installed bbPress and after the install and setup I am unable to add a new topic or reply to existing topics. There is no link to add new topics/reply/etc…
The prior thread said it could be due to mod_rewrite, so I deleted my .htaccess file and turned mod_rewrite off in my config file and it still isnt working.
Any ideas? The link for the forum is http://www.mmahq.com/forums/
April 25, 2007 at 4:10 pm #57215In reply to: Anyone have Prev/Next Thread / Forum plugin?
fel64
MemberAhh, that’ll teach me to remember the difference between get_bbpress_thing() and bbpress_thing(). >_< Sorry.
Replace the code in there now with this.
Set the last parameter to true if you want it to return an array of information. To use this you would use code like this:
<?php $mytopicnavarray = feltopicnav( '', '', ' ', true, true );
echo '<a href="' . $mytopicnavarray['next']['link'] . '">Click here to go to the next topic!</a>'; ?>Use
<?php felforumnav(); ?>to get the forum navigation in a similar way to the topic navigation. It’s just a simple wrapper for what feltopicnav does, but it’s a bit easier to see what it’s supposed to do. Check the code for possible parameters.I won’t submit this as a proper plugin because the code is awkward. Maybe sometime I’ll recode it or someone else will.

<?php
/*
Plugin Name: Topic Navs;
Plugin URI:
Description: Put <?php feltopicnav(); ?> in a topic template to show links to the previous and next topics, and put in <?php felforumnav(); ?> to get basic next/previous forum navigation. More parameters such as $infoonly available.
Author: fel64
Version: 0.7
Author URI: http://www.loinhead.net/
*/
function feltopicnav( $nexttext = '', $prevtext = '', $betweentext = ' ', $lastpost = true, $infoonly = false, $forumnav = false; )
{
global $topic_id;
$nexttopic = $topic_id + 1;
$prevtopic = $topic_id - 1;
global $forum_id;
$nextforum = $forum_id + 1;
$prevforum = $forum_id - 1;
if( !$nexttext )
if( !$forumnav ) {
$nexttext = get_topic_title( $nexttopic );
} else {
$nexttext = get_forum_name( $nextforum );
}
if( !$prevtext )
if( !$forumnav ) {
$prevtext = get_topic_title( $prevtopic );
} else {
$prevtext = get_forum_name( $prevforum );
}
$prevtext = get_topic_title( $prevtopic );
if( $lastpost ) {
$nextlink = get_topic_last_post_link( $nexttopic );
$prevlink = get_topic_last_post_link( $prevtopic );
} else {
if( !$forumnav ) {
$nextlink = get_topic_link( $nexttopic );
$prevlink = get_topic_link( $prevtopic );
} else {
$nextlink = get_forum_link( $nextforum );
$prevlink = get_forum_link( $prevforum );
}
}
if( $infoonly ) {
$topicnavinfo['next']['title'] = $nexttext;
$topicnavinfo['next']['link'] = $nextlink;
$topicnavinfo['prev']['title'] = $prevtext;
$topicnavinfo['prev']['link'] = $prevlink;
return $topicnavinfo;
} else {
echo '<a href="' . $prevlink . '"> « ' . $prevtext . '</a>' . $betweentext . '<a href="' . $nextlink . '">' . $nexttext . ' » </a>';
}
}
function felforumnav( $nexttext = '', $prevtext = '', $betweentext = ' ', $infoonly = false )
{
$fni = feltopicnav( $nexttext, $prevtext, $betweentext, false, true, true );
if( $infoonly ) {
return $fni;
} else
echo '<a href="' . $fni['prev']['link'] . '"> « ' . $fni['prev']['title'] . '</a>' . $betweentext . '<a href="' . $fni['next']['link'] . '"> « ' . $fni['next']['title'] . '</a>';
}
}
?>April 25, 2007 at 8:32 am #55706In reply to: simple way to add TinyMCE to BBpress
fel64
MemberHow did you make it work?
April 25, 2007 at 12:42 am #55705In reply to: simple way to add TinyMCE to BBpress
kernow
MemberSince my last post (panic?) I realised my mistake. It works OK now. Problem is the ‘guy who knows more than me’ is beginning to worry me now hmmm.
April 24, 2007 at 6:52 pm #55704In reply to: simple way to add TinyMCE to BBpress
kernow
MemberTried adding the TinyMCE to bbpress and it didn’t work. Asked a guy who knows more about this than I do, and he couldn’t get it to work either. Browsing for an answer, its suggested
- a javascript conflict with a plugin
- , or template.
I’m using the latest version of WordPress in case there is a conflict there. (Windows hosting)
April 24, 2007 at 1:45 am #52908In reply to: MediaWiki, bbPress, and WordPress integration..
citizenkeith
Participantbump
April 24, 2007 at 1:34 am #57041In reply to: bbPress themes / templates directory, does it exist?
palsys
MemberI am currently collecting themes and plugins and providing links at http://www.mybbpress.com. There isn’t a ton of selection out there right now, but I’ll be adding as they become available.
April 23, 2007 at 11:14 pm #57107In reply to: Opensource – but wich license?
Sam Bauers
ParticipantIt’s GPL, but there is no indication of that anywhere here officially. There is a ticket to address this issue. https://trac.bbpress.org/ticket/642
April 23, 2007 at 6:52 pm #55927In reply to: Show off your Forum !!
Vili
ParticipantMine is at http://akirakurosawa.info/forums/ . I’ve done a little bit here and there, although more behind the scenes than with the theme.
The installation is integrated with the rest of the site, which runs on WordPress. So much so, in fact, that I even ended up modifying a WordPress Avatar plugin so that I can use the same plugin for both WordPress and bbPress. (Although I don’t actually use it for the WordPress side at the moment.)
The bbPress installation itself has the following plugins:
– Allow images
– Comment quicktags (with some modifications)
– Display name (with some modifications)
– Fix bbPress
– Quote
– WordPress Integration
I’m adding things little by little as the users request new features.
April 23, 2007 at 6:09 pm #55561In reply to: Hooks & Filters Docu
eddd54
Memberhey, i found this link: http://timjoh.com/list-of-bbpress-template-functions/ yesterday – which has a list of all the template functions (up to 0.8.1).
i was going to use that as a reference until bbpulp had more info –
but now i see that the wiki has already begun to fill out..
i guess i’m still a little confused by all the terminology, perhaps someone could help me by distiguishing between the following terms:
– template functions
– pluggable functions
– plugin functions
– filters (defined earlier)
– hooks / actions (defined earlier)
maybe all this could be included on the wiki too?
anyway, the list of template functions might help since i see that no link has been created yet for it under the heading: “Theming documentation” on bbpulp.
April 23, 2007 at 3:33 pm #57081AphelionZ
Participantfel64, thanks

I will try the post plugin
April 23, 2007 at 3:30 pm #55703In reply to: simple way to add TinyMCE to BBpress
AphelionZ
ParticipantThanks. Yeah I hear where you’re coming from, TinyMCE slows my site down a bit and im having trouble with blockquotes, but you can slim it down and make it tiny, so i’ll stick with it for now… ive already started copying over all my emotions into it
April 23, 2007 at 8:47 am #55702In reply to: simple way to add TinyMCE to BBpress
Null
MemberLike fckEditor…
But to be honest, these scripts are too big for bbPress. bbPress only supports
a blockquote br code em strong ul ol liand not colors, images, tables, font types etc.I am thinking of writing a wysiwyg editor that only supports these standard markups and when an extention/plugin is installed (smilies, images) it will support these too. And it will be skinable ofcourse to match the theme installed.
But I am a busy man, so this will not happen anytime soon
-
AuthorSearch Results
Wanting to integrate bb and wp more, I hacked up wp’s
comments.phptemplate to get replies in the forum to show up below posts in the wp section of the site too.This currently requires the bbPress Post plugin.
Fairly simple job: find the corresponding topic, get the replies, and output them. My solution should work for you, too, if you have bbPress post installed and activated as a wp plugin. Code’s below.
I want to make it possible to reply to the topic from the wp section of the site if you’re logged in. Obviously I could make queries to insert the post into the database, but I’d like to use the bb API so it can be validated correctly, hooks are called etc. Not sure how I would go about making it accessible. Currently calling any bb functions returns the “undefined function” error; how can I make them available for use?
Paste this in front of the rest of your wp
comments.phptemplate:and paste this at the very back:
<?php } //end else conditional for corresponding topic to blogpost ?>Example here