Skip to:
Content
Pages
Categories
Search
Top
Bottom

“Recent Replies” widget Spanish translation error

Published on August 21st, 2018 by dedotombo

Hi everybody,

It looks like there’s an error in the Spanish transation of the Recent Replies widget.

“el” (between author and reply title) should be “en”.

See image below.

Create topic by email

Published on August 20th, 2018 by allyson9

Hi everyone,
I’ve been struggling to find the right solution for my needs. So many wonderful things out here, such as bbPress, but for me it’s still missing the ability to create a Topic by email.

I had tried a great listserv plugin called WP Mailster but it doesn’t when it stopped working recently the developer wasn’t responsive. My groups are left in limbo and I need to resolve this asap.

I’ve just set up bbPress and BuddyPress and a plugin BuddyBoss’s Reply by Email and it’s almost there. The functionality that’s still missing is users being able to create new topics in their own inboxes.

I have 6 different private groups. Ideally, members will mail the group and can reply to posts via email. All the messages are also archived and viewable through a website, but I don’t want members to have to visit the site in order to post a topic.

If you have any suggestions I’d love to hear them!

Thanks,
Allyson

Integrating Buddypress favorite system (aka like system) with BBPress

Published on August 19th, 2018 by puniler

Hi all,

I’m trying to integrate the BuddyPress favorite (aka like system) system with BBPress.

But I can not implement ajax and the page will be reloaded.

How do I write it?

▼【functions.php】

function my_bp_activity_is_favorite($activity_id) { 
  global $bp, $activities_template;  
  return apply_filters( 'bp_get_activity_is_favorite', in_array( $activity_id, (array)$activities_template->my_favs ) );  
}  
function my_bp_activity_favorite_link($activity_id) {  
  global $activities_template;  
  echo apply_filters( 'bp_get_activity_favorite_link', wp_nonce_url( site_url( BP_ACTIVITY_SLUG . '/favorite/' . $activity_id . '/' ), 'mark_favorite' ) );  
}  
function my_bp_activity_unfavorite_link($activity_id) { 
  global $activities_template;  
  echo apply_filters( 'bp_get_activity_unfavorite_link', wp_nonce_url( site_url( BP_ACTIVITY_SLUG . '/unfavorite/' . $activity_id . '/' ), 'unmark_favorite' ) );  
}  

▼【bbPress/templates/default/bbpress/loop-single.php】

<div id="post-<?php bbp_reply_id(); ?>" class="bbp-reply-header">

  <!--omission-->

    <div class="favorite-wrap">
        <?php $activity_id = get_post_meta( bbp_get_reply_id( $reply_id ), '_bbp_activity_id', true ); ?>  
        <?php if ( is_user_logged_in() ) : ?>  
            <?php bp_has_activities(); ?>   
            <?php if ( !my_bp_activity_is_favorite($activity_id) ) : ?>  
                <a href="<?php my_bp_activity_favorite_link($activity_id) ?>" 
                class="button fav bp-secondary-action bp-tooltip" data-bp-tooltip="add" aria-pressed="false">
                <span class="bp-screen-reader-text">add</span>
                </a> 
            <?php else : ?>  
                <a href="<?php my_bp_activity_unfavorite_link($activity_id) ?>" 
                class="button unfav bp-secondary-action bp-tooltip" data-bp-tooltip="remove" aria-pressed="false">
                <span class="bp-screen-reader-text">remove</span>
                </a>
            <?php endif; ?>  
        <?php endif;?>  
    </div>

  <!--omission-->

</div><!-- #post-<?php bbp_reply_id(); ?> -->

Help for figuring this one out is appreciated.
Best regards

Can’t change language

Published on August 19th, 2018 by eitan1112

Hello everyone.
Website: Link
WordPress version: 4.9.8
bbPress version: 2.5.14

Despite reading many threads about this, I still couldn’t figure out a way to change the language of the forum to hebrew. I will work you through what I did:

1. Download bbPress.

2. Add all the pages (login, register etc.) to the menu. (since the website is in hebrew, you can the pages find it under the second last menu item).

3. Download the hebrew .po and .mo files and put them in the directory /wp-content/languages/bbpress with the proper name (bbpress-he_IL.po and bbpress-he_IL.mo)

4. Check the websites register and login pages, still in english.

5. Edit “wp-config.php” file and added “define(‘BBLANG’, ‘bbpress_he_IL’);”.

6. Check the websites register and login pages, still in english.

Also things I have tried:
– Putting the .po and .mo files under /wp-content/languages/plugins/.

– Made sure I don’t have a translation update under “Dashboard -> Updates” in wordpress.

Important Note:
The hebrew is not 100% finished, but from this guide I understood that it doesn’t matter as long as I manually override it.

So the bottom line is – I really need help figuring that out. What am I missing?
Thanks for everyone who read and help,
Eitan.

Whitelist html elements

Published on August 18th, 2018 by Shaktimaan

I am using Image Upload for BBPress on my forum. This plugin allows users to insert images in posts.

I, forum admin as well as moderators can align images but normal users can’t.

I think there are permission issues.

How can i whitelist these tags class="alignright", class="alignnone", class="aligncenter", class="alignleft" for normal user?

BB Press login problem

Published on August 17th, 2018 by larajdesigns09

Hi,
When a forum user clicks password reset, it sends them an email. They click the link in the email which takes them to the password reset page again, where they input in their email (not a new password). This creates a loop where they cannot set a new password.

“Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.”

Thanks for your help.

Page-

Home

MOVE A FORUM

Published on August 16th, 2018 by planeo8

Running WP 4.9.8 and bbPress 2.5.14

Site URL is https://forum.bcyc.org/

I would like to move the only bbPress forum at this URL to another WordPress site (different domain – different URL).

I don’t see an export/import feature in bbPress

Can this be done? If so, please advise on how.

Thanks.

no topics display despite of forum has topics

Published on August 16th, 2018 by antardrishti

Hi, in group forum or forum alone page it shows in first line ” This forum contains 2 topics, and was last updated by Drishti Connect 4 days, 23 hours ago.” and below it display “Oh bother! No topics were found here!” my wordpress ver is 4.9.8 | bbpress ver is 2.5.14 | buddpress ver is 3.1.0 and my theme is PE School by PixelEmu. its work fine with Twenty Seventeen wordpress theme.
my problem is that my site will be used by blind people and it need to be 100% accessible and PE School theme provide me the same. our theme provider are not ready to support voluntarily.
website link – https://drishticonnect.antardrishti.org/groups/visually-impaired/forum/topic/this-is-test-msg/
Any suggest/help will be great to support blind people.
thanks

Importing Phpbb database to live WordPress and bbpress

Published on August 16th, 2018 by opeth85

Hi,
I have the WP page www.jdmspritturkey.com and the phpbb forum www.jdmspiritturkey.com/forum and its all alive for 2 years. I have some problems with the phpbb so i want to import it to bbpress so the portal and the forum will be fully integrated.

If i import to bbpress what will happen to wp portal writings, users etc or is there any strategy with no casulties?

Our wp page version is 4.9.8 and the phpbb is 3.2.2

Thanks for the answers.

Time delay before new participants can create topics

Published on August 15th, 2018 by davemccourt

Hello,

First time bbPress user. When new participants register they can’t create new topics for around 15 minutes.

Is this a standard feature and can it be disabled? I have a forum behind a login area so we are able to filter out bots.

Many thanks

Skip to toolbar