Search Results for 'bbpress'
-
AuthorSearch Results
-
September 4, 2009 at 7:05 pm #78637
In reply to: Added tags do not update the page
johnhiler
MemberIf it doesn’t work in Kakumei, then it must be something tricky.
Hmm… there were a few similar reports here (although they were around deleting tags, not adding them):
https://bbpress.org/forums/topic/the-tag-was-not-removed
But maybe some of those tricks might be worth trying out?
September 4, 2009 at 5:27 pm #78614In reply to: Failing miserably at porting theme
gerikg
MemberThis is how I’m doing it. Please, this is not the official how to on this.
PART 1
COPY Kakemi theme into my-template. Open Style.css and change this line, Theme Name: Kakumei
I changed it to Theme Name: Kakumei (Edited Theme)
Activate it, you’ll see Kakumei’s screen shot but Kakumei (Edited Theme) as it’s name.
Then open style.css of the Edited Theme and open the CSS of the WordPress theme. Their might be multiple css so look out. I make a line in the style.css at the bottom.
/*********************** WPTHEME *******************Then start with Header.php and footer.php start copying over the codes from WP theme to BBpress theme. Slowly start looking at the classes it that the header uses and start bringing in the codes from the WP to BBpress CSS. BEWARE some of them uses the same class! so rename the WP one not the BBpress one!!! You will have to replace all the div tags and such. The only one I recommend to keep in the header is the
<div id="main">at the end. The same with the footer. but remember to put an extra</div>on the top to cover the<div id="main">in the header. Start with that. If you can get the hang of it then you’ll be able to continue.September 4, 2009 at 5:24 pm #73171In reply to: target _blank
chandersbs
MemberI tried this, I’m using 1.0.1
And I got:
Warning: Cannot modify header information – headers already sent by (output started at /home/onlin196/public_html/forums/my-plugins/tabbladen.php:14) in /home/onlin196/public_html/forums/bb-includes/functions.bb-pluggable.php on line 232
Below you have the whole code i used
<?php
/*
Plugin Name: Nieuwe tabblad openen
Plugin URI: http://bbpress.org
Description: opent links in een nieuwe venster
*/
function bb_target_blank( $text ) {
$text = preg_replace(‘||i’, ‘‘, $text);
return $text;
}
add_filter(‘post_text’, ‘bb_target_blank’,255);
?>
September 4, 2009 at 5:12 pm #78180In reply to: 10,000 downloads of bbPress in August
chandersbs
MemberCongrats to the whole bbPress team
September 4, 2009 at 10:10 am #77506In reply to: All RSS Feeds Broken?
kirpiit
Member> https://trac.bbpress.org/attachment/ticket/1181/full-rss-filters.patch
I don’t seem to be able and reproduce the new version of the files, also because the code in 1.0.2 seems to be slightly different from the one I’m supposed to edit, and I get easily lost (not being a coder myself).
I tried all my best, but still the feed throws an error and does not get created.
Are such files dowloadable from any source, please?
September 4, 2009 at 8:33 am #78299In reply to: How to echo "nice_username" from post_author ?
anandasama
MemberIts a plugin you can find on bbpress.org
September 4, 2009 at 4:29 am #78447In reply to: Managing Favorites
Olaf Lederer
ParticipantSubscribe to the RSS feed in Google reader

I thought long about to have a function like in other forum scripts, but these days RSS is the way how to do it.
I wrote an article about:
http://www.finalwebsites.com/forums/topic/how-to-subscribe-to-topics-from-a-bbpress-forum
September 4, 2009 at 4:27 am #78613In reply to: Failing miserably at porting theme
Olaf Lederer
Participantstart with the header and footer, keep the “middle part” as it is.
if you can modify create themes for WP, than it’s not so hard to do the same for bbpress
September 4, 2009 at 4:24 am #78179In reply to: 10,000 downloads of bbPress in August
Olaf Lederer
Participantthat’s a great number! I’m sure that bbpress will become more popular…
September 4, 2009 at 3:59 am #78288In reply to: Help Integrate WordPressMU, Buddypress, and bbpress
gerikg
MemberWhat happened so far…
Okay I looked through the file. Yangers101 was on the right track. There were some extra lines in the wp-config:
$bb->cookiepath = '';
$bb->sitecookiepath = '';I took those out.
The problem: “www.” The WPMU was configured to be on website.com/blogs (without the www.)
so all the settings needed to be without the “www.” or with. One or the other on both WPMU & BBpress.
Since his host forced the www. We had to put all the www. in the configuration. BBpress didn’t like the www. in the dashboard so he logged into his DB and manually changed it.
September 4, 2009 at 1:19 am #78287In reply to: Help Integrate WordPressMU, Buddypress, and bbpress
yangers101
MemberThanks gerikg! I just emailed you.
September 4, 2009 at 1:16 am #78612In reply to: Failing miserably at porting theme
Adam Harley (Kawauso)
MemberI guess it depends on the structure of the theme, but essentially you need to try and match the CSS elements in the theme’s stylesheet to their bbPress counterparts. Some of it will be redundant, and personally I found it easier to just take the bulk of the general styling and then add in the rest later. Didn’t turn out perfect though. I’d recommend using Kakumei as a base as well.
September 4, 2009 at 12:04 am #78632In reply to: counting subforums
johnhiler
MemberI don’t think this is what you want… but the code might provide some inspiration, since it also deals with subforums.

