Forum Replies Created
-
In reply to: bbPress MU
Do we have an updated status on bbPress Channels yet?
In reply to: WordPress IntegrationTake a look at: https://wordpress.org/extend/plugins/wordpress-bbpress-syncronization/ and it’s bbpress counterpart: https://bbpress.org/plugins/topic/wordpress-bbpress-syncronization/
In reply to: Login using Facebook ConnectAll you’d really need to do would be replace the wordpress functions with bbpress and it would work. I’ll take a look and let you know.
In reply to: deep integration problem with buddypress buddybarThat plugin works great and does solve the majority of deep integration problems.
In reply to: bbPress MUThey will be releasing the code soon but not yet.
In reply to: Hide subforums on homepageGo to your theme folder, find the theme. Edit front-page.php:
Remove the following:
<?php if ( bb_forums() ) : ?>
<h2><?php _e('Forums'); ?></h2>
<table id="forumlist">
<tr>
<th><?php _e('Main Theme'); ?></th>
<th><?php _e('Topics'); ?></th>
<th><?php _e('Posts'); ?></th>
</tr>
<?php while ( bb_forum() ) : ?>
<?php if (bb_get_forum_is_category()) : ?>
<tr<?php bb_forum_class('bb-category'); ?>>
<td colspan="3"><?php bb_forum_pad( '<div class="nest">' ); ?><a href="<?php forum_link(); ?>"><?php forum_name(); ?></a><?php forum_description( array( 'before' => '<small> – ', 'after' => '</small>' ) ); ?><?php bb_forum_pad( '</div>' ); ?></td>
</tr>
<?php continue; endif; ?>
<tr<?php bb_forum_class(); ?>>
<td><?php bb_forum_pad( '<div class="nest">' ); ?><a href="<?php forum_link(); ?>"><?php forum_name(); ?></a><?php forum_description( array( 'before' => '<small> – ', 'after' => '</small>' ) ); ?><?php bb_forum_pad( '</div>' ); ?></td>
<td class="num"><?php forum_topics(); ?></td>
<td class="num"><?php forum_posts(); ?></td>
</tr>
<?php endwhile; ?>
</table>
<?php endif; // bb_forums() ?>Please post a link to your installation.
In reply to: WP Integration (Theme-wise) ProblemThat’s quite odd actually. Your site is the only one that I have noticed that has this problem.
In reply to: Adding bbPress to WordPress 2.8 blogWell, I deep integrate most sites I end up installing so the page makes sense as a link to the forums,
In reply to: bb-press wp integrationIt can work, I have done it before. It is a very slow and painful process. I will walk you through it. Email me at rohan@rohan-kapoor.com
In reply to: Huge bbpress problem! Bad wordpress integration!Your problem is the bbpress database tables. you can directly change the bb_optionmeta table to show the changes to the new location. That should fix it. Also delete your .htaccess fiel.
In reply to: Adding bbPress to WordPress 2.8 blogThen you can create a PAGE in wordpress called Forums and it will link to the forums folder automatically.
In reply to: Please bring back "forums old"I understand what you are saying. I believe it does say that in the footer?
In reply to: WP Integration (Theme-wise) ProblemYou have bbpress using the wordpress AND the bbpress css?-
In reply to: Cutting /forum/forum/ down to /forum/That is standard core behavior right now. You would have to hack the core files or come up with a plugin to go around it.
In reply to: how to uninstall bbpressChances are your database needs to be looked at. You could email me at rohan [at] rohan-kapoor.com and I’ll look over database for you.
In reply to: Reinstated Hawaiian GovernmentGood job. Looks nice but not original.
In reply to: Can not get past install step 2rename your bp folder to forum and then create a PAGE in wordpress that says forum. If you have a folder named forum wordpress will transfer the page control over to it and when you click the link to that page it will go to the forum.
In reply to: vanilla -> bbpress converterThat would be painful because you would have to create topic slugs manually for anything coming in from phpbb/vanilla
In reply to: wordpress and bbpress intergrationI said, I would do it for free. That would be an optional donation if you appreciated my time and work.
In reply to: Can not get past install step 2You need to make a page in wordpress called forums that will allow you to access the /forums directory.
In reply to: Please bring back "forums old"I’m afraid that we don’t understand what you mean? You want the 1.0.* admin management to go back to the .9 version’s admin? Unfortunately that is not gonna happen as they are working to make the admin management identical to wordpress.
In reply to: WP Integration (Theme-wise) ProblemHave you looked into your topic.php files? Are you sure that it is using the right <div> tags and you closed them up right?
In reply to: wordpress and bbpress intergrationHey Mate, you can email me at rohan [at] rohan-kapoor.com . I can help you get it working.
In reply to: Embedding bbpress forums into a static webpage usingYeah an iframe would do the job properly and it wouldn’t look ugly either,