Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 2,951 through 2,975 (of 64,430 total)
  • Author
    Search Results
  • #220991
    uksentinel
    Participant

    There are a few Image Compression Plugins such as ……

    WP Smush
    ShortPixel
    Optimole

    I am interested if any one has used or could recommend an Image Compression Plugins that works well with BBPRESS ?

    Thanks

    #220975
    jason4locations
    Participant

    I’m new at this, so this might not be a good question. Can I use

    Dashboard: Appearance > Customize > Additional CSS

    to make “No Topics” go away? If not, is there an “easy” way to do it, that just involves pasting code somewhere?

    I was able to make my site look nice using < li >, except for the fact that “No Topics” showed up scattered all over the page. I used < li > in one category or forum, and it effected all the others, which was good. So, now I’m trying to make “No Topics” go away.

    My site is at dancing4locations.org. If you go to my site now, it doesn’t look as good as it did before, when I was using parents (with < li >). I’m using version 5.5.5 of WordPress, and version 2.6.6 of bbPress.

    I’m sorry that my last post was marked as spam. It think it had to do with the fact that I didn’t put spaces between <, li, and >, and I kept on trying to edit it.

    Thank you.

    #220967
    cvaliandes
    Participant

    Hello,

    Is there a way to add custom emojis for bbpress? or is there a plugin that can be used to add more emojis?

    Thank you!!!

    pandex
    Participant

    I want to make changes to the forum without using plugins, I want to mess with the code, but I don’t know where I get it and where to start

    #220955
    jason4locations
    Participant

    I made a bunch of forums using parents. But, when I go to view it, I see nothing like the rows of categories and boards that I am used to seeing with forums. Instead, I just see the name of a forum in the middle of the page. My site is at dancing4locations.org. I’m using version 5.5.5 of WordPress, and version 2.6.6 of bbPress. Thank you.

    myblackf150
    Participant

    Sure Robin,
    I wanted to show thumbnails on this forum, where the others don.t
    There are different sized fonts. I placed a table layout so that it looked more the way I wanted to when it is on mobile.
    It works across all forums but I just want it to work for my music forum.
    So when the music forum is called, I don’t know if and how I can tell bbpress to use the aforementioned modified “loop-topic-list”

    Thanks

    #220950
    Robin W
    Moderator

    Step by step guide to setting up a bbPress forum – Part 1

    item 6 describes what you want to know, but in essence just set the forums to ‘private’

    If you need a more complicated setup, then use

    Private groups

    For users, if you are setting up manually, then you just need to create them in wordpress (bbpress just uses wordpress users and login), just make sure you’ve turned off auto registration in

    dashboard>settings>general>membership is unticked

    and that in

    dashboard>settings>forums>Roles is ticked and users assigned the participant role

    #220947
    Robin W
    Moderator

    ok, my initial suggestion would be to deactivate bbpress and see if that fixes.

    After that I do the usual troubleshooting :

    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

    #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

Viewing 25 results - 2,951 through 2,975 (of 64,430 total)
Skip to toolbar