Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 376 through 400 (of 26,705 total)
  • Author
    Search Results
  • #237463

    In reply to: Search form and widget

    Robin W
    Moderator

    thanks

    search should just look at the forums, but other elements such as themes or other plugins can change that.

    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

    Health Check & Troubleshooting

    Then come back

    the appearance>widgets that you showed are not widgets but sidebars that contain widgets – there is no bbpress sidebar.

    #237462

    In reply to: Search form and widget

    thxwp
    Blocked

    Hi,

    This is the example that when a specific keyword is searched for in the bbpress search form, it searches across all pages on the site.

    https://drive.google.com/file/d/1EYkLz82XYD86vsD9hhyM311blcNQ9wzh/view?usp=sharing

    and I cannot find the bbpress widget on Appearance -> Widgets

    https://drive.google.com/file/d/1EYwCZvkd7GZbqPbFnF3ZbGVG0bnRS2UF/view?usp=sharing

    FYI I am using a freeio theme (https://themeforest.net/item/freeio-freelance-marketplace-wordpress-theme/42045416)

    Plese check them and let me know how to solve them.
    Thank you

    moretta69
    Participant

    SUBJECT: Website Issue: http://www.martiniformazione.it/sito; WordPress Version 6.3.1 – BBpress Version: 2.6.9. When users register and generate their password, they are unable to log in afterward. They consistently receive an error message stating that the password is incorrect. Even when following the password reset procedure and receiving the link to generate a new password, after creating a new password and attempting to log in, they still encounter the same error message that the password is incorrect. However, if I, as the site administrator, go to the ‘Users’ section and select ‘Generate New Password,’ the password generated in this way works and allows access. Where do you think the problem lies? Thank you very much for all the invaluable support you can provide as soon as possibl

    #237445
    alexandra440382
    Participant

    I’ve found this easaly “header-subnav.php”

    https://meta.trac.wordpress.org/browser/sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/header-subnav.php

    <?php if ( !is_front_page() ) : ?>
    	<div id="subnav"><div id="subnav-inner">
    		<ul id="nav-secondary" class="menu">
    			<?php if ( is_user_logged_in() && function_exists( 'bbp_forums_url' ) ) : ?>
    				<li><a href="<?php bbp_forums_url( '/new-topic' ); ?>"><?php esc_html_e( 'Create New Topic', 'bborg' ); ?></a></li>
    			<?php endif; ?>
    		</ul>
    
    		<ul id="nav-user" class="menu">
    			<?php if ( ! is_user_logged_in() ) : ?>
    				<li><a href="<?php echo wp_login_url(); ?>"><?php esc_html_e( 'Log In', 'bborg' ); ?></a></li>
    				<li><a href="<?php echo wp_registration_url(); ?>"><?php esc_html_e( 'Register', 'bborg' ); ?></a></li>
    			<?php elseif ( function_exists( 'bbp_favorites_permalink' ) ) : ?>
    				<li><a href="<?php bbp_favorites_permalink( bbp_get_current_user_id() ); ?>"><?php esc_html_e( 'Favorites', 'bborg' ); ?></a></li>
    				<li><a href="<?php bbp_subscriptions_permalink( bbp_get_current_user_id() ); ?>"><?php esc_html_e( 'Subscriptions', 'bborg' ); ?></a></li>
    			<?php endif; ?>
    		</ul>
    	</div></div>
    	<hr class="hidden" />
    <?php endif;
    
    
    #237444
    Robin W
    Moderator

    ok that is not a tweaked WordPress toolbar, just a ‘look alike’

    the code would be somewhere in here

    https://meta.trac.wordpress.org/browser/sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base

    But it would take ages to find it, so sorry not sure I can help

    #237443
    ibnat
    Participant

    There doesn’t seem to be a “move topic” option in bbpress for an admin to use when a member posts in a wrong forum category.

    I did find a plug but it is very old and unsupported: https://wordpress.org/plugins/bbp-move-topics/

    Surely this is a “must have” for forum administration?

    Is there a reason why bbpress doesn’t come with this in the core?

    Is there a way to implement it somehow?

    #237442
    alexandra440382
    Participant

    The tweaked default WordPress toolbar.

    #237421
    Robin W
    Moderator

    if you mean the stuff on the left of this, then

    install

    bbp style pack

    If you then go to

    dashboard>settings>bbp style pack>widgets

    you will see additional widgets for the forum and topic info

    if you can create a sidebar, you can add the forum info and topic info widgets there

    Not exactly the left, but part way there !!

    #237407
    Robin W
    Moderator

    public forums are visible to both logged in users and visitors
    Private forums are only visible to logged in users.

    If you want to have a more sub groups then add this further plugin

    Private groups

    #237381
    Robin W
    Moderator

    you could also add the

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>theme support

    which will give you some further instructions

    #237366
    Robin W
    Moderator

    It does make sense that it would be related to a recent update…but if the problem persists when everything is disabled and I’m using a default WordPress theme, then how could something else still be affecting it?

    There is always a reason, computers don’t start doing things differently for no reason, the problem is tracking that down 🙂 🙂

    If this was a bbpress issue then 1. given no update in bbpress there is no change to affect your site so no reason for it to start happening and 2. this support forum would have hundreds of topics on the subject posted in the last few days.

    My test forum continues to work fine.

    so if not plugin update or theme change then a setting could be affecting.

    so I’d suggest you switch debug on and see if that is showing any issues

    https://wpforms.com/developers/how-to-enable-debugging-in-wordpress/

    after that we’re onto software higher up.

    so what PHP version are you running?

    #237365
    Josh Virkler
    Participant

    Thanks so much for your kindness in being willing to volunteer and help support plugin users! That’s awesome.

    It does make sense that it would be related to a recent update…but if the problem persists when everything is disabled and I’m using a default WordPress theme, then how could something else still be affecting it?

    We’re on Cloudways, with SafeUpdates configured to run on Sunday evening. Here’s what it says it just updated:

    Update Date: 2023-09-10 19:18:32 UTC

    Update Status: Successful

    Updates Selected:

    Plugins: (11)

    Better-Search-Replace (1.4.2 -> 1.4.3)
    Woocommerce-Pdf-Invoices-Packing-Slips (3.6.2 -> 3.6.3)
    Pixelyoursite (9.4.4 -> 9.4.5.1)
    Really-Simple-Ssl (7.0.8 -> 7.0.9)
    Recaptcha-For-Woocommerce (2.41 -> 2.47)
    Updraftplus (1.23.9 -> 1.23.10)
    Woocommerce-Gateway-Authorize-Net-Cim (3.8.1 -> 3.9.3)
    Woocommerce-Google-Analytics-Pro (1.13.0 -> 2.0.11)
    Woocommerce-Name-Your-Price (3.5.1 -> 3.5.5)
    Woocommerce-Services (2.3.3 -> 2.3.4)
    Woocommerce-Smart-Coupons (7.1.0 -> 8.4.0)

    Themes: (1)
    Divi (4.20.0 -> 4.22.1)

    #237362
    Robin W
    Moderator

    as I said bbpress simply uses WordPress registration, so any wordpress/membership registration will work. Bbpress simply hooks to that registration in the background.

    #237357
    Robin W
    Moderator

    bbpress simply uses the wordpress registration and login, so users can register with the wordpress registration

    #237355
    Josh Virkler
    Participant

    Thank you so much for your quick reply!

    I have tried disabling all plugins except bbpress, and switching to a default WordPress theme. Unfortunately, even in this state, the messages are still not appearing.

    What is my next move?

    #237350
    simon_a6
    Participant

    Hi
    We have a website that uses this plugin, but it’s not quite right.
    We are using the bpress shortcode on the register page, but it forces it to only allow email, and that sends out the pass.

    How do we enable it to show the Password field too? OR is there a way to use the WordPress Reg form, that uses the Password too?

    Simon

    #237347
    Robin W
    Moderator

    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

    Health Check & Troubleshooting

    Then come back

    #237336
    Robin W
    Moderator

    I suspect your theme is a block or FSE theme

    try adding this plugin

    bbp style pack

    once activated, navigate to

    dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.

    In that tab, select

    Enable Theme Support

    #237333
    chunming0920
    Participant

    Blank white page on latest WordPress version 6.3.

    How to slove it ? thx a lot

    #237330
    Robin W
    Moderator

    try

    function rew_enable_visual_editor( $args = array() ) {
        $args['tinymce'] = true;
        $args['teeny'] = false;
        return $args;
    }
    add_filter( 'bbp_after_get_the_content_parse_args', 'rew_enable_visual_editor' );

    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

    Code Snippets

    #237324
    allyhouston
    Participant

    Hello,

    bbPress 2.6.9
    WordPress 6.3.1

    Screenshot of issue: https://imgur.com/a/DhxatVA

    The text box is wider than the mobile screen and it doesn’t look quite right.

    Very best,

    Ally.

    ibnat
    Participant

    As an Update, I have found some really old information about this issue @netweb here:https://bbpress.trac.wordpress.org/ticket/2198

    And here: Editor width addressed in CSS at patch https://bbpress.trac.wordpress.org/ticket/1933 down to 240 resolution. In some smartphones, only the text editor shows up by default.

    My Redmi 9C uses a 20:9 aspect ratio screen (resolution is 720×1600).

    #237319
    ibnat
    Participant

    I have asked this same question myself over the last few weeks as I am busy making my BBPress forum compatible and converted to a fully funcioning mobile app.

    I decided to push ahead because the support forum of wordpress itself is running on the BBpress plugin and there seems to be no signs at all of it being switched to something else (as @robin-w says)

    Whilst there are hundreds of plugins that are no longer maintained, the BBpress essential plugins very much are, and support for them is absolutely excellent. ( @amauric and @codejp3 ) 🙂

    I believe that the future of niche forum websites like mine are in the mobile app direction with push notifications etc to users through their smart phones. WP and BBpress is lightweight enough to work fantastic on a mobile.

    The three authors I mentioned earlier are great examples of why BBpress will carry on for the foreseable future no? Thanks guys for your continued help and support!

    #237314
    Robin W
    Moderator

    thanks.

    1. This is the bbpress support site, you need to raise this with the buddypress support site

    https://buddypress.org/support/

    2. bbpress (and buddypress) simply use the wordpress login, so the simplest way is to use a plugin to do redirect such as

    LoginWP (Formerly Peter's Login Redirect)

    #237297
    ibnat
    Participant

    Hello

    When I post a link to a You tube video in a forum post there is no embedding. Instead there is a link to the video over at Youtube.

    In forum settings I have the box ticked to embed.

    An example is here: https://iberianatureforum.com/forums/topic/promo-video-for-25th-anniversary-of-cabaneros-national-park/

    Thanks in advance for any help

    (I am using latest versions of BBPress and WordPress)

Viewing 25 results - 376 through 400 (of 26,705 total)
Skip to toolbar