Skip to:
Content
Pages
Categories
Search
Top
Bottom

SMF Import to bbPress

Published on June 8th, 2015 by Mei Ling

Hi There,

I thank you for this tool. I need an advice.

What is the best way to convert the embedded video (SMF==> bbpres?

I thank you for your kind replies

Regards

Mei Ling

How do registered users create a forum?

Published on June 8th, 2015 by billreefer

I can’t find anything on this. Any clue?

I know how to do it as an admin. But shouldn’t registered members be able to create forums too?

How can users create topics?

Published on June 8th, 2015 by billreefer

For the life of me I cannot see a place where a new registered user can create a topic? I can’t find anything about this is the code.

CodeStyling Localization issue.

Published on June 7th, 2015 by jookkoo

Hello,

I uses CodeStyling Localization to translate 13 language. and CodeStyling Localization report the issue as below:

PHP runtime error reporting detected !
Reason: some executed PHP code is not written proper | Originator: unknown (probably by Theme or Plugin)
Below listed error reports has been traced and removed during page creation:

STRICT Error: [2048] Declaration of BBP_Forums_Group_Extension::display() should be compatible with BP_Group_Extension::display($group_id = NULL) /home/xxx/cookkoo.com/wp-content/plugins/bbpress/includes/extend/buddypress/groups.php on line 28

Please help
Thank you

Replies hidden in bbpress forum

Published on June 7th, 2015 by johodges

I have set up a website for a local horticultural society with a forum restricted to society members. For the forum, I’m using bbpress; for the membership registration I’m using Simple WordPress Membership. I’m using the customizr theme and the latest version of WordPress. My problem is that, with our 1st topic, the first reply is hidden. I cannot find a way of unhiding it. I’ve posted a reply myself, which is visible, and tried reposting the text of the hidden reply. When I do this, I get van email altering me to the reply but still nothing is visible on the website. Please can someone help? The website is www.growchiswick.org.

Many thanks,

Jo Hodges

problem getting forum full width

Published on June 7th, 2015 by husk3r

hello, i am using bbpress in a page with the shortcode.
Ive managed to remove the sidebar creating a template which code is as follows ;
——————————————————————————-
<?php
/*
Template Name: Forums
*/

get_header(); ?>

<div id=”primary” class=”site-content-forums”>
<div id=”content” role=”main”>

<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘content’, ‘page’ ); ?>
<?php comments_template( ”, true ); ?>
<?php endwhile; // end of the loop. ?>

</div><!– #content –>
</div><!– #primary –>

<?php get_footer(); ?>
——————————————————————-
and then applying this custom CSS

#site-content-forums {
float: left;
width: 100%;
}

in the page, ive chosen this template.

BUT the forum still is not full width
please help me!!

User guide for site visitors?

Published on June 7th, 2015 by billreefer

All searches for ‘user guide for bbpress’ are all about us…how to set it up. But is there a real user guide resource for users of our sites that could be referenced in a help section for our members or in a support forum (for both bbpress and buddy press)

Problems overwriting defaults

Published on June 6th, 2015 by

I need to change the subscribe button text and also this “Oh bother! No forums were found here!”

I have tried adding the feedback-no-forums.php to /mytheme/bbpress/ but its not overwriting the defaul and I can find now way to change the subscribe text.

Any ideas?

Topic excepts

Published on June 6th, 2015 by joym

Is there any way to display a topic excerpt? I know you can add a forum description but I’m looking to all this for each topic as well. Readers and get a quick look about the topic without having to view it. Thank you.

Custom topic types?

Published on June 6th, 2015 by joym

Hello, I was wondering if anyone knows if custom topic types are possible. For example, a way to highlight what the topic types are within the forum: link, video, photo, etc.

Thank you.

Skip to toolbar