Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 2,076 through 2,100 (of 26,879 total)
  • Author
    Search Results
  • #216772
    Robin W
    Moderator

    presuming you don’t have anti-spam or moderation plugins, then it will be wordpress moderation settings

    dashboard>settings>discussion and check moderation, blacklist and whitelist settings, particularly no. links which is the usual one that users exceed.

    #216771
    Robin W
    Moderator

    ok, I can only suggest you look at possible conflicts

    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

    #216757

    In reply to: Quoted replies

    Robin W
    Moderator

    ok, the discussion also points to

    GD bbPress Tools

    have you tried this ?

    #216741
    Robin W
    Moderator

    this plugin lets you set who can post links, and lots of other features.

    It still works fine, despite not having been updated for a while

    bbPress – Moderation Tools

    #216733
    Robin W
    Moderator

    always pays to check how someone did something πŸ™‚

    the code that is being called at that point just loads the worpdress access details, so that loaded from wordpress.

    I’d suggest a chat with your host provider to see if they know anything in their set up that might have cached an old version.

    #216731
    tierarepro
    Participant

    You mean the database password? Yes, of course. I don’t think anything would work if WordPress couldn’t access the database.

    #216716
    Robin W
    Moderator
    #216709
    Robin W
    Moderator

    2.5 should upgrade quite easily, so either your upgrade has failed, or you have another issue.

    new versions of bbpress are unlikely to help, as tens of thousands of bbpress users are already at 2.6.6 without problem.

    I can only suggest that you create a copy of your site that you can test in and then

    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.

    You can use the ‘troubleshooting’ features of this plugin to let you test without affecting needing to deactivate lots of plugins

    Health Check & Troubleshooting

    #216701
    neon67
    Participant

    Recently, these three single-owner companies changed the rules of public API – this made unpossible to insert chunks into WordPress without problems now.
    In short, you need to Create new tokens again facebook.com/settings?tab=business_tools or in instagram profile.

    Good news: There are several social feed plugins that have already solved this problem – try searching on wp.org

    #216696
    Robin W
    Moderator

    bbpress has not changed in that time, so it will probably be an update in your theme, wordpress or another plugin.

    for future you should note what you upgrade and when to allow you to work out which changes affect your site.

    #216684
    Robin W
    Moderator

    the plugin says it does

    WP Fastest Cache

    Features :

    8. Enable/Disable cache option for mobile devices

    #216668
    tierarepro
    Participant

    I have WordPress 5.6 and bbpress 2.6.6

    #216667
    tierarepro
    Participant

    If I rename the bbpress directory from FTP, then I can login. WordPress has disabled the plugin because it can’t find the path. Then if I rename it back to bbpress and activate the plugin, everything is working fine.

    If I logout and try to login again, the same error happens, so there is something wrong with bbpress that is affecting the login process.

    #216665
    tierarepro
    Participant

    I changed my WordPress database password and when I try to login I get the following error on wp-login.php

    {"success":false,"data":[{"code":"bbp_converter_db_connection_failed","message":"Database connection failed."}]}

    and on error.log

    [14-Dec-2020 08:43:29 UTC] PHP Warning: register_shutdown_function(): Invalid shutdown callback 'BBP_Converter_DB::__destruct' passed in /public_html/wp-content/plugins/bbpress/includes/admin/classes/class-bbp-converter-db.php on line 33

    I tried to delete and reinstall bbpress plugin, but it didn’t help.
    Any idea what is going on?

    #216651
    pflanzenoma
    Participant

    So, that works now. Thank you very much for your help. See, I’m an almost 74 years old former German teacher and used to make my websites myself in plain HTML. It’s the first time that I use WordPress because it was recommended to me, but it’s still a sort of blackbox for me.

    So I fear that I’ll have a lot more questions until the bbs can go on air.

    Have a nice time
    Pflanzenoma

    #216625
    Robin W
    Moderator

    the latest activity widget in

    bbp style pack

    lets you do this

    #216620
    #216612
    Robin W
    Moderator

    This will display emails in topics

    add_action( 'bbp_theme_after_reply_author_details', 'rew_author_email' );
    
    function rew_author_email () {
    	$id = bbp_get_reply_id() ;
    	if (bbp_is_topic( $id ) ) {
    		$author_id      = bbp_get_topic_author_id( $id );
    		$user_info = get_userdata($author_id );
    		$user_email = $user_info->user_email;
    		echo $user_email;
    		
    	}
    }

    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

    #216611
    Robin W
    Moderator

    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

    add_filter( 'bbp_current_user_can_publish_replies', 'rew_do_not_allow_anon' );
    
    function rew_do_not_allow_anon ($retval) {
    	if ( ! is_user_logged_in() ) {
    		$retval = false ;
    	}
    return $retval ;
    }
    #216583
    Tamie
    Participant

    Thank you I just installed it. I have to figure it out to find the font controling part.

    It’s funny. People say WordPress is “really easy,” either I am an idiot or it is not that easy. I’ve been trying to teach myself for some time and I’m still a novice. I suppose if all you want is a home, about, and gallery page it is simple, but once you start adding plugins, things get crazy.

    #216582
    Robin W
    Moderator

    so did you try style-pack ?

    bbp style pack

    #216574
    namutube
    Participant

    Hello,

    I am setting up the bbpress.
    I want to expand the content area of ​​forum to the right green part as in the image.
    Please help me.

    WordPress version: Version 5.5.3
    bbPress version: 2.6.6

    page linksite link

    Thank you.

    #216571
    Robin W
    Moderator

    nothing I know of does this exactly

    In

    bbp style pack

    dashboard>settings>bbp style pack>Topics index styling item 19

    you can add a register option

    #216568
    Robin W
    Moderator

    I am not sure what changed it in the first place.

    nor am I! – I suspect a css change on WordPress, but could spend days and lose the will to live if I tried to find it πŸ™‚

    Anyway, glad you are fixed

    #216567
    Robin W
    Moderator

    This seems like an easy fix for a developer

    Unfortunately not – bpress plays well with many themes, but lots of themes do their own thing, and there is no way bbpress can work out what every theme is doing with fonts. bbpress adheres to wordpress standards and conventions.

    Open foundation software is free, but it replies on people adhering to conventions that can constrict a plugin or theme author, or they are ignorant of, as many of the ‘rules’ are unwritten.

    I wrote style pack to help where themes do not work well with bbpress, but even then, some decide to copy css from bbpress and these then overwrite style pack.

    I feel your pain, but not an easy one to fix πŸ™

Viewing 25 results - 2,076 through 2,100 (of 26,879 total)
Skip to toolbar