Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 3,251 through 3,275 (of 64,431 total)
  • Author
    Search Results
  • #219226
    Robin W
    Moderator

    bbpress only uses wordpress login, so doesn;t change anything in this area

    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

    #219224
    jakub0ne
    Participant

    Hi,

    After installation of BBPress I notice that my User profiles have twice “Name” field…
    So we have, Name, Name, First Name, Last Name… And I can’t edit/delete any of these two “Name” fields in the settings.

    #219211
    alexeivp
    Participant

    Hi Robin,

    But if I install bbpress in another website I Can see this menú inside WordPress, why can not see in this website (noviazgos.com)? I Can’t create forums…

    Thanks a lot. Regards

    #219206
    alexeivp
    Participant

    Hello,

    I am spanish, and my english is not very well, I have problems with bbpress to install, currently I have the WP DATING theme, at first I thought that this was the reason for the problem, but I have changed the theme and I have disabled all plugins, but I continue without seeing the typical menu on the left of wordpress (forums, debate and answers). could you help me please?

    #219205
    alexeivp
    Participant

    Hi,

    I am spanish, and my english is not very well, I have problems with bbpress, i deactivated all plugins and i changed the theme, but I don’t see the menu in wordpress to manage bbpress (create forum and etc). Could you help me please?

    Thanks a lot. Regards

    #219197
    maxx203
    Participant

    Hi Robin,

    i also was not able to see this 1-2 times by my own. However i also have seen this will users edit theire posts and aksing for where the posts are.

    Is there any way to see the decision of which plugin (bbpress or akismet) was made to move the comment to spam or pending?

    This would make it more easy to find what did the false positive decision.

    force73
    Participant

    Hi guys,

    i have found the file “class-bp-core-login-widget.php” and I need to add an additional link to the users direct messages “https://url/username/messages” right under the users name within the widget (after a user is logged it).

    I am able to do in the code but this is not a correct way (break on update), so please help me, is there a way to add this simple link to the widget?

    Thanks,
    Christian

    #219195
    Lepalois
    Participant

    It doesn’t work anymore.

    WordPress: 5.7

    So it’s always impossible to have TINY on BBPress

    #219188
    useStrict
    Participant

    Hi @guruprasadmulay,

    It sounds like you could use a bridge plugin between bbPress Notify (No-Spam) and Role Scoper. I just looked it up and saw that it has been deprecated in favor of PublishPress Permissions. I’ll look into getting a bridge set up for it.

    Cheers,
    Vinny

    #219187
    useStrict
    Participant

    Hi @isc-admin,

    bbPress Notify (No-Spam) https://wordpress.org/plugins/bbpress-notify-nospam/ does support topic-author tags, along with a bunch of others.

    Cheers,
    Vinny

    #219186
    useStrict
    Participant

    Hi @madflute,

    I see you posted your comment 1 year and 4 months ago, but I’m only seeing it now – you should have posted your question on the WP.org forums, which I monitor closely.

    There are several things wrong with your comment below.

    It seems bbPressNotify is the culprit. I once installed this plugin and modified the message with it. But then when I found out it allows forum to notify only one of the three forums unless I pay for the add-on subscription, I deleted the plugin. Apparently it is still in effect.

    bbpnns will not work if it is inactive. When it is deleted, it removes all of the data. If you select one or more role to receive notifications, it will send said notifications from whatever forum to everyone in all of the selected roles. It does not limit notifications to one of the 3 forums. The Private groups add-on makes bbpnns *restrict* sending notifications to recipients who don’t have access to the forum where the message was posted.

    I need is:
    We have 3 forums
    1) Editor forum (hidden from all) – editors subscribed
    2) Contributor forum (hidden from public) – contributors and editors subscribed
    3) Subscribers forum (public) – all registered users subscribed
    Notification from each forum new post/reply

    Did I really need bbP Private Groups plugin, and did I really need notification plugin for sending out notifications, or bbP could have done this without plugins?

    No, you didn’t need any of that is you’re using subscriptions to control who gets notified. Not sure how you’re hiding (from all, from public) your forums. If you’re doing that via Private Groups plugin, then yes, you needed it. You also don’t need bbpnns unless you want to customize the notification being sent out. If you do use bbpnns, then you can simply set the override subscriptions options in the Topics and Replies tab. You can also use the Dry Run tool (under the support tab) to see how/if it’s working as you expect.

    Cheers,
    Vinny

    useStrict
    Participant

    Hi @robin-w,

    bbPress Notify (No Spam) will let you select users by roles and also let you take over core subscriptions. Selecting roles will force notifications to everyone, while overriding core subscriptions will send notifications to opted-in users.

    The plugin was originally built to notify admins, and then users asked for the ability to add more roles. Not wanting to spam people (heck, it’s a No Spam plugin, right?), I wrote the premium Opt Out add-on so recipients could choose between blocking emails entirely or allowing only notifications for forums/topics to which they subscribed.

    This was before I added the override core subscriptions option.

    Cheers,
    Vinny

    #219184
    webcreations907
    Participant

    Thanks, will check those out.

    Working on a project for bbPress, and wanted to check the most used plugins for compatibility, so wanted user input on this.

    Thanks again

    #219172
    elliesatt
    Participant

    Hi Robin, thanks for the suggestion! It executes smooth scroll exactly as before on the non-bbpress pages, but unfortunately still doesn’t work on bbPress pages.

    Any ideas?

    elliesatt
    Participant

    I’ve implemented a smooth-scrolling snippet from GeneratePress as documented here: https://docs.generatepress.com/article/generate_smooth_scroll_elements/

    The exact snippet code I use is this:

    add_filter( 'generate_smooth_scroll_elements', function( $elements ) {
      $elements[] = 'a[href*="#"]:not(.wp-show-posts-read-more)';
      
      return $elements;
    } );

    This works for everything on my main site (blog) but does not seem to work for my bbpress forum. I’ve reached out to GeneratePress and got this response:

    Hmm I’m not sure why that’s not working unfortunately.

    You will need to check with bbPress’ support to see if there is anything from their plugin that’s blocking the code from being executed.

    Do you have any ideas on how to solve this? Many thanks in advance!

    An example URL: https://300hours.com/forum/cfa/level-2/

    #219164
    bodcandidate
    Participant

    In Setting of plugin bbPress Notify (No-Spam) Settings (v2.15.2)

    On Topics tab:

    bbPress Forums Subscriptions Override Override Subscriptions to Forums.

    Enable this option if you want bbPress Notify (No-Spam) to handle bbPress subscriptions to Forums (new topics). The bbPress Setting “Allow users to subscribe to forums and topics” must also be enabled for this to work.
    Click here to learn more.
    Automatically subscribe new users to all forums.

    Enabling this option will make it so that users get subscribed to all forums the moment that they’re registered They can unsubscribe from the forums later to stop receiving topic notifications.
    Automatically subscribe all forum subscribers to newly created topics.

    Enabling this option will pull all of the forum subscribers and automatically subscribe them to the new topic so that they get notifications of new replies as well. They can unsubscribe from the topic later to stop receiving reply notifications.

    #219163
    Robin W
    Moderator

    bbp-style-pack has a list of plugins that people have found useful

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>other bbpress plugins

    #219162
    Ricsca2
    Participant

    If you want some advice, install as few plugins as possible which then you will have problems with the various updates (often most of them are abandoned).
    I only install bbpress + bbp style pack and limit, if you want to provide options to your users, also buddypres.

    #219160
    webcreations907
    Participant

    Oh sorry, I was just looking for input on what if any plugins that users like to use with bbPress forums, rather it be adding functionality and features and so on.

    Just trying to find common plugins/etc between users of bbPress.

    Hope that makes sense. 🙂

    #219158
    Ricsca2
    Participant

    I find bbpress a great forum but it has some basic shortcomings.
    For example, when a user creates or replies to a discussion, they should be automatically subscribed.
    This option is very useful to keep the forum active and who is not very familiar with forum does not know of its usefulness and does not know how to activate it on bbpress.

    Is there a way to activate it by default without using plugins?

    #219157
    webcreations907
    Participant

    Hello,

    Just wanting to get user(s) input on your go to plugins when using bbPress/WordPress as your forum, this applies to anyone that would like to share.

    Thanks 🙂

    #219154
    Ricsca2
    Participant

    Unfortunately, the importers give many problems and no one ever knows how to correct the bags.
    Try converting the forum to phpbb3 and then to bbpress

    #219147
    pittzy
    Participant

    Hi Communiy,

    perhaps, anybody can help me: I try to convert my Xoops-Forum to WordPress bbForum. I have used the convert-script from GitHub / ntwb (https://gist.github.com/ntwb/1dde44f2f77b11136888a74d9bda4668).

    The script runs thru all parts but the end of all is “nothing to convert” – see below the status-report

    Module newbb 4.4 to bbpress-plugin 2.6.6
    —————————————————————-
    Bedienfeld umschalten: Import-Status
    Import beendet.

    17.Keine themenbezogenen Antworten zu importieren
    16.Keine anonym antwortenden Autoren zum Importieren vorhanden
    15.Keine Antworten zu importieren
    14.Keine Favoriten zu importieren
    13.Keine Themen-Abonnements zu importieren
    12.Keine Thema-Schlagwörter zu importieren
    11.Keine geschlossenen Themen zu importieren
    10.No super stickies to import
    9.No stickies to import
    8.Kein anonymen Themen-Autoren zu importieren
    7.Keine Themen zu importieren
    6.Keine Foren-Abonnements zu importieren
    5.Keine übergeordneten Foren vorhanden
    4.Keine Foren zu importieren
    3.Überspringe Passwort-Bereinigung
    2.Überspringe Benutzer-Bereinigung
    1.Readying sync-table
    —————————————————————-

    I have proofed als relevant database settings, like user, password, databasename, hostname and tabel prefix. All seems to be ok?! Where is my mistake?

    Thank’s in advance for your help

    rocky642
    Participant

    i use Learning management system for WordPress like Learndesh, that mean one bbpress forum with one course, the issue the email notification is send to every student and moderator.

    how to let Bbpress email notification only send to forum’s relate moderator & student, not all of forum’s moderatior & student?

    #219122
    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,251 through 3,275 (of 64,431 total)
Skip to toolbar