Skip to:
Content
Pages
Categories
Search
Top
Bottom

how to hide attachments and external URL’s in the forums for guest users

Published on September 27th, 2017 by vicky962

Dear team,

I want to hide attachments and external Url’s for guest users, how can we do it, is there any plugin that can do it , or please send me code to achieve it.

Thanks in Advance.

Regards,
Waqas

Forum Freshness

Published on September 27th, 2017 by melodies

On my forum, the timestamp on the posts are 7 hours in the past.
When a new post is made, it starts at “7 hours ago” rather than “just now,” “1 minute ago,” etc.

The general time is set correctly in the WP > Dashboard > settings and all other timestamps displayed across the site are accurate (messages, notifications, etc). Only notifications relating to bbPress are off by 7 hours.

This same issue can be found in an old thread post (Link below):

The time zone is off by 7 hours in my bbpress plugin forums

However, the solution in that post is outdated, since the code layout in has changed, and “line 178 in /wp-content/plugins/bbpress/bbp-includes/bbp-common-functions.php” no longer exists for manual alteration.

Can you please tell me which file I can edit in bbPress to manually subtract 7 hours from the freshness output timestamp of all future forum posts?

Thank you.

comments appearing in many pages

Published on September 27th, 2017 by infinitexpmax

screenshots of what’s going on
hi im still basically a newbie and i can’t figure this out
basically the screenshots sums it up i can’t really explain more in words
thanks for your time really appreciate any help

Forums & Sub Forums

Published on September 26th, 2017 by rogerlridge

Is it possible to display my forums and sub forums the way they are displayed on vBulletin?

Forums & Sub-Forums

Echo Subscribe Link

Published on September 26th, 2017 by rogerlridge

Is there anyway to just echo the subscribe link? I would like to have an image for users to click on to subscribe to a forum instead of clicking on the word “Subscribe” so I am just looking for a way to just echo the subscription link, does anyone know how to do this please? Any help would be greatly appreciated thanks! 😀

Translation of bbpress

Published on September 26th, 2017 by Ilona90

Hello,

Can somebody please tell me how translation of bbpress works?

What I did:

I installed WordPress and set my default language
I installed bbpress plugin
I installed Loco translate
I create the map languages/bbpress on ftp
I downloaded the .po and .mo and put in the map

But nothing is working! Can somebody help me please?

Infinite loop on reply update

Published on September 25th, 2017 by moejonet

There is an infite loop on reply update caused by buddypress activity from bbpress if bbp_thread_replies() is false.

activity tries to get reply position, in this call position is updated for the reply but we are still in edit_post action so wp_update_post is called recursively until server gives up.

stacktrace:


