Skip to:
Content
Pages
Categories
Search
Top
Bottom

Display list of child forums for specific parent.

Published on August 8th, 2013 by stevie77n

Hi,

I was hoping that someone could tell me if there is there a way to display a list of child forums for specific parent using a shortcode?

For example, I have a number of private member forums that visitors need to login to view. I want to have a page that they visit to logon with the list of private forums below.

http://www.blueclouditsolutions.com/asap/
Wordpress version: 3.6
bbpress version: 2.3.2

Thanks for your help.

Steve.

Better pagination for bbPress

Published on August 7th, 2013 by Tanya

I would like some help on how to improve the pagination for my bbPress forum. At the moment, on the latest posts on my forum, it goes:

1 2 …. 1963 ->

Which is not entirely useful if you want to skip to page 3 straight away. Really, the numbers are not very useful since you can only skip one ahead.

Latest

Can't access options-general.php?page=bbpress

Published on August 7th, 2013 by Ushuri

Hi sorry for my bad english

I have a problem, i have reset my bbpress settings in –>tool –> Forum
Now i can’t access my setting in plugin –>bbpress it say haven’t permissions to access.

How can i got my permission? My forum is ok but can’t configure.
–>tool –> Forum doesn’t appears!
Thanks for help

Bonjour

J’ai un problème, j’ai remis a zéro mes réglages de bbpress dans outils –> Forum
Maintenant je ne peux plus accéder a mes réglages dans extensions il me dis: Vous n’avez pas les droits suffisants pour accéder à cette page.

Comment puis-je récupérer mes permissions? Je n’ai plus acces aux outils –> forum. Ils n’existent plus.

Sending a form to a forum as a post

Published on August 7th, 2013 by PureLoneWolf

Hi there

I am building a gaming community page and would like to setup an application form for people to apply to join.

However, to make things easier, it would be better if it was usable as a guest and, when submitted, generated a post in a private forum so that members could comment on it.

I have seen something like this being used with Xenforo, but I really want the features of bbpress and buddypress.

Does this sound like something that could be done?

Where do I control the font on the forum index page?

Published on August 7th, 2013 by abyrd58

I’m working with bbpress 2.3.2 on a site at www.dmtutor.com. For some odd reason, my font changed on the forum index page from an arial font like on all the other pages in bbpress to a new times roman. I’ve not edited any files that would affect such a change. What file controls the font on that page?

Thanks,
Alan

edit forum font and size

Published on August 6th, 2013 by brianwall99

The installation instructions end by saing edit your themes css and make it look pretty. But how?

I want the forum part of my WP blog site to look the same font-wise. I am using the latest WP and Responsive theme and latest bbPress.

www.therealphotographer.net

problem

Published on August 6th, 2013 by theedge2

wp-content/plugins/bbpress/includes/common/functions.php on line 1199 🙁

SMF Import to bbPress

Published on August 6th, 2013 by Stephen Edgar

Introduce Forum Importer template for use with importing from SMF v2.0.x(Tested on v2.0.4)

https://codex.bbpress.org/import-forums/ & ​​https://codex.bbpress.org/import-forums/smf

Working: Forums, Topics, Replies, Users & User Passwords
Partial: Custom BBCode for Topic & Reply Content
Not Working Yet: Categories

Attached to bbPress Trac Ticket #2380 is the 1st pass patch for SMF importing into bbPress.

To test the importer download the latest patch from the link above and copy/ftp the file into the /includes/admin/converters/ folder of your bbPress plugin.

I hope to get the remaining outstanding items done ASAP.
(User passwords will be a little trickier and will take a bit more time)

Any feedback and/or testing that you can provide will help me out tremendously.

Cheers,

Stephen 🙂

WooTheme's Sensei Integration

Published on August 6th, 2013 by wancasil

I’m interested in integrating bbPress to my WooTheme’s Sensei installation.
Basically, I need every course to have it’s own and separated topic.
To that topic all students enrolled to the course need to be assigned.
Only students assigned to a topic may post within the topic and, ideally, with a limited number of postings.

I could not find any help within Sensei or bbPress regarding the solution to my need.
I believe it will be needed to develop some kind of integration layer for what I’m willing to pay for (as long as it is not a big amount of money).

Please, would anyone help me find out a solution for my need?

PS.: There are several others whith the same need who expressed interest in a similar solution within Sensei ideas page.
Wander Silva

custom topic loop changed in pagination

Published on August 6th, 2013 by carmelneta

hey all,
ive created a custom topic loop that shows 3 recent replies on every topic, but for some reason it dosent effect the loop in paged after the first page.


    <li>
<ul class="cn_bbp_rep_list">
    
      <?php 
         
        bbp_has_replies(array('post_parent'    => bbp_get_topic_id()));
        while ( bbp_replies() ) : bbp_the_reply();
            $current_topic_reply_id = bbp_get_reply_id();
      ?>
            <li class="cn_rep">
                <?php bbp_reply_author_link( array( 'size' => '20' ) ); ?>
                	<a>" class="bbp-reply-permalink"> <?php bbp_reply_title(); ?> </a>
                    <?php bbp_reply_post_date(); ?>
            </li>
        
  <?php endwhile; ?>

Any help?

Skip to toolbar