Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 3,401 through 3,425 (of 64,452 total)
  • Author
    Search Results
  • #218493
    neon67
    Participant

    On some of my sites I use wp.org/plugins/user-registration/ but it slows things down it seems to me.
    This not critical For other sites, but bbpress is lively and loads not fast. So I wanted to try something new.

    On an empty bbpress I have a letter about registration of a new user. It remains only to freeze this registration for approval by the moderator, put a flag and send a confirmation email.
    Maybe someone Who was doing this via functions.php? :)))

    #218484

    In reply to: List Of Shortcodes

    flamuren
    Participant

    Just the profile 🙂

    (If possible also a “change password” and “log out” button within the bbpress profile – this is being fixed by a guy I am paying atm)

    #218477
    purityboy83
    Participant

    hi @robin-w

    i found problem root cause

    “bbPress Simple View Counts” was the problem.

    “Health Check & Troubleshooting” This plugin is very useful
    Troubleshooting Mode is very good And a log was also left.

    
    ### Nginx Log
    2021/02/18 00:35:57 [error] 13752#13752: *888 FastCGI sent in stderr: "PHP message: PHP Fatal error:  
    Uncaught TypeError: Unsupported operand types: string + int in /source/wp-content/plugins/bbpress-simple-view-counts/bbpress-simple-view-counts.php:95
    Stack trace:
    #0 /source/wp-includes/class-wp-hook.php(289): bbpress_simple_view_counts->show_views_topic_page()
    #1 /source/wp-includes/plugin.php(212): WP_Hook->apply_filters()
    #2 /source/wp-content/plugins/bbpress.new/includes/topics/template.php(3348): apply_filters()
    #3 /source/wp-content/plugins/bbpress.new/includes/topics/template.php(3278): bbp_get_single_topic_description()
    #4 /source/wp-content/plugins/bbpress.new/templates/default/bbpress/content-single-topic.php(33): bbp_single_topic_description()
    #5 /source/wp-includes/template.php(732): require('/source...')
    #6 /source/wp-content/plugins/bbpress.new/includes/core/template-functions.php(103): load_template()
    #7 /source/wp-conten" while reading response header from upstream, client: 192.168.0.1, 
       server: fedora.h2code.cf, request: "GET /forums/topic/23118 HTTP/2.0", 
       upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "site.name"
    
    ### PHP-FPM Log
    [pool www] child 13731 said into stderr: "NOTICE: sapi_cgi_log_message(), line 611: PHP message: PHP Fatal error:  
    Uncaught TypeError: Unsupported operand types: string + int in /source/wp-content/plugins/bbpress-simple-view-counts/bbpress-simple-view-counts.php:95"
    
    [pool www] child 13731 said into stderr: "Stack trace:"
    [pool www] child 13731 said into stderr: "#0 /source/wp-includes/class-wp-hook.php(289): bbpress_simple_view_counts->show_views_topic_page()"
    [pool www] child 13731 said into stderr: "#1 /source/wp-includes/plugin.php(212): WP_Hook->apply_filters()"
    [pool www] child 13731 said into stderr: "#2 /source/wp-content/plugins/bbpress.new/includes/topics/template.php(3348): apply_filters()"
    [pool www] child 13731 said into stderr: "#3 /source/wp-content/plugins/bbpress.new/includes/topics/template.php(3278): bbp_get_single_topic_description()"
    [pool www] child 13731 said into stderr: "#4 /source/wp-content/plugins/bbpress.new/templates/default/bbpress/content-single-topic.php(33): bbp_single_topic_description()"
    [pool www] child 13731 said into stderr: "#5 /source/wp-includes/template.php(732): require('/source...')"
    [pool www] child 13731 said into stderr: "#6 /source/wp-content/plugins/bbpress.new/includes/core/template-functions.php(103): load_template()"
    [pool www] child 13731 said into stderr: "#7 /source/wp-conten..."
    

    “bbPress Simple View Counts” This plugin is out of date.
    I’ll try to disable it and think more about what to do.

    Thank you again

    Best Regards,
    Hyunho

    #218474
    purityboy83
    Participant

    Hello again?

    @robin-w

    I thought of this problem as “bbp style pack”
    Because when a problem occurs, the error is “bbp style pack” error.
    this support link

    I just updated the bbp style pack, but bbpress still problems
    I don’t think it’s a “bbp style pack” problem
    (Because no error occurs after update)

    I’m worried because no error occurred
    First, I’ll try to disable the plugin one by one according to your guide and test it.

    I will also install the “Health Check & Troubleshooting” plugin.

    Thanks

    Best Regards,
    Hyunho

    #218472
    Robin W
    Moderator

    works fine on my test site – I can only suggest 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

    #218471
    Robin W
    Moderator

    if you’re happy using bbpress templates, then grab the version from my style pack plugin

    bbp style pack

    it is in

    plugins\bbp-style-pack\trunk\templates\templates1\loop-forums.php

    it should work if you just copy it to your child theme’s bbpress folder.

    Alternately you can just use the plugin and once activated go to

    dashboard>settings>bbp style pack>forum templates

    #218470
    Robin W
    Moderator

    If you are happy to have a hands on approach to user registrations, then you probably don’t need a membership plugin.

    As far as the bbpress part goes

    forums set to public are viewable by anyone
    forums set to private are viewable only by registered users

    so if you set forums to private they will not appear to unregistered users, so only visible once a user has logged in. If you set not to allow anonymous posting (dashboard>settings>forums) , then only registered users will be able to post.

    bbpress just uses wordpress users for login and registration with an extra bbpress parameter, so you can just use wordpress to set up users.

    If you are going to have manual registration, then you turn off ‘anyone can register’ in wordpress (dashboard>settings>general>membership), and create a form using a form plugin (eg contact form 7) to let users ask to register with whatever fields you want. This will be emailed to whoever you want, who can then decide if they should allow membership.
    You can then take payment manually (eg bank transfer) or via say a Paypal link on your site.

    The approver would then add the user (2 minutes or less).

    As far as wordpress page content then use a plugin that restricts content to registered users such as

    Content Control – User Access Restriction Plugin

    finally you would use

    bbPress Messages

    to allow uses to message each other – don’t worry that this plugin has not been updated for a while – it is stable and works

    as far as I can see that would meet your requirements list.

    #218451
    kantholz93
    Participant

    I wanted to create a membership site with: Membership by Supsystic and integrate bbPress for the forum part.
    But this has been exploited on February 8th, so it’s no longer an option.

    We wanted that:
    – members can interact with each other
    – the forum is only for registered members
    – members need approval for registration (they have to pay first)
    – some wordpress pages are only for registrated members
    – all other wordpress pages are visible for everyone

    All of this was achievable with the Members by Supsystic Plugin + the paid extension to limit some pages only for members.

    Is there any alternative that works with bbPress? Our forum already uses bbPress and we wanted to keep it that way.

    Thank you very much for any help!

    This is our actual membership page on our website (idk if you need it): https://nestli-seminare.de/netzwerk/login-bereich/

    Thanks!

    Nicklas

    #218449
    uksentinel
    Participant

    FYI _ – I spent months on this topic fiddling and testing and my layout is working well now, I ended up changing to a different theme, since then so much better from a BBPRESS perspective.

    For testing, try the https://themespiral.com/themes/timesnews/ theme as see if issue persists ?

    This post actually reminded me to try again the Forum Styling and is working well with no missing sub forums etc.;-)

    #218426

    In reply to: List Of Shortcodes

    flamuren
    Participant

    Robin, I am amazed at your support and help. It feels like you ARE bbpress somehow. Hope you feel the appreciation you deserve. Big thank you for your replies 🙂

    To my concern/friendly question:
    “[bsp-profile] will show ‘My Profile’ in a clickable link to the profile” – it fixes a link if added to a new page. I want it to show the profile directly on the page without pressing a link first 🙂

    If I am using [bbp-forum-index] on a page, then the forum shows directly on that page. Not a link 🙂 Thus I was wondering if there is any way to do the same for the profile of a user? Because I would like it to show on a specific new page I have. Hope that explains it better.

    #218421

    Topic: List Of Shortcodes

    in forum Themes
    flamuren
    Participant

    How come I cant find a shortcode for the bbpress user profile?

    #218420
    mc9625
    Participant

    On the forum list bbpress doesn’t show any topic nor replies, even if the forum has at least one topic with several replies.

    Any clue?

    #218409
    Robin W
    Moderator

    hmmm…can only suggest that you try the basic fault finding….

    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

    machine1
    Participant

    Hi,
    I am having issues overriding the css in bbpress.min.css using my child theme style.css
    I have also tried the method of creating a bbpress.css in the wp-content\themes\<child-theme>\css\ folder, but that hasnt worked.

    Using a parent theme and making changes in that style.css seems to work (albeit my dev server has on an older version of wordpress).

    Specifically, I am trying to change the sizes of “topic type” and “topic status” dropdowns (or the font) as the text is cut off.

    I’m targeting the ID #bbp_topic_status_select directly with !important and still not working.

    WP version: 5.6.1
    bbpress version: 2.6.6
    URL: tinymatch.com.au/forums/forum/general/

    #218388
    rickeaton
    Participant

    In our wordpress site, our post page is set to Blog in the Homepage settings. We have recently installed bbPress and are setting have set up a forum page with the header “Community Forum”. This correctly displays the bbPress forum tree. However, when you navigate to a forum in the structure, you are directed to the Blog page which then display the forum. This is a problem because the page headers are different. We can’t figure out why this is happening or how to correct it. Any help or tips would be greatly appreciated.

    Mike Witt
    Participant

    I *think* I’m seeing an issue with bbPress (2.6.6) on WP 5.6.1. I’ve only seen it on mobile devices. What happens is that when you start editing a post in text mode there is no echo. If you switch to visual and back to text, the text appears. I’m wondering is this is related to the recently reported bug(s) in WP 5.6.1 involving TinyMCE or editing in general.

    Anybody know any more about this, or has anyone else seen a problem with mobile device text posting on WP 5.6.1?

    #218382

    In reply to: Delete Google +

    Robin W
    Moderator

    no not bbpress, you’ll need to find what is adding it

    #218381

    In reply to: Delete Google +

    Ricsca2
    Participant

    in the user profile I have the google + field I thought it was inserted by bbpress

    #218374

    In reply to: Delete Google +

    Robin W
    Moderator

    which field do you mean? – bbpress doesn’t store anything google+ related, in fact bbpress doesn’t store any social media fields at all – WordPress does, and it might also be your theme or another plugin adding these

    #218366

    Topic: Delete Google +

    in forum Installation
    Ricsca2
    Participant

    Among the user fields is Gooogle + which has not been active for a long time.
    Why doesn’t bbpress take it off?

    #218361
    purityboy83
    Participant

    Hi

    I use wordpress + bbpress

    For example, i need to write a query statement(mysql) on a topic.
    ex)
    selectid,numberfrom tab

    When an grave accent is entered, the [code] tag is automatically inserted.

    ref img : https://ibb.co/9bhG177

    I want it to be typed exactly as you type it.
    So I want to disable the function for the code tag.

    I need your help and support

    Best Regards,
    Hyunho

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

    #218343
    Robin W
    Moderator

    @mc9625 what have you got set in

    dashboard>settings>discussion>bbPress Topics for Posts Defaults>Create a new bbPress topic in… ?

    #218337
    Learner
    Participant

    @robin-w

    I was not able to attach an image describing the issue I am facing , hence asking for same. I have managed that finally and the image is attached in thereply.

    The description of this plugin reads :
    ===
    Adds an option to the Discussion meta box to use a bbPress topic instead of WordPress comments, and displays that topic beneath the post on your site.

    You can let the plugin create a new topic for you in the forum of your choice, or specify an existing topic to attach to the post.
    A topic can be attached to as many posts as you’d like, but only one topic can currently be attached to a post.
    ====
    From above my understanding is that in Discussion Metabox of a post a bbPress topic should show up, or I should be able to create a new topic. But that is not happening, though I am getting a checkbox that I have already ticked in, as shown in image I have attached.

    You say :
    “Topics for posts works on when you publish a topic, so can you start there.”

    But when publishing a topic I see no option to attach it to an existing post. Please see image under :

    Topic-To-Posts-2

    ——
    I hope I am able to clarify. I can appreciate you have limited time. If still too cumbersome or still not clear, let us forget about this. Thanks anyways.

    #218334
    Learner
    Participant

    @robin-w

    What I mean is that on activating the plugin I am seeing

    Topicsforposts

    Topicsfor-posts-1

    when I edit a post.

    However, nothing further happens – should I not get a Topic in the bbPress forums I have created with a link to the post ??

Viewing 25 results - 3,401 through 3,425 (of 64,452 total)
Skip to toolbar