Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 3,001 through 3,025 (of 64,452 total)
  • Author
    Search Results
  • #220943
    axelbirkner
    Participant

    Hi Guys,

    I invested some time and found the solution:

    I entered at the wordpress menu design.additional css the following lines:

    #bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p {
    margin: 80px 0 10px 0;
    }

    That made ist. Problem solved.

    All the best
    Axel

    #220936
    bobdobbs
    Participant

    Hi all.

    I’ve been asked to create a forum that should be visible only to members.
    It should entirely hidden to the public.

    I understand that this can be done with bbPress for the forum, and a plugin (or two?) to keep the forum entirely out of view of the public.

    I’d also like to make the registration process as smooth as possible.

    A form will be presented to applicants.

    Upon approval, I’d like to give successful applicants immediate forum access, without them having to register manually.

    I haven’t checked yet, but I imagine that an admin should be able to create users manually and send them membership details (after which they will be prompted to create a secure password).

    My questions:

    * What are the best tools for create privacy?
    ie, ensuring that the forum will be invisible to anyone except registered forum members?

    * What might I need to know about creating a membership-approval flow that matches the one I’ve described above? Apart from a form-creation plugin, will I need any other third-party tools?

    * Are there any ‘gotchas’ I should be concerned about when building a hidden private forum?

    Thanks.

    #220935
    Robin W
    Moderator

    not really a bbpress question, this relates to the transfer of your whole site, and you may need to google round on this, but essentially it is entirely possible

    #220921
    jason4locations
    Participant

    I want to get a forum up as soon as possible and for free, and then compare free hosts and paid hosts, to see if I can find a better host for me to use later. (I’ve found some free hosts for WordPress, and I hope one will work.) In other words, I might want to change hosts, if it is possible to change from one free host to another free host (or to a paid host), without losing my forum (and the threads of, posts of, and information about those who registered). My problem is that, while I’ve found migration tools that make a bbPress forum from different forum software (if it is called software), I haven’t found any that make a forum from the same forum software (that is used with a different host). Can bbPress, or any software, do that? If I can change the host, will bbPress automatically do that? Is it possible to change from using one free host to using another free host, while using bbPress? Thank you.

    #220913

    Topic: Bbpress theme

    in forum Themes
    Ricsca2
    Participant

    do you know a good theme for bbpress updated to 2021?

    Robin W
    Moderator

    I’m not sure how technical you are, but you can get your theme to hold a bbpress template which you can modify eg if you want to amend loop-single-reply.php you would find
    wp-content/plugins/bbpress/templates/default/bbpress/loop-single-reply.php

    transfer this to your pc and edit

    and save

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/loop-single-reply.php

    bbPress will now use this template instead of the original

    myblackf150
    Participant

    I have 5 forums but for one of them I would like to use a modified “bbpress/loop-topic-list.php” is this possible?

    Thank you.

    #220903

    In reply to: Can’t post replies

    Robin W
    Moderator

    bbPress User Roles and Capabilities

    relevant ones are:

    publish_topics
    edit_topics
    publish_replies
    edit_replies

    #220890
    gillian0606
    Participant

    I have a recurring problem with my forum posts (new topics, not replies) being emailed out to a large number of past users regardless of their current participation on the forum – according to WP Mail Log. I deactivate bbPress Notify to troubleshoot and on re-activation I see the message:
    “bbPress Notify (No-Spam) could not find an active bbPress plugin. It will not load until bbPress is installed and active.”
    Well, bbPress is most certainly installed and active. And it does seem to reload but doesn’t fix the problem.
    WP: 5.7.2 bbP: 2.6.6 site: https://gillianriley.com

    #220888
    axelbirkner
    Participant

    Hi dear Forum,

    Environment:
    Wordpress 5.7.2
    Theme: Teletype
    bbpress: 2.6.6
    link to site: http://lohntdas.de/Forum/Forum/rechner/finanzen/zinsrechner/

    I have a link to my bbpress forum under my website. When the page with the forum opens it is lying under the header. I would like to move the fourm a couple of lines down and let it not destroy the header.
    I did a record here https://youtu.be/gtTcRjM2MOM

    I would be very grateful if anybody can help me!

    Thanks a lot!

    All the best
    Axel

    #220882
    salar2
    Participant

    Hi,
    Is this right?

    #bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
      float: right !important;
      }
    #220880
    Robin W
    Moderator

    Sarcasm is useful to make a point, or no-one would use it 🙂

    I have no problem is people using different products, and would not champion Wordspress or bbpress above other products – it exists for those who find it useful, no more no less.

    If you can point @highrollerusa at how he installs Laverel + as forum software with email posting, I’m sure he’d be very grateful.

    #220871
    Ahmed ElSayed
    Participant

    Hi,

    I used the bbPress – Moderation Tools plugin to moderate bbPress topics,
    The issue now is that the pending (awaiting moderations) topics displayed to normal users on the freshness column in the forum home, I want to hide them from the front-end until I approve from the back-end.

    Thanks

    biznisoka
    Participant

    Hi,

    Have two bbpress forums on a webpage, a public one, for “usual” registered users, and private one, for “special” registered users.
    Used bbp private groups plug-in to create both groups.
    Would like to hide private forum menu item from the general registered users (not redirect to some custome page on something).
    Asked the question on plugin’s support page, but got no answer.
    Is there any code snippet or something I could use to hide the menu item which opens private forum? Now i get 404 error.

    #220862
    gasjp9ugawesg8awe
    Participant

    I am managing the BBPress website.

    I do not want to record the Posters IP address.

    But,for now,it record the Posters IP address like this.

    https://snipboard.io/KiHAGt.jpg

    Is it possible to not to record IP address on WordPress?

    myblackf150
    Participant

    By default bbPress lays out topics in rows beginning with the topic subject on each row and when clicked on, it opens into a detail page.

    What I’d like to know is, what If I just wanted a music forum where users posted YouTube links?
    I’d like the video thumbnail automatically placed at the left side of the the Topic subject on each row ( like Reddit), is there anyway at all to make this happen?

    Thank you.

    #220859
    Robin W
    Moderator

    ok, so I don’t think that is coming directly from bbpress.

    It may well be a theme or plugin issue.

    eg googling I found this :

    https://wordpress.stackexchange.com/questions/277874/creating-menu-always-gives-error-a-name-is-required-for-this-term

    so

    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

    #220858
    dredarsenic
    Participant

    Hi there, my issue is similar to this, but maybe you can enlighten me.

    I’m using bbPress for the forum on my site.

    On the front end, users should be able to submit a topic on a forum, when they try, they get a “A name is required for this term.” error, I have already reset the forum, but still has the same thing.
    Also the despite that message, the topic will appear in the WP admin dashboard under Topics, but will never show in the forum on the front end, I would like the topic created by users on the front end to appear immediately in the front end as well, any idea of code I can add to the functions.php of the theme or anything I can do ?

    #220856

    In reply to: email notifications

    Robin W
    Moderator

    This still works fine

    bbPress Notifications

    #220846
    Robin W
    Moderator

    ‘A name is required for this term’ is not a bbpress error.

    Is this site in English, or have you translated it ?

    freedealsandoffer
    Participant

    Hi Team,

    We’ve linked the login page on the header of our site. But once the user logs in, we wanted to hide the Login/Register page link and instead show then the Account page link.
    How it can be done?

    PS – We’ve already setup a bbpress login widget which does this job, but in mobile view the user has to scroll down to see the widget. So we’ve placed the page link in the header.

    Please let us know the proper solution for this issue.

    #220809
    wordplus
    Participant

    Hi there, @gloriajameson!

    What exactly info was missing about BP Better Messages plugin?

    Btw BP Better Messages plugin insert send PM link to the bbpress automatically.

    Thanks!

    #220787
    dlpalumbo
    Participant

    Hi. Newbie here. Working with a bunch of retirees. We have a website (larcAlumni.org) that uses WordPress (5.7.2). I thought using a forum would simply our communication and keep records as well.

    We had bbPress plugin, but it was deactivated. When I activated it, I did not get intro screen nor did I get Forum menu item. I do get Topics and Replies menu items. I deactivated all other plugins, reactivated and reinstalled, no change. I ran Troubleshoot and got a critical error.

    DIVI is installed with a basic, blank theme.

    Any suggestions what I might try next?

    Thanks for help, Dan

    #220775
    Chuckie
    Participant

    Thanks for your code. It has been so long now when I asked this that i am reluctant to start fiddling with my setup.

    I prefer to continue to wait until such a time and bbPress is updated rather than add bits of code to my functions file.

    At the moment what I have works for me due to the bsp settings that were added some time back.

    Thank you for the code though.

    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

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