Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 2,026 through 2,050 (of 26,830 total)
  • Author
    Search Results
  • #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 🙁

    #216545
    kjah456
    Participant

    Hi Experts,

    I could not find an answer to my question in other topics – correct me if I there was already an issue like that.
    I’m using

    • WordPress 5.3.4
    • BuddyPress 6.3.0
    • bbPress 2.6.5

    …with some other plugins I already deactivated (without solcing my problem). Please let me know if you need information about them as well.

    Problem: The notification within the Webpage is always just “bbp_new_reply” “sometime ago”. It is not linked/ specified.
    Do you have an idea where this comes from? Maybe someone else already had such an issue?

    Even when I click the notification I receive via email, it leads me to the main page only.

    Thanks a lot!

    #216514
    Gunilla
    Participant

    In my forum I have set bbPress to show 30 subjects on each page. When there are 32 subjects and I click on page 2 I get a 404-page. How do I get page 2 with another 30 subjects?
    I have WordPress 5.2.2 and bbPress 2.6.6. The site is https://seniornet.se. The forum is only for members and needs login.

    #216505
    Robin W
    Moderator

    install

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>login failures

    #216495
    purityboy83
    Participant

    Hi

    I use
    WordPress + BBPress and Advanced Editor Tools (previously TinyMCE Advanced)

    The classic editor is activated and in use

    Now My site forum
    ——————
    change the line by input the enter key, it operates as a p tag (paragraph)

    change the line by input the shift+enter key, it operates as a br (br /) tag
    ——————

    I would like to use a br tag like this forum.

    my site(forum) is now the br tag only works with shift + enter
    (if input the enter key, it operates as a p tag)

    I want to use the br tag at the line break when I type Enter.

    how to it’s change?

    Best Regards,
    Hyunho

    #216494
    cinnamonswirl
    Participant

    Hi,

    I get a new email everytime someone posts a new topic in my forum. Is this possible to disable?

    I have tried using the plugin https://wordpress.org/plugins/bnfw/ but no luck.

    Thanks.

    #216480
    pflanzenoma
    Participant

    Hello,

    I’m very new to bbpress as well as wordpress. Trying to configure a BBS for my friends of exotic plants I have a lot of problems.
    I’m using WP Version 5.6,bbPress Version 2.6.6, main theme ocean wp, and the bbp style pack Version 4.7.0 is installed. But no styling works. Nor the background color nor the text size.

    “No bbpress files have been changed in the theme” and
    “This sentance should have a green background”

    are both green.

    I wish to have Forum/Topic Headers/Footers within bars as shown as No 2 in the picture of the Forum index styling. But there are no bars.

    The provisory URL of the site is

    Hoping for help. Thank you.

    Pflanzenoma

    #216462
    silviach
    Participant

    how do I change some admin forum posts to another user? I am both admin and keymaster.

    WordPress version: 5.5.3–it_IT
    bbPress version: 2.6.6
    site: https://www.durecomemuri.it/forum/wp-admin/

    #216454

    In reply to: Change layout

    Robin W
    Moderator

    Depending on what your question means

    bbp style pack

    #216431

    In reply to: Development bbpress

    Robin W
    Moderator

    bbpress is designed to be light weight – indeed the authors say

    We’re keeping things as small and light as possible while still allowing for great add-on features through WordPress’s extensive plugin system.

    That is their choice

    you can through additional plugins do all the above

Viewing 25 results - 2,026 through 2,050 (of 26,830 total)
Skip to toolbar