Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 526 through 550 (of 26,672 total)
  • Author
    Search Results
  • #235733
    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

    #235732
    Robin W
    Moderator

    so what do you mean by ‘activation’ ?

    bbpress just uses wordpress ‘registration’
    bbpress has ‘subscriptions’

    so not sure what ‘activation’ you are meaning?

    #235727

    In reply to: Replies are blank!!

    frenchalps
    Participant

    Quick update to this, from WordPress – the JetPack developers are hoping to issue a fix for JetPack tomorrow, Tuesday May 16th 2023. This should resolve the ‘blank post’ issue on bbPress.

    #235722
    kent3452
    Participant

    Hi, I am using bbPress to run a forum where my users can upload contents on it.
    everything was working fine until few days ago I realized that whenever I tried to click on a topic in a specific forum, Critical Error occured in WordPress. By downgrading PHP version to 7.4 from 8.0, I managed to access the topics again. However, now I am unable to see the reply’s contents neither the attachements (my users can upload file in reply as well).

    Strangely, when I click EDIT in reply, I can see the reply in texts (attachments do not show though) but when I hit the Submit button, the reply box is still blank.
    I checked the Replies box in WordPress admin and I can see they are correctly linked to the topic.

    Can somebody help me? I have been looking through a respectful amount online but I could not find a solution 🙁

    ### wp-plugins-active (15) ###

    Akismet Anti-Spam: version: 5.1, author: Automattic, Updates managed by WordPress.com
    bbP Members Only: version: 1.0.1, author: Jared Atchison, Auto-updates disabled
    bbPress: version: 2.6.9, author: The bbPress Contributors, Auto-updates disabled
    bbPress WP Tweaks: version: 1.4.4, author: veppa, Auto-updates disabled
    bbp style pack: version: 5.5.3, author: Robin Wilson, Auto-updates disabled
    Classic Editor: version: 1.6.3, author: WordPress Contributors, Updates managed by WordPress.com
    GD bbPress Attachments: version: 4.5, author: Milan Petrovic, Auto-updates disabled
    GenerateBlocks: version: 1.7.3, author: Tom Usborne, Auto-updates disabled
    GP Premium: version: 2.3.1, author: Tom Usborne, Auto-updates disabled
    Jetpack: version: 12.2-a.5, author: Automattic, Updates managed by WordPress.com
    Layout Grid: version: 1.8.2, author: Automattic, Updates managed by WordPress.com
    Page Builder by SiteOrigin: version: 2.22.1, author: SiteOrigin, Auto-updates disabled
    Page Optimize: version: 0.5.3, author: Automattic, Updates managed by WordPress.com
    SiteOrigin Widgets Bundle: version: 1.49.2, author: SiteOrigin, Auto-updates disabled
    Ultimate Member: version: 2.5.2, author: Ultimate Member (latest version: 2.6.0), Auto-updates disabled

    ### wp-plugins-inactive (3) ###

    Crowdsignal Forms: version: 1.7.0, author: Automattic, Updates managed by WordPress.com
    Gutenberg: version: 15.7.1, author: Gutenberg Team, Updates managed by WordPress.com
    WordPress.com Editing Toolkit: version: 3.65244, author: Automattic, Updates managed by WordPress.com

    #235719
    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

    #235701
    frenchalps
    Participant

    Quick update from WordPress (via a support ticket on a Business subscription)

    BEGINS

    Hey there!

    I’m following up today to let you know we’ve identified the issue with bbPRess and Jetpack; our Jetpack developers have found a fix, which is currently being worked on. If all goes well with the development of this fix, we expect it to be released as early as this coming Tuesday.

    We appreciate your time and effort, and thank you so much for bringing this to our attention and allowing us the opportunity to get it fixed!

    ENDS

    #235695
    Robin W
    Moderator

    It may well be the address that bbpress is sending from.

    this is typically noreply@ and if this email address does not exist then many email hosts will not permit its transit through the system.

    either

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Subscription Emails

    where you can amend the address and change the wording as well

    or

    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_get_do_not_reply_address','my_bbp_no_reply_email');
    function no_reply_email(){
        $email = 'noreply@yourdomain.com'; // any email you want
        return $email;
    }

    and change the address

    #235667
    frenchalps
    Participant

    Quick update for us, with thanks to Robin. It might be that Jetpack is the root cause of our Forum posts suddenly showing as blank. Jetpack is managed by our host (WordPress Business) so they are investigating.

    #235659
    sapnawp
    Participant

    Step 1: Setting Up Your Hosting
    Step 2: Installing WordPress
    Step 3: Installing Translation Files Manually
    Changing the Language of WordPress Manually
    Switch Languages in the Admin Interface

    To use this plugin:
    Go to the plugins areas of WordPress and click the “Add New” button.
    Search for the plugin, “English WordPress Admin.”
    Install and activate the plugin. This will add a new function to the top admin bar that allows switching from the native language of the WordPress installation to English and vice-versa.

    #235656
    Robin W
    Moderator

    ok, presume you have bbpress enabled ?

    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

    #235650
    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

    #235612
    Robin W
    Moderator

    ok, I’ve released version 5.5.2 of

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Theme Support and there is a fix in there which stops this.

    I will report the issue to Astra as well to fix in a future release of their theme

    #235599
    Robin W
    Moderator

    I’d start by seeing in email is working

    Check & Log Email

    #235580

    In reply to: abonnés

    Robin W
    Moderator

    ok, so is the email working or are subscriptions not working ?

    so I would start with using this email to see if emails are being sent

    Check & Log Email

    #235560
    Robin W
    Moderator

    I have added this feature to

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Subscription Management and activate

    You can then manage a users subscriptions in dashboard>users

    #235556
    Robin W
    Moderator

    well this site has 7 forums with 131,555 topics. The ‘fixing wordpress’ support forum itself is powered by bbpress and that has over 700,000.

    Measured in nano-seconds every topic adds to performance, but I’d suspect you’d struggle to measure any meaningful site slow down with 99.9% of sites with forums.

    Ultimately it does depend on server performance and site configuration.

    #235550
    Robin W
    Moderator

    bbPress Notify (No-Spam)

    will let you set this up

    #235549
    Robin W
    Moderator

    ah, ok that should all be fine.

    bbpress just uses the wordpress posts and postmeta tables (with ‘custom post types’) within your website sql database, so if you move the whole site it will move with it.

    No need to split this topic since it is all one logical issue 🙂

    Robin W
    Moderator

    Thanks for that – very useful.

    Wordpress has a bewildering set of names including username, user display name and user nicename

    As far as I can see, bbpress seems to be using the user database setting for user nicename.

    So can you try adding this code

    add_filter( 'manage_users_columns', 'rew_add_user_nicename', 20, 1);
    add_filter( 'manage_users_custom_column','rew_add_user_row', 20, 3 );
    
    function rew_add_user_nicename($columns)  {
    	$new = array();
      foreach($columns as $key => $title) {
    	 $new[$key] = $title;
    	 //add the 2 columns after the forum role column
        if ($key=='bbp_user_role') {
    	$new['nicename'] = 'Nicename';
    	}
        
      }
     return $new;
    }
    
    function rew_add_user_row($retval = '', $column_name = '', $user_id = 0) {
    	if ($column_name == 'nicename') {
    		$user_info = get_userdata($user_id);
    		$user_nicename = $user_info->user_nicename;
    		$retval = '-->'.$user_nicename.'<--';
    	}
    return $retval ;
    }

    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

    This will add a column to the dashboard>users table to show you exactly what is set as the user nicename. I have enclosed it in arrows eg

    –>name here<–

    so you can see if there are leading or trailing spaces.

    try adding that name to the moderators and see if that works?

    #235489
    zactix
    Participant

    Hi there

    I’m still having this issue unfortunately.

    I contacted ThemeMyLogin support and they sent me to this link:
    https://wordpress.org/support/topic/error-a-variable-mismatch-has-been-detected-2/#new-topic-0

    Adding the code snippet above isn’t resolving the issue.

    Can you please advise.

    Thanks

    Thanks

    Robin W
    Moderator

    I just tried adding a user with a space in the name ie ‘test user’

    then in dashboard>forums>edit forum>moderators I typed in ‘test user’

    it did not pick up the name as I typed it so I had to type the full name, but it did accept it, and added it correctly to the forum database.

    per forum moderators are relatively new, and the 15 yr old and 8 year old threads would have been for bbpress version 1.

    so on my test site bbpress does allow moderators with spaces in the names.

    my next suggestion would be 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

    dozza
    Participant

    I have a memberpress/bbPress/Wordpress site with about 100 members. I was trying to make a user a moderator of a particular forum. I was able to change her role to a moderator by editing her user profile OK. But when I add her username to the moderator field within the edit forum screen it spins on update but never registers the username as moderator.

    I then notice the username in question is of the format ‘firstname dot space secondname’

    I didn’t think WP allowed usernames with spaces or dots (periods) but apparently, it does and the username is created when they register via a Memberpress form. By default, they are made forum participants upon registering. I want to upgrade this user to be a moderator of a specific forum.

    The user HAS managed to post a topic in a forum already as a participant.

    So i’m assuming that the problem lies in bbPress NOT allowing spaces in usernames when you try to assign them to be a moderator of a specific forum?

    I was reading a 15 year old thread here where @howtogeek provides some plugin code. I tried saving this to a zipped .php file and adding it as a plugin but Wordfence said that wasn’t a good idea, so I’m not confident using 15-year old code is such a good workaround.

    There was another old thread from 8yrs here ago where @joop.stringer suggests tweaking permalinks but I can’t seem to figure that out either.

    I’ve come across this which will maybe help me prevent this from happening again.

    But can anyone confirm that the space in the username IS the reason I can’t assign a moderator
    role user to be the moderator of a specific forum, and if there is any more recent knowledge on this issue? i.e. does bbPress actually allow spaces in usernames now?

    #235455
    Robin W
    Moderator
    #235454
    Robin W
    Moderator

    ok, for input, try

    bbp profile information

    which lets users add profile information.

    #235453
    loftus49
    Participant

    I need to create a “name registry” in WordPress (either Gutenberg or Elementor Pro) that will allow users to input their own information and create a new “name registry” listing. Trying bbpress.

    The

    alphabetical

    listing of names should be presented and when a name is clicked, the supporting information is displayed.

    Albert
    Andrew
    Agnes
    Charles
    Charles
    David

    There will be lots of duplicate names, but usually, the date, country, or some other info is different.

    Supporting information example (when “Andrew” is clicked) is Date of entry, email, info:

    Andrew Loftus – 1818
    Australia

    Do you have any knowledge of Andrew Loftus (Coachman) who was transported to Australia in 1818 after a trial in Co Mayo. He lived in Ballina but his wife Elizabeth Murphy, later lived in Crossmalina.

    Peter Kenny
    Sydney, Australia
    pk@somehost.com

    I have looked at forum plugins, directories, posts and cannot find a way to do this in WP. Most times the entry field descriptive text cannot be modified. Currently using the bbpress plugin but don’t see how I can modify the field text to ask users specific questions. I initially did it in html using a doku. But I want to covert this to WP and add the self-entered capability.

    Any suggestions or pointers? Is bbPress a viable route for this?

Viewing 25 results - 526 through 550 (of 26,672 total)
Skip to toolbar