var/www/clients/client1/web17/web/wp-content/plugins/bbpress/includes/replies/functions.php(2143): wp_update_post(Array)
#2 /var/www/clients/client1/web17/web/wp-content/plugins/bbpress/includes/replies/template.php(1757): bbp_update_reply_position(508812, 1)
#3 /var/www/clients/client1/web17/web/wp-content/plugins/bbpress/includes/replies/template.php(487): bbp_get_reply_position(508812, 508811)
#4 /var/www/clients/client1/web17/web/wp-content/plugins/bbpress/includes/extend/buddypress/activity.php(552): bbp_get_reply_url(508812)
#5 /var/www/clients/client1/web17/web/wp-content/plugins/bbpress/includes/extend/buddypress/activity.php(642): BBP_BuddyPress_Activity->reply_create(508812, 508811, 495076, Array, 47710)
#6 /var/www/clients/client1/web17/web/wp-includes/class-wp-hook.php(298): BBP_BuddyPress_Activity->reply_update(508812, Object(WP_Post))
#7 /var/www/clients/client1/web17/web/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
#8 /var/www/clients/client1/web17/web/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#9 /var/www/clients/client1/web17/web/wp-includes/post.php(3480): do_action('edit_post', 508812, Object(WP_Post))
#10 /var/www/clients/client1/web17/web/wp-includes/post.php(3591): wp_insert_post(Array, false)
#11 /var/www/clients/client1/web17/web/wp-content/plugins/bbpress/includes/replies/functions.php(2143): wp_update_post(Array)
#12 /var/www/clients/client1/web17/web/wp-content/plugins/bbpress/includes/replies/template.php(1757): bbp_update_reply_position(508812, 1)
#13 /var/www/clients/client1/web17/web/wp-content/plugins/bbpress/includes/replies/template.php(487): bbp_get_reply_position(508812, 508811)
#14 /var/www/clients/client1/web17/web/wp-content/plugins/bbpress/includes/extend/buddypress/activity.php(552): bbp_get_reply_url(508812)
#15 /var/www/clients/client1/web17/web/wp-content/plugins/bbpress/includes/extend/buddypress/activity.php(642): BBP_BuddyPress_Activity->reply_create(508812, 508811, 495076, Array, 47710)
#16 /var/www/clients/client1/web17/web/wp-includes/class-wp-hook.php(298): BBP_BuddyPress_Activity->reply_update(508812, Object(WP_Post))
#17 /var/www/clients/client1/web17/web/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
#18 /var/www/clients/client1/web17/web/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#19 /var/www/clients/client1/web17/web/wp-includes/post.php(3480): do_action('edit_post', 508812, Object(WP_Post))
#20 /var/www/clients/client1/web17/web/wp-includes/post.php(3591): wp_insert_post(Array, false)
#21 /var/www/clients/client1/web17/web/wp-content/plugins/bbpress/includes/replies/functions.php(2143): wp_update_post(Array)
#22 /var/www/clients/client1/web17/web/wp-content/plugins/bbpress/includes/replies/template.php(1757): bbp_update_reply_position(508812, 1)
#23 /var/www/clients/client1/web17/web/wp-content/plugins/bbpress/includes/replies/template.php(487): bbp_get_reply_position(508812, 508811)
#24 /var/www/clients/client1/web17/web/wp-content/plugins/bbpress/includes/extend/buddypress/activity.php(552): bbp_get_reply_url(508812)
#25 /var/www/clients/client1/web17/web/wp-content/plugins/bbpress/includes/extend/buddypress/activity.php(642): BBP_BuddyPress_Activity->reply_create(508812, 508811, 495076, Array, 47710)
#26 /var/www/clients/client1/web17/web/wp-includes/class-wp-hook.php(298): BBP_BuddyPress_Activity->reply_update(508812, Object(WP_Post))
#27 /var/www/clients/client1/web17/web/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
#28 /var/www/clients/client1/web17/web/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#29 /var/www/clients/client1/web17/web/wp-includes/post.php(3480): do_action('edit_post', 508812, Object(WP_Post))
#30 /var/www/clients/client1/web17/web/wp-content/plugins/bbpress/includes/replies/functions.php(45): wp_insert_post(Array)
#31 /var/www/clients/client1/web17/web/wp-content/themes/mikmag-child/lib/core/MundrImportForums.php(663): bbp_insert_reply(Array, Array)
#32 /var/www/clients/client1/web17/web/wp-includes/class-wp-hook.php(298): lib\core\MundrImportForums->post_import_forums_threads('')
#33 /var/www/clients/client1/web17/web/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters('', Array)
#34 /var/www/clients/client1/web17/web/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#35 /var/www/clients/client1/web17/web/wp-admin/admin-ajax.php(91): do_action('wp_ajax_post_im...')

“Mail” instead of “Email” on reply form

Published on September 25th, 2017 by davissm

Hi,

I recently installed bbPress on my site at www.focusonfacilitationcop.com/forums/forum/cop-community/

When clicking on an open topic, the title for email in the reply form is entitled:
Mail (will not be published) (required):

How can I change “Mail” to “email”? This is an outdated label and surprised to find it here in current plugin.

Thanks for your help!

Best,
Steve

bbPress registration emails not being sent

Published on September 25th, 2017 by gilescanter

I have installed bbPress and have the forums set up (N1outdoors.com/n1forums). When someone registers as a new user, I receive the notification that a new user has signed up. However, they never receive the password email. I have tried this on multiple computers/devices in multiple places and cannot get it to work.

I have seen several posts where this is a problem, but cannot find an answer that works. I am not a developer, but am trying to fix this on our site. Please help. Thank you.

My wordpress version is 4.8.2

I am using the following:
bbPress Version 2.5.14

Select bbPress – Moderation Tools
Version 1.0.7 | By Digital Arm

Select bbPress Login Register Links On Forum Topic Pages
Version 2.1.5 | By Tomas Zhu | View details

How to replace “voices” and “replaies” with icons (i.e. Font Awosome)?

Published on September 25th, 2017 by Margherita Pelonara

Hi there,
How can I replace “voices” and “replaies” with icons (i.e. Font Awosome), as I can see in WordPress Support Forum?

-> https://wordpress.org/support/view/all-topics/

Is there any plugin? Or I need to edit php files (but then what happens after every bbpress update?)? Thanks!

Skip to toolbar