Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,176 through 6,200 (of 64,401 total)
  • Author
    Search Results
  • #198975
    cacarlyle
    Participant

    Hi there, first of all, sorry if this is something everybody knows, i did try to google it but came up with only things that aren’t the same as what i’m looking for.

    What i would like is for an image preview of some sort to come up within the post or reply, in bbpress, whenever somebody pastes a URL. Ideally it should only happen for the first URL in each post or reply, and ignore any subsequent URLs, but if that’s fiddly then just something that will generate previews for any URLs posted would be very helpful.

    Here is an example of it not happening: https://yesbook.scot/forums/topic/the-greatest-argument-of-all/

    That’s me posting an OP in my bbpress forum, and as you can see i pasted some text from a web page, and then a URL link to the page. Now what would be ideal is if the post also automatically showed a picture, drawn from the URL, inline within the bbprss post, in the same way that facebook pulls a picture in when you post a URL on their site.

    Is there a plugin that does this, or some simple tweak i can make to the config files of the site to make this happen? I’m not totally ignorant of how to use php and CSS but for the sake of argument, please assume that i am, because it isn’t far from the truth!

    Thanks in advance for any assistance you can provide.

    It is currently WordPress version 5.1 and bbPress version 2.5.14-6684
    I am using DI Business Responsive theme, though i don’t think that makes much difference for this particular question.

    #198972
    csstanton
    Participant

    I have a need for the following to happen:

    1.) New User is created in bbPress

    2.) A Thread is automatically created inside one Forum (Private Forum) that is PRIVATE from all eyes but Admin and that new user

    3.) If a Logged In User who is not Admin accesses the Private Forum, they will only see their own Private Thread. The Admin will be able to see all threads.

    Can anyone point me in the direction of how this is possible?

    aidan1387
    Participant

    I’m trying to import IPB database to bbPress with “Tools>Forums>Import Forums”.
    But I always get a log that nothing is converted:

    
    Conversion Complete
    
    No reply_to parents to convert
    
    No replies to convert
    
    No tags to convert
    
    No super stickies to stick
    
    No stickies to stick
    
    No topics to convert
    
    No forum parents to convert
    
    No forums to convert
    
    No passwords to clear
    
    No users to convert
    
    Starting Conversion
    

    Select Platform == Invision.
    IP.Board version is v3.4.6.
    How I could troubleshoot this? Where should I start at least?.

    #198933
    byzane
    Participant

    I’ve been doing a lot of research and I am wondering the same thing. The closest I have found was this:

    Allow Participants to Trash / own Topics and Posts

    However, that was posted 2 years ago and it seems the code doesn’t work anymore. Ironically, @robin-w it’s your modification xD. Would you mine dropping some insight as to why the code isn’t functioning properly anymore, please. 🙁

    #198924
    ryolu22
    Participant

    Hay. New here. I tried to create a theme from scracth using pure html php and etc

    At first, it was normal. It functions normally and the UI is not as messed up as right now.

    And now out of anything, it suddenly messed up. Checkout my website here if you wanna see it https://psikologipolda.com/konsul-online/

    I tried uninstalling bbpress, tried using different way of calling the forums and it still doesn’t work. Try looking at the css and tweak it, still doesn’t change.

    Any idea? or any place I should edit my code?

    FYI the page only used:
    the content.php (that is used as a template for any content including the forum)
    and the custom template for that page only.php

    #198920
    Robin W
    Moderator
    #198919
    Antipole
    Participant

    My site has been suspended by my ISP twice in the last couple of days for ‘malicious activity’, which turns out to be breaching their new limit of 10 addressees per email. (Most of my forums currently have 123 subscribers.)

    I have had to disable the sending emails for new topics entirely, until I have a solution.

    Breaking up these emails is pretty essential as most ISPs are now imposing some limit on the number of addressees, although my ISPs limit of 10 must one of the lowest.

    I have no indication that bbPress is going to address this, so I may have to develop something myself. In this thread a couple of approaches are mentioned. But before I start digging in to bbPress core, does anyone have any suggestions/pointers?

    PS I am using GD bbpress Toolbox to format the emails and do not want interfere with that function.

    #198874
    amnion
    Participant

    I have not been able to delete bbpress. The reset tool does not work.

    #198859
    mechi
    Participant

    Hi,

    we’re running bbpress and our users should be able to delete their own posts.
    We’ve blocked the wordpress menu bar on top of the page after a user is logged in.
    How is it possible to delete posts in the frontend without switching to the backend of wordpress?

    Thanks,
    Daniel

    #198858
    Yudhistira Mauris
    Participant

    Hello,

    I want to filter forum/topic subscribers using these filters

    bbp_topic_subscription_user_ids

    and

    bbp_forum_subscription_user_ids

    based on forum/topic ID.

    But when I see the filter, it only passes

    $users

    as the argument. Should we add forum ID/topic ID as the second argument to the filters so we can check the forum/topic ID before filtering the users?

    I want to make a pull request, but it seems bbpress doesn’t have public repo that accepts pull request.

    Thanks!
    Mauris

    #198857

    In reply to: Breadcrumb

    raugul
    Participant

    Help me with this one.

    Block on top of the forum

    #198856

    In reply to: Breadcrumb

    raugul
    Participant

    These changes I made in php files
    BbPress plugin
    \wp-content\plugins\bbpress\templates\default\bbpress\content-single-forum.php
    \wp-content\plugins\bbpress\templates\default\bbpress\content-single-topic.php
    Add this
    <?php bbp_breadcrumb(); ?>
    After this
    <?php bbp_get_template_part( ‘pagination’, ‘replies’ ); ?>

    #198825
    amnion
    Participant

    I need to delete bbpress completely and start from scratch. Not just uninstall and reinstall. I need to delete all the data. I have gone to tools –> forums and did the whole reset forums several times, checking both options, checking one option. The page merely refreshes but all the data remains intact. How can I get rid of this manually?

    #198824
    amnion
    Participant

    Never mind. I can’t even delete it to start over. The bbpress reset in tools does nothing at all.

    #198821
    angeljs
    Participant

    I’m using the latest versions of both WP and bbPress

    #198819
    angeljs
    Participant

    For some reason, the sidebar content does not show on the forum profile page. I’ve tried different themes and deactivating all plugins, but nothing helps.

    bbPress Profile Page

    All Other Pages

    #198817
    amnion
    Participant

    It seems to be an issue finding all the replies. In the database all those posts have the type “reply” as post_type. I don’t get it. The link matches the format for forums and topics, which are able to find all the posts just fine.

    …/wp-admin/edit.php?post_type=reply

    In addition to this, all the reply post authors are being input as 0, which makes them anonymous. I have that unchecked in the settings.

    Is there a way to permanently delete bbpress and all its contents so I can reinstall fresh? EDIT: I found the answer to this question. https://codex.bbpress.org/getting-started/installing-bbpress/deleting-bbpress/

    #198814
    Robin W
    Moderator

    not really bbpress related – This is server/theme/other plugins issue.

    My test site which is full of stuff takes 1-2 seconds for a post, it is on a shared server, so depends on what else is happening on that server with other websites.

    I would ask that why your forum is so dependant on the need for lightening speed of posting, is the content really that boring ? Few users worry about posting speed, as longs as the site displays posted stuff in good speed:-)

    #198813

    In reply to:

    Robin W
    Moderator

    not really bbpress related – This is server/theme/other plugins issue.

    My test site which is full of stuff takes 1-2 seconds for a post, it is on a shared server, so depends on what else is happening on that server with other websites.

    I would ask that why your forum is so dependant on the need for lightening speed of posting, is the content really that boring ? Few users worry about posting speed, as longs as the site displays posted stuff in good speed:-)

    #198812
    Jing
    Participant

    Hi,

    We have a site in soft launch. The forum is its key function.

    We are seeing each post takes a very long time to submit. A reply will take like 5 seconds. A new topic, about 3-5 seconds. There are no more than 3 people intermittently posting on the forum now since we are still in a beta mode.

    We have not done any customization regarding the function. The only other bbPress related plugin we have installed is bbPress Toolkit. (https://wordpress.org/plugins/bbp-toolkit/) No other types of post are posting as slowly as the forum topics and replies now. bbPress is now by far the slowest component on our site.

    What shall we try to make the forum post faster, like maybe this one?

    Shall we change the caching level? We are using WP Rocket Cache.

    At the same time, we noticed that the bbPress is sending notifications out before completing a submission. Can we change it so that it takes submission then send out notification later?

    Thank you so much! We have been struggling with this for days now. Desperately need your help.

    Jing

    #198807
    amnion
    Participant

    Done the resetting permalinks, then deleted and reinstalled bbpress. Problem persists.

    #198806
    Robin W
    Moderator

    the link all looks good

    couple of other suggestions

    1. This could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings->Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.

    2. A reinstall of bbpress. You won’t lose any data if you decactivate and then delete the plugin.

    #198805
    amnion
    Participant

    Activated 2019 theme. Problem persists.

    Deactivated all plugins except bbpress. Problem persists.

    #198803
    Robin W
    Moderator

    It could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentyfifteen, 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.

    Then come back

Viewing 25 results - 6,176 through 6,200 (of 64,401 total)
Skip to toolbar