https://bbpress.org/forums/topic/counting-forums#post-21338
Good luck!
September 3, 2009 at 11:30 pm #78178In reply to: 10,000 downloads of bbPress in August
johnnydoe
Memberhardly surprising, bbpress is a solid piece of a forum , and the userbase is imho allways ready to help and at least always kind.
congrats
September 3, 2009 at 11:15 pm #78177In reply to: 10,000 downloads of bbPress in August
Adam Harley (Kawauso)
MemberVery impressive indeed
if that equates to anything like that number of forums, that’s pretty amazing
September 3, 2009 at 8:20 pm #78204gj-tje
MemberOkay, I’ve fixed it and it’s working at the moment!

I forgot the settings in wp-admin/options.php for WordPress itself.
September 3, 2009 at 7:39 pm #78323hopeful4info
MemberWould the fact that I have bbPress working in a iframe in one of the wordpress pages be causing any problems?
September 3, 2009 at 7:31 pm #78322hopeful4info
MemberI have both wordpress and the bbpress (FOLDER) in the members directory. So where it asks for Blog address (URL) should it be https://my_site/members/ or should it be https://my_site/members/bbpress/
I’ve tried both ways and neither works. Just a scattered thought.
September 3, 2009 at 7:12 pm #78321hopeful4info
MemberHmmm, again. I did open up, side by side, the WordPress config file and the bbpress config file and made absolutely sure that AUTH_KEY=BB_AUTH_KEY and that SECURE_AUTH_KEY=BB_SECURE_AUTH_KEY and that LOGGED_IN_KEY=BB_LOGGED_IN_KEY. So, this may not be what we are looking for.
I’m wondering about the “User Role Map” settings: (Below is how I set them)
WordPress Administrator = bbPress Administrator
WordPress Editor = bbPress Member
WordPress Author = bbPress Member
WordPress Contributor = bbPress Member
WordPress Subscriber = bbPress Member
September 3, 2009 at 7:06 pm #78320gerikg
Memberlook through your BB-press dashboard –> Settings—>wordpress intergration
September 3, 2009 at 7:01 pm #78319hopeful4info
MemberHmmm, that’s interesting. I ftp’d the options-wordpress.php file down from the site and opened it in Dreamweaver. I recognize some of the comments in this as being from the “wordpress Integration settings as found in the Settings/Wordpress Integration tab of the Admin section of bbpress. This is where I set the “User Role Map”, WordPress Address (URL), Blog Address (URL), auth cookie salt, secure auth cookie salt, and logged in cookie salt.
HOWEVER, when I look into the actual options-wordpress.php file (as ftp’d down from the site) and open it up, the php code still seems to be asking for those items??? I just copied a bit of the code from that file and pasted it below. Please advise,
<table>
<tr>
<th><?php _e(‘WordPress’); ?></th>
<td></td>
<th><?php _e(‘bbPress’); ?></th>
</tr>
<tr>
<td>AUTH_KEY</td>
<td><=></td>
<td>BB_AUTH_KEY</td>
</tr>
<tr>
<td>SECURE_AUTH_KEY</td>
<td><=></td>
<td>BB_SECURE_AUTH_KEY</td>
</tr>
<tr>
<td>LOGGED_IN_KEY</td>
<td><=></td>
<td>BB_LOGGED_IN_KEY</td>
</tr>
</table>
September 3, 2009 at 6:36 pm #78203gerikg
MemberAnd make sure you filled in in the BB Admin side the information under
DASHBOARD->SETTINGS->Wordpress Integration
September 3, 2009 at 6:33 pm #78202gerikg
Memberthis is a shot in the dark but JesperA move the line
define( 'SITECOOKIEPATH', '/' );BEFORE
define('DB_NAME',September 3, 2009 at 6:10 pm #31524Topic: 10,000 downloads of bbPress in August
in forum Showcase_ck_
ParticipantI think it’s impressive there were 10,000 downloads of bbPress in August.
That’s over 300 per day.
September 3, 2009 at 3:42 pm #76949In reply to: Use XML RPC to post in bbPress
Ashish Kumar (Ashfame)
ParticipantI didn’t get the idea of remote posting in a forum. Is there any client for forums which enables the conversation without a web browser?
P.S. – I would love that
-
AuthorSearch Results