Search Results for 'test'
-
AuthorSearch Results
-
April 7, 2021 at 3:46 am #219833
In reply to: Forum not showing in WP Dashboard
Robin W
Moderatorok, in which case…
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
April 5, 2021 at 3:54 am #219782In reply to: Getting fatal error on bbspress index
Robin W
ModeratorThe quickest way will be to turn on debugging in wordpress and come back with tne exact error you are getting
https://docs.themeisle.com/article/819-how-to-turn-on-off-debugging-in-wordpress
If you can’t do that, then it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
April 4, 2021 at 5:02 pm #219768In reply to: all-forums link broke
Robin W
ModeratorIf that doesn’t work, the standard advice is :
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
April 4, 2021 at 4:57 pm #219766Topic: all-forums link broke
in forum Troubleshootingmrmillercoach
ParticipantI am running
Wordpress 5.7
BuddyPress 7.2.1
bbPress 2.6.6It appears that something broke the all-forums. I updated the following plugins 4 days ago
4 days ago
31/03/2021
14:23:06
1.6 Updated Genesis Testimonial Slider
4 days ago
31/03/2021
3.0.1 Updated One Click Demo Import
4 days ago
31/03/2021
14:23:06
2.5.7 Updated Paid Memberships Pro
4 days ago
31/03/2021
14:23:06
5.5.0 Updated The Events Calendar
4 days ago
31/03/2021
7.1.3 Updated Theme My Login
4 days ago
31/03/2021
14:23:06
3.0.2 Updated Visual Form BuilderThe link all-forums now generates a 404 error. How can I troubleshoot this?
April 1, 2021 at 3:50 am #219680In reply to: Forum Not showing
Robin W
Moderator@izzyeast bbpress 2.6.6 works with WordPress 5.7 -I have it running on several sites, and with 300,000 installation, it would be well know if it didn’t.
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
March 31, 2021 at 11:56 am #219665In reply to: Settings for my forum
Robin W
ModeratorProbably not with that plugin, but probably another plugin and/or your theme
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
March 29, 2021 at 1:02 pm #219634Topic: Access sidebar on topic page
in forum Troubleshootingvincenzon617
ParticipantHi, how do I access the sidebar of the topics page – where is the file that I can add my code to so it shows up on the sidebar? What I would like to do is get the current number of replies to a topic and then depending on that, execute some shortcode.
The code I have so far is:
<?php $replycount = bbp_get_topic_reply_count( $r['topic_id'], true ); ?> <?php if($replycount > 0) : ?> <?php echo do_shortcode('[adace-ad id="4420"]'); ?> <?php else : ?> <?php if($replycount > 9) : ?> <?php echo do_shortcode('[adace-ad id="4420"]'); ?> <?php echo do_shortcode('[adace-ad id="4420"]'); ?> <?php endif; ?> <?php if($replycount > 14) : ?> <?php echo do_shortcode('[adace-ad id="4420"]'); ?> <?php echo do_shortcode('[adace-ad id="4420"]'); ?> <?php echo do_shortcode('[adace-ad id="4420"]'); ?> <?php endif; ?> <?php endif; ?>My PHP skills aren’t great so I’m not sure if this even works but I would just like to know where abouts the place this code, so it shows up on the sidebar, and so I can test it.
Thanks!
March 29, 2021 at 5:36 am #219612Topic: Critical error when I try to deinstall bbpress
in forum Troubleshootingselket69
ParticipantI use Divi (4.9.2), WordPress (5.7) and Wishlist (3.9) in the latest version and all my plugins are up to date. As my members do not use bbpress I wanted to deinstall it. When I deactivated the plugin my website showed me a crticial error.
What can I do except roll back a couple of months ago?Kind regards,
IvanaMarch 28, 2021 at 1:49 pm #219582In reply to: Import from Asgaros Forum
Robin W
Moderatorhmm…just loaded Asgaros to my test site, and it has it’s own tables
wp_forum_forums
wp_forum_topics
wp_forum_postsas well as several others dealing with subscriptions, polls and ads.
the issue with importing would be hooking forum_topics which holds header stuff with forum posts which holds the content, but also the replies.
What size is your current Asgaros forum – eg forums, topics replies?
March 28, 2021 at 8:09 am #219567Topic: Automatically unsubscribing to a topic when replying
in forum Troubleshootingvincenzon617
ParticipantHi I have been testing my site and noticed that when a user is subscribed to a topic and then they go to reply to that topic again they are automatically unsubcribed after they submit their reply. Anyone got any ideas why this is happening?
March 27, 2021 at 2:24 pm #219541In reply to: Replace topic subscription text
Robin W
Moderatoruntested, but this should work
add_filter ('bbp_before_get_topic_subscribe_link_parse_args' , 'change_subscribe') ; function change_subscribe ($args) { $args['subscribe'] = 'Watch' ; $args['unsubscribe'] = 'Unwatch' ; return $args ; }Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
March 23, 2021 at 7:00 pm #219448In reply to: bbPress Topics for Posts comment
Ricsca2
Participanton the test site the button is visible while on the main site it is not.
I noticed however that as you select any box, the button is no longer clickable.
Tomorrow I will email you your access data.
thank you very much for your availabilityMarch 23, 2021 at 1:45 pm #219435In reply to: Forum Not showing
Unstoppable Solutions
ParticipantThe website is live, but the forum is not yet being used.
I tested it with Twenty-Twenty and Twenty-Nineteen get the same results. I am using the Kadence theme and have used it in the past with BBPress.
If you go to one of the forums it shows up. But if you try and view all of them they don’t show up.
March 22, 2021 at 5:03 am #219404In reply to: BBPress user profile page is restricted !!!!
Robin W
ModeratorI’d suspect that your theme has had an update then.
As this is a paid theme, I’d suggest you raise it with the theme authors first.
If you want to check you can
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
March 21, 2021 at 4:34 am #219365In reply to: Forum Not showing
Robin W
Moderatorjust given screenshots, impossible to help
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
March 20, 2021 at 7:54 am #219357In reply to: Edit the comment box size
Robin W
Moderatorthis (untested) should work
add_filter ('bbp_after_get_the_content_parse_args', 'change_rows') ; function change_rows ($args) { if ($args['context'] == 'reply' ) { $args['textarea_rows'] = '6' ; } return $args ; }Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
March 18, 2021 at 2:57 pm #219309In reply to: Do I have to stay in version 2.5 for life?
Robin W
Moderator@supermagicien – thanks so much for posting back, it is always good to get feedback and updates !
Really glad you are now working on the latest bbpress 🙂
March 18, 2021 at 2:48 pm #219307In reply to: Do I have to stay in version 2.5 for life?
supermagicien
ParticipantGood evening Robin,
I come to give some (good) news.
I recently cleaned up and removed a plugin that was out of date, so I was able to upgrade to the latest version of BBPRESS without any problems this time.
One problem that was persisting was posts and new topics disappearing, then thanks to you I understood that they were awaiting moderation, but I was not satisfied, I did not want to do moderation and let people post, I followed the advice of this topic: https://bbpress.org/forums/topic/random-replies-being-marked-pending/
and now everything seems to work. 👍
March 17, 2021 at 8:27 am #219250In reply to: where is status-closed css set?
Robin W
Moderatorif you’ve cloned the forum widget, you can set a class – the test is
if ( bbp_is_forum_closed(forum_id)) ...and
if ( bbp_is_topic_closed (topic_id)) ...March 17, 2021 at 8:24 am #219249In reply to: BBP_Forums_Widget bug
Robin W
Moderatorinteresting..it looks ok on my test site, but I can see it doesn’t on yours.
I should state that I am just a bbpress user who helps out here, not the plugin author.
2 choices
1. amend the actual widget file – yes that is said by many to be bad practice, but bbpress does not do frequent releases, and if it is your site and you know what you changed, is probably the quickest and easiest answer
2. clone the widget to your theme’s child functions file. so take the whole function that starts
class BBP_Forums_Widget extends WP_Widget {Now you’ll need to rename it, so change BBP_Forums_Widget wherever quoted to something unique, and change names/title in these lines
public function __construct() { $widget_ops = apply_filters( 'bbp_forums_widget_options', array( 'classname' => 'widget_display_forums', 'description' => esc_html__( 'A list of forums with an option to set the parent.', 'bbpress' ), 'customize_selective_refresh' => true ) ); parent::__construct( false, esc_html__( '(bbPress) Forums List', 'bbpress' ), $widget_ops ); } /** * Register the widget * * @since 2.0.0 bbPress (r3389) */ public static function register_widget() { register_widget( 'BBP_Forums_Widget' ); }you can then amend the offending line.
March 17, 2021 at 8:17 am #219248In reply to: Recent Topics link to most recent reply
Robin W
ModeratorI’m pretty sure that the link in the ‘latest activity’ widget in my style pack takes you to the reply
once activated you’ll find a latest activity widget with lots of settings you can use.
March 16, 2021 at 12:38 pm #219226In reply to: “Name” fileld dupication
Robin W
Moderatorbbpress only uses wordpress login, so doesn;t change anything in this area
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
March 13, 2021 at 6:30 pm #219170In reply to: Replys move to SPAM while they get edited
Robin W
ModeratorOK, so tested in my test site
User with subscriber and participant access creates a reply
the goes in and edits reply
reply is still seen
March 11, 2021 at 11:06 am #219122In reply to: Replys move to SPAM while they get edited
Robin W
Moderatorit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
March 8, 2021 at 6:07 pm #219053Topic: .bbp-topic-meta .bbp-author-name – text break
in forum Troubleshootingsasasasaaa
ParticipantHello,
I would like to have a text break on .bbp-author-name especially mobile devices.
I use latest version bbpress and wordpress.
Can you help?
Thanks Silke
-
AuthorSearch Results