Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 2,901 through 2,925 (of 64,452 total)
  • Author
    Search Results
  • #221610
    Marco
    Participant

    In my last post there is a wrong information. After clicking on delete in the frontend, the page with the forum overview reloads and shows topics which are pushed to trash. Curiously not all topics from “trash” are displayed in the frontend. It looks absolutly random. And its absolutly not possible to change the status of the “trashed” topic in the frontend.

    I also deactivate some plugins which extends the bbpress plugin. But that takes also no effect.

    Does anyone have an idea?

    #221592
    Robin W
    Moderator

    There are 2 standard bbpress templates, one for the topic form, and one for the reply form.

    My plugin amends these templates, but I’d bet that so does the Yuozify plugin. Plugins tend to load in alphabetical order, so the Yuozify probably takes preference, but in any case, if we reversed it, my plugin would overwrite any changes they have made.

    I don’t have access to the Yuozify plugin as it is paid.

    Chances are that if we put a combined one in your child theme it would work, but this would be beyond free help, although not expensive.

    Maybe contact me via my contact page http://www.rewweb.co.uk/contact-me/ and I’ll see if I can help further

    #221569
    Milan Petrovic
    Participant

    Hey, GD bbPress Toolbox Pro 6.5 now calculates statistics for these elements:

    • Topics with Favorites
    • Topics Favorites Totals
    • Topics with Subscriptions
    • Topics Subscriptions Totals
    • Forums with Subscriptions
    • Forums Subscriptions Totals
    • Users with Topics Favorites
    • Users with Topics Subscriptions
    • Users with Forums Subscriptions

    They can be displayed via the plugin’s own Statistics widget or via PHP function.

    Regards,
    Milan

    Robin W
    Moderator

    ok, so you have users who have a wordpress role, but no bbpress role – yes?

    If so, then testing for a bbpress role, or as you are suggesting a capability such as create_topic seems a sensible solution.

    bobdobbs
    Participant

    Hi Robin.

    I specifically want to discover if the user is logged in as a user of bbpress.

    This is to account for a case where I have some registered websites users who are not forum users.

    For the moment I’m testing capabilities.
    At the moment the only people with access to the forum are people who can create posts.

    So I’m testing of the user has the capability create_topic

    This might work, but feels a bit clumsy to me.

    #221548
    Marco
    Participant

    Dear community,

    if I want to delete a topic or a post by clicking on “Recycle Bin”, it is no longer possible to restore the topic/post because the “marked” object has already been removed from the database.
    If I click on “Delete” again, the page is reloaded and I see all the topics that I had deleted. After reloading the page, these posts have disappeared.

    I use the bbpress version 2.6.6. The wordpress version is 5.7.2. I am using the Avada theme. The forum is password secured, so it is not possible for me to share a link here.

    Thank your very much if you know how to fix this issue.

    Kind regards
    Marco

    Robin W
    Moderator

    I suspect those functions are bbpress version 1

    bbpress 2.x just uses wordpress login, so the standard wordpress function

    is_user_logged_in()

    will tell you if the user is logged in.

    bobdobbs
    Participant

    I’m wanting to create conditional logic that responds to whether a user is logged in to bbpress.

    Googling helped me to find these two functions:

    bb_current_user_can()
    bb_is_user_logged_in()

    However, when I use them, I get the error “Call to undefined function bb)…”.

    This happens even when I tie my containing function to the hook ‘plugins_loaded’, which I believe fires after all activated plugins have loaded.

    (I first tried to use the hook ‘wp’)

    So I’m just double-checking…

    Should I be able to use either of those two functions to test if a user requesting a resource is a logged-in bbpress user?

    ecarlson
    Participant

    I’m not sure if this is an issue with bbPress or BuddyPress; forgive me if I’m posting this in the wrong place. I recently added BuddyPress to my installation which already had bbPress, and I see that when a BuddyPress group has a forum, it’s added to the list of forums like the bbPress ones. Awesome!

    However, if I change the description of the BuddyPress group, the bbPress forum list still shows the old description. If I go to Forums > All Forums, I can edit the description which updates the description on the forums list. Is this a bug, or are you supposed to have to update it in two places? Is it allowing for some users to have a different description in bbPress vs BuddyPress?

    bbPress: 2.6.6
    BuddyPress: 8.0.0
    Wordpress: 5.7.2
    Site (though most of the forums are private): https://antiochfc.org/forums

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

    #221531
    joeltagert
    Participant

    I am running BBpress with the Highend theme. I have set up the forums and they look great, but the “subscribe” button is missing. “Allow users to subscribe to forums and topics” is checked in the settings. I assume it’s a theme conflict, but without the forum subscribe button, the functionality for our users is crippled. Is there any way to correct this? Thanks!

    Wordpress 5.7.2
    bbpress 2.6.6

    https://zencenterofdenver.org/forums/

    Robin W
    Moderator

    several

    \bbpress 2.6.6\templates\default\bbpress\content-single-topic.php
    if show lead topic set, calls content-single-topic-lead

    calls
    loop-replies
    form-reply

    \bbpress 2.6.6\templates\default\bbpress\loop-replies.php
    does reply list headers

    calls loop-single-reply

    \bbpress 2.6.6\templates\default\bbpress\loop-single-reply.php

    lists reply content

    Robin W
    Moderator

    ok, so if you are a keymaster then I can only suggest

    1. reset the permalinks – dashboard>settings>permalinks and just click save – this resets them.

    2. if that doesn’t fix, 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

    #221471
    uksentinel
    Participant

    Apologies for opening an old thread, given w3 total cache is not ideally suited for caching for BBPRESS – but is good for wordpress, is there an alternative cashing plugin suitable for BBPRESS or is BBPRESS generally best left un cashed ?

    Thanks

    Robin W
    Moderator

    what is your bbpress role in

    dashboard>users

    goosie00
    Participant

    I’ve done something, but I don’t know what? I think the slugs for the ‘forum’ page may have had a conflict (there was a warning message, but I changed the names), and I think the tabs went missing after I rebuilt the tables, but the tabs have totally disappeared now, and I don’t know how to get them back. Its a backend issue, as its not affecting the front end – you can still get to the forum page
    I uninstalled and deleted/reinstalled bbpress, and it hasn’t brought the tabs back.
    I’m really worried that if I delete the Buddypress plugin, I will lose my settings and customer lists of Participants. Any advice would be very much appreciated.
    bbPress Version 2.6.6
    Buddypress Version 8.0.0
    Wordpress the latest
    FORUM HERE

    #221428
    Milan Petrovic
    Participant

    My GD bbPress Toolbox Pro has notifications for keymasters and moderators when new topic and/or reply is posted, and it has a tool for users to report posts (for spam or other reasons): https://plugins.dev4press.com/gd-bbpress-toolbox/.

    Milan

    Robin W
    Moderator

    if they are not showing, then 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

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

    #221424
    Robin W
    Moderator

    This still works

    bbPress – Moderation Tools

    #221413
    joeco
    Participant

    Hello

    — getting a new error (that I’ve never seen before) when trying to register a new user

    “No {status} key found in the server response, Please try again in a minute.”

    Theme Name Kleo (kleo)
    Version 5.0.3
    Author SeventhQueen

    bbPress Version 2.6.6 by The bbPress Contributors
    bbPress – Moderation Tools Version 1.2.4 by Digital Arm
    bbPress Notify (No-Spam) Version 2.16 by Vinny Alves
    Better Notifications for WP Version 1.8.6 by Made with Fuel
    BP Profile Search Version 5.4.2 by Andrea Tarantini
    BP Registration Options Version 4.3.9 by Pluginize
    BuddyPress Version 8.0.0 by The BuddyPress Community

    Server architecture Linux 5.4.0-73-generic x86_64
    Web server nginx/1.15.1
    PHP version 7.3.28-2+ubuntu20.04.1+deb.sury.org+1 (Supports 64bit values)
    PHP SAPI fpm-fcgi

    Database
    Extension mysqli
    Server version 10.5.10-MariaDB-1:10.5.10+maria~bionic-log
    Client version mysqlnd 5.0.12-dev – 20150407 – $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $

    #221400
    Robin W
    Moderator
    #221391
    newwper3
    Participant

    Hi,
    My Bbpress allow guest reply and set it to Hold a comment in the queue if it contains
    1 or more links,
    but my Bbpress it doesn’t show the message “Your comment is waiting for moderation”, when a user comments it just shows nothing.

    How can I show the message “Your comment is waiting for moderation”?

    Thanks,

    #221380
    greenmeanie
    Blocked

    I did a EDIT in a FORUM Post but in the ACTIVITY feed it doesn’t change it?
    Is there a way to get a edit in BBPRESS to change the ACTIVITY feed on the fly when editing?

    #221375
    andreiandronachi95
    Participant

    Hello everyone! I’m working on a online store made with Magento, but it also have a forum created with bbPress and I have to make a modification but it’s the first time when I work with WordPress. After we enter in a discussion, we have the question, the answers and after Similar discussions, topics(topics that are in the same category with the question). Right now we are loading 10, but I need a button bellow and everytime when you press it to load another 10. In content-single-topic.php I have this custom code, that give us the number of similar topics, on the homepage of te category we have 50 discussion on page:

    <?php
    $direct_parent = $post->post_parent;
    if (bbp_has_topics(
        array(
            'author' => 0,
            'show_stickies' => false,
            'order' => 'DESC',
            'post_parent' => $direct_parent,
            'post__not_in' => array($post->ID),
            'posts_per_page' => 10
        )
    ))
    
    bbp_get_template_part('bbpress/loop', 'topics');

    Can someone help me to add more topics on button click with ajax or something like this?

Viewing 25 results - 2,901 through 2,925 (of 64,452 total)
Skip to toolbar