Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 276 through 300 (of 64,396 total)
  • Author
    Search Results
  • #242173

    In reply to: This forum is empty

    Robin W
    Moderator
    add_filter( 'gettext', 'rew_translations', 20 , 3 );
    
    function rew_translations( $translated, $text, $domain ) {
    	if ($domain != 'bbpress' return $translated;
    	if ( $translated == 'This forum is empty.' ) {
    		$translated = 'new text';
    	}
    	return $translated;
    }
    #242143
    Robin W
    Moderator

    this is related to your theme, rather than anything in bbpress, so sorry not able to help

    #242129
    gkldh
    Participant

    hello @robin-w, thanks for reply.

    i am fresher in bbpress, kindly suggest me how can i do this ? any function or shortcode ?

    arrivalus
    Participant

    [28-Nov-2024 00:18:30 UTC] PHP Notice: Trying to access array offset on value of type bool in /www/wwwroot/NEWBEETLE-CLUB.RU/wp-content/plugins/bbpress/includes/admin/parser.php on line 1289

    arrivalus
    Participant

    Good afternoon, I am having an issue with migrating from vBulletin. Even if I don’t change anything in the script settings, including not entering the database password, it gets stuck on step 1 for two days. Of course, I tried entering all the necessary data, but that did not help. I also tried downgrading the PHP version from 8 to 7, but that also didn’t work. It just stays stuck on step 1.
    There are no errors in the logs either. Perhaps there is a separate migration script log, but I couldn’t find it. I am asking for help.

    #242060
    gkldh
    Participant

    hello, i am regular user in bbpress & buddypress. i am tried add full width banner in topic list page. but both side sidebar also there. i have no idea how can i do this. kindly anybody suggestionme or help me.
    screenshot
    https://prnt.sc/f3-C3nMDy6OO

    thanks
    with regards
    Gaurav

    #242017
    Robin W
    Moderator

    sounds like a wordpress rather than bbpress issue.

    The first thing I would do is install wordfence, and get it to notify you whenever an admin logs on, and possibly also when a non admin logs on

    wordfence>all options>email alert

    I’d also run a scan to see if wordfence detects any issues with themes plugins and files

    I’d then switch on brute force protection to lock out repeated attempts

    wordfence>all options>brute force protection

    This might help you work out when and how.

    how many users do you have? how many are admins? how many are moderators?

    #242013
    Robin W
    Moderator

    ok, thanks.

    I cannot see why it would do this, unless it thinks it is a bbpress page and should add the sidebar.

    Is it doing this for any bbpress shortcode – maybe as a test try some others and then come back

    Robin W
    Moderator

    so which of the methods in this link item 3 are you using?

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

    thinlizzie
    Participant

    Hi,

    Spammers are able to add pingbacks to my forum even though this is disallowed (in blog settings). So they are not logged-in users who are adding spam comments to a topic, but they are externally able to “comment” on the forum itself.

    My site is a dating site, so has a sub forum “Personals”

    The URL takes the form …

    domain/forums/forum/personals

    They can add pingbacks to this “Personals” sub-forum which display below (ie. outside) the forum as, for example …

    “3 Thoughts on Personals” :

    Pingback: (spam link)
    Pingback: (spam link)
    Pingback: (spam link)

    Any help would be appreciated in solving this.
    It’s not a new issue, has been on my site for several years.

    bbpress 2.6.9
    wordpress 6.0.9
    buddypress 10.6.4

    #242007

    In reply to: PHP Deprecated

    jakerouge
    Participant

    Hi there,

    Was there ever a fix found for this as I still have the depreciation warnings. I have tried both these plugins and neither work.

    Deprecated: Creation of dynamic property BBP_Forums_Component::$members is deprecated in /website/wp-content/plugins/bbpress/includes/extend/buddypress/loader.php on line 149
    
    Deprecated: Creation of dynamic property BBP_Forums_Component::$activity is deprecated in /website/wp-content/plugins/bbpress/includes/extend/buddypress/loader.php on line 153

    Thank you in advance

    #241977
    Robin W
    Moderator

    ok, not totally sure I understand.

    so you are putting the actual topic_id in ?

    eg

    [bbp-single-topic id=265]

    and not sure I understand what ‘it pulls the bbpress forum sidebar widget ‘ means – do you have a link to a live example?

    seeanimalswild
    Participant

    Is this something that the poster can do? There is obviously an issue as the site grows if app links need to be made by me?

    The idea, is bbpress forum one is similar to twitter in length – people can quickly add news or information they have discovery, then on bbpress forum 2 a user can link to some news or information from blog 1, and write a more detailed article on the ‘tweet length’ post.

    I hope that makes sense – I’m very thankful for the above help, and it will help, but what I’m wanting is to give blog 2 the ability to automatically link to the post they are writing about in blog 1 – this would avoid the need for an administrator to go in later (if this becomes a popular feature, it could rapidly become a lot of work).

    I hope this is something that is doable – i don’t yet have any i can go have a look at.

    If it can do this (posters link, internally) then bbpress is more powerful than I realize

    #241965
    Stephen B
    Participant

    I want to show a single topic on my homepage, on top of the page.
    When I use the shortcode [bbp-single-topic id=$topic_id] it pulls the bbpress forum sidebar widget as well. I am not sure if it’s incompatibility with the theme or normal behavior.

    Is there PHP code I could use instead to pull a single topic? Maybe I could then use that to create a custom template for the homepage.

    Thanks in advance

    #241955
    Robin W
    Moderator

    ok, so that error tells you it is a problem with the plugin gd-topic-polls

    'call to undefined method xxxx in ...public_html/wp-content/plugins/gd-topic-polls'

    That plugin is not written by bbpress and

    GD Topic Polls: plugin for WordPress and bbPress Forums

    says that the free version it is no longer being maintained.

    There is a paid version at

    https://www.dev4press.com/plugins/gd-topic-polls/

    and if you have bought that version, then you need to raise a support ticket with them.

    If you have the free version, then if you want to continue to use this plugin, you would need to buy the paid version

    #241944
    anxioustoddlers
    Participant

    Hello,

    As suggested from the error shown
    https://prnt.sc/aa0FBVqUR-XT

    We have checked the error logs and get this error:
    https://prnt.sc/Fim9WyQXj8Np

    Do we have a way to share logins to the bbPress developers and to address this issue?
    https://prnt.sc/Fim9WyQXj8Np

    seeanimalswild
    Participant

    My website (www.seeanimalswild.com) is a blog giving news on the natural world and environment.

    I am creating a short form forum with bbpress, to allow readers to add brief news summaries that might have been missed by the main blog.

    What i am looking for, is the ability to link a readers brief news summery in bbpress, to an article on the subject, whether this is on the main blog, or on another long form forum on the website. Is this possible?

    It seems simple, but it does require me to be able to add a link (or connect a link) to a post not made by me? Thank you for any help. I’ve included my website address, but the forum in question does not yet exist. It would also be useful, if someone writing a long form post on a forum, could link it to the brief summery themselves, but this may be to complex.

    Thank you for your time and any help

    #241911
    anxioustoddlers
    Participant

    When trying to post in the forums it goes to a critical error on website page:
    (https://www.loom.com/share/76cfb06888cb49d5b86d74be019e208a?sid=78aebdd8-76f2-4c44-bfb8-d9b7aabc750c)

    replicated issue when creating a new topic on https://atparentingcommunity.com/forums/forum/create-a-thread-to-talk-to-natasha/
    https://prnt.sc/5J7El7AltGIq

    We found that an error was caused by the bbpress-addon-for-membermouse and bbPress plugins:
    https://prnt.sc/9vC5yLWjxvL6

    Can you please troubleshoot and see how to fix this issue.

    Let me know if you need anything.

    Regards,

    #241896
    GyziieDK
    Participant

    Hello @quantum_leap

    First, sorry for tagging’ you out like this, but since this is an older post I thought it might be necessary. 🙂

    I’m also running into the same issue. The only difference is that I’m not using forums within my groups – since this makes no sense for my setup. My users can use the main forum for their needs.

    The groups have been setup from within the admin panel, so not sure if that has anything to say.

    My issue is in this case not within groups, but within user profiles. The problem is exactly the same as Sky mentioned above. The pages are setup to show 15 per page and it only shows items on page 1 – even if I choose page 2, 3 and so on.

    I tried setting up the 2 new files you mentioned above within my child theme, but this only echos out the “No topics found.” both in the top of the container – and in the bottom where the pagination normally is. The topics and replies are still shown within my theme, but now pagination is gone.

    Any ideas on how to fix this? – I did troubleshoot different things, and I also can’t seem to figure out anywhere else this bug would be but bbPress.

    Hope you’re able to help! – Thanks in advance!

    #241882
    Robin W
    Moderator

    Until the bbpress authors (basically WordPress who own bbpress) decide to support block themes, then style pack is the only way i have come across.

    #241859

    In reply to: Search Features

    bobjgarrett
    Participant

    I have now got this working but for others that might find the problem it appears that this only works with the theme I have by copying the file “content-search.php” into a bbpress folder within a child theme.

    #241850
    kaihanga2
    Participant

    Hi

    I’m using BBPress with BuddyPress in a WordPress site with MicroOffice theme. We’ve notice recently that the BuddyPress Activity Feed is no longer updating when someone Favourites a Forum post inf BBPress. I’ve tried turning off all other plugins to no avail.

    Does anyone have any ideas please?

    shaynald
    Participant

    Hello,

    On my latest site, the ‘Subscribe’ or ‘Unsubscribe’ button does not show on the Forum page while the Elementor Pro plugin is active.

    This is true when my theme (a child theme of Total) is active. It is also true when the “Twenty Twenty” theme is active.

    I have ruled out conflict with other plugins.

    I am running the current versions of core, theme, and all plugins. The relevant pieces are:
    WP Core: 6.6.2
    Total, Parent Theme: 5.19
    BBPress:2.6.11
    Elementor:3.25.3
    Elementor Pro: 3.25.2

    Unfortunately I cannot share a link to the forum as it is behind a gateway.

    Thank you in advance for any assistance.

    #241836
    deborahdavidson
    Participant

    When I add a post to one of our forums (and press submit) it looks like it hasn’t uploaded but if you open another tab with the same forum in it – the new post is there. Do you know why this would be happening? It does mean that we sometimes get duplicate posts. We are also using MemberPress (if that’s relevant). Many thanks

    WordPress version: 6.6.2
    bbPress version: 2.6.11

    Home

    #241801
    titis14
    Participant

    Hi, enjoy your meal if you’re still in your kitchen :).
    After exporting everything and doing a fresh install I installed WP then the theme then bbpress it was OK.
    I then imported everything with the wordpress tool it’s OK.

Viewing 25 results - 276 through 300 (of 64,396 total)
Skip to toolbar