Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 3,376 through 3,400 (of 64,428 total)
  • Author
    Search Results
  • #218366

    Topic: Delete Google +

    in forum Installation
    Ricsca2
    Participant

    Among the user fields is Gooogle + which has not been active for a long time.
    Why doesn’t bbpress take it off?

    #218361
    purityboy83
    Participant

    Hi

    I use wordpress + bbpress

    For example, i need to write a query statement(mysql) on a topic.
    ex)
    selectid,numberfrom tab

    When an grave accent is entered, the [code] tag is automatically inserted.

    ref img : https://ibb.co/9bhG177

    I want it to be typed exactly as you type it.
    So I want to disable the function for the code tag.

    I need your help and support

    Best Regards,
    Hyunho

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

    #218343
    Robin W
    Moderator

    @mc9625 what have you got set in

    dashboard>settings>discussion>bbPress Topics for Posts Defaults>Create a new bbPress topic in… ?

    #218337
    Learner
    Participant

    @robin-w

    I was not able to attach an image describing the issue I am facing , hence asking for same. I have managed that finally and the image is attached in thereply.

    The description of this plugin reads :
    ===
    Adds an option to the Discussion meta box to use a bbPress topic instead of WordPress comments, and displays that topic beneath the post on your site.

    You can let the plugin create a new topic for you in the forum of your choice, or specify an existing topic to attach to the post.
    A topic can be attached to as many posts as you’d like, but only one topic can currently be attached to a post.
    ====
    From above my understanding is that in Discussion Metabox of a post a bbPress topic should show up, or I should be able to create a new topic. But that is not happening, though I am getting a checkbox that I have already ticked in, as shown in image I have attached.

    You say :
    “Topics for posts works on when you publish a topic, so can you start there.”

    But when publishing a topic I see no option to attach it to an existing post. Please see image under :

    Topic-To-Posts-2

    ——
    I hope I am able to clarify. I can appreciate you have limited time. If still too cumbersome or still not clear, let us forget about this. Thanks anyways.

    #218334
    Learner
    Participant

    @robin-w

    What I mean is that on activating the plugin I am seeing

    Topicsforposts

    Topicsfor-posts-1

    when I edit a post.

    However, nothing further happens – should I not get a Topic in the bbPress forums I have created with a link to the post ??

    #218321
    Learner
    Participant

    What I mean it is that on activating the plugin I am seeing

    topicsforposts

    when I edit a post.

    However, nothing further happens – should I not get a Topic in the bbPress forums I have created with a link to the post ??

    #218312
    ibnat
    Participant

    I agree with the original poster. the list of plugins leads to many outdated and unsuported so it may be good to add a filter for plugins that are usable for the latest version?

    For me the bbp style pack has been the most usefull along with (thankyou Robin!) 🙂

    These are the plugins i have installed so far…

    bbP Signature
    bbp style pack
    Hide Admin Bar From Front End
    Image Upload for BBPress
    reCaptcha by BestWebSoft
    Site Kit by Google
    Smush
    Super RSS Reader
    WP Mail From II
    WP User Avatars
    Yoast SEO

    Im looking for………….

    Add smilies/emoticons to tinyMCE
    Upload of attachments such as sound files and video to play inside a post
    External Links to open in a new tab…

    Nice to meet you all 🙂

    #218310
    pepdoca
    Participant

    Next Update Aft Feb 11, 2021.
    Having looked more into the WP post table, it turns out that the post_parent value has been associated with the forum id (fid) from MyBB and as such the importer converts each of these unassociated reply entries as a new topic as it can’t create the reply association needed by BBPress that relies on replies post_parent being tied to the initial post/reply in a topic.
    Based on this latest understanding I expect I am going to have to go in to the MyBB post table and manually populate the replyto column as this is not likely something that can be resolved, based on my knowledge, by changes or updates to the converter. I am going to create a duplicate install of my latest MyBB installation and test this process to see if I am correct.

    mc9625
    Participant

    I would like to automatically create a topic on bbpress for every post I publish. I use different categories, so far I’ve created one forum for each category.

    I’m using bbpress topics for posts plugin, but it doesn’t fit. Since it creates a post only when there’s actually a comment.

    Is there any other solution to achieve that?

    #218297

    In reply to: move moderation

    Robin W
    Moderator

    you will be looking for

    `<?php do_action( ‘bbp_theme_before_reply_admin_links’ ); ?>

    <?php bbp_reply_admin_links(); ?>

    <?php do_action( ‘bbp_theme_after_reply_admin_links’ ); ?>`
    in

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

    or in the bbpress templates section of your theme

    and look to move that under

    <?php do_action( ‘bbp_theme_after_reply_content’ ); ?>

    Don’t forget to out any changed files into a child theme to prevent them being overwritten

    #218283

    Topic: 404 error

    in forum Troubleshooting
    kealarafana2020
    Participant

    HI I am using bbpress with memberpress to control forum access with members.
    we have two membership levels. and a different forum for each membership.
    The first one set up without a hitch.

    The second one was set up the same way but the access is not correct. It should say a particular member group. instead it says public. and when people are logged into memberpress and should have access the page says 404 error not found
    I think my memberpress rules are set up correctly as they are identical to the settings for the forum that is working. WHat coould I be missing here?

    #218279
    Mylo curtis
    Participant

    i have installed bbpress , i am an administrator , i assigned the role to user moderator (the highest show role) i can only see topic and replies tab only on my WordPress dashboard

    i saw other support queries tried every thing but cant fix it

    i set permanlinks also

    cant assign keymaster as its not visible in option

    https://www.theislamicquotes.com/ is the site

    #218277
    Robin W
    Moderator

    there are filters for topics and replies

    bbpress 2.6.6\includes\topics\functions.php lines 389 and 705

    $redirect_url = apply_filters( 'bbp_new_topic_redirect_to', $redirect_url, $redirect_to, $topic_id );
    $topic_url = apply_filters( 'bbp_edit_topic_redirect_to', $topic_url, $view_all, $redirect_to );

    bbpress 2.6.6\includes\replies\functions.php lines 473 and 768

    $reply_url = apply_filters( 'bbp_new_reply_redirect_to', $reply_url, $redirect_to, $reply_id );
    $reply_url = apply_filters( 'bbp_edit_reply_redirect_to', $reply_url, $redirect_to );

    which Weglot can apply query args to

    #218274

    In reply to: BBPress set-up problem

    Robin W
    Moderator

    how are you installing bbpress ?

    normally I would expect you to go into

    dashboard>plugins>add new and select bbpress, install and activate

    bbpress does not have ‘welcome to the bbpress installer’

    #218273
    kwager01
    Participant

    Hi,
    My current WP configuration
    – WordPress version: 5.4
    – BBPress version : 2.6.6
    – Website Link : https://kam-webagentur.fr

    Problems encountered :
    I installed WordPress but I am having a problem installing “bbpress” which I want to integrate with WordPress.

    I arrive at the “Welcome to bbPress installer” installation interface
    and this is the error message I get once I run the installation.

    Fatal error: Call to undefined function: wp_check_invalid_utf8 () in /www/forum/bb-includes/functions.wp-core.php on line 60

    What is the procedure to stop getting this error message ???
    Thank you in advance…

    #218270
    chussman
    Participant

    Hi there,

    Im using Weglot to translate my website. I have 12 forums. A forum for each language.

    I have a serious problem, if I am viewing, for example, my website in Spanish, and I publish a new topic or respond to an open topic, my website loses the current language when I hit the send button.

    I have spoken to Weglot technical support and they tell me this:

    It seems that I’m not able to reach the form action that redirects to the URL with /forums/topic/title_id
    There’s always a 302 redirection to the next URL and I’m not able to counter that.
    I think this setup is made her > https://desa.laprairievirtualbaevent.com/wp-admin/options-general.php?page=bbpress
    However, I’m not able to add a condition regarding the current language.
    Can you maybe contact BBPress support asking them how can we add a condition regarding the current language or the current URL?

    How can i fix this? Is very urgent!

    #218268
    Robin W
    Moderator

    ok, hard to help without a link – a bit like trying to fix a car by email 🙂

    try

    #bbpress .post-navigation {
    display : none !important ;
    }

    add this to your theme’s custom css

    christianlersch
    Participant

    With bbPress 2.6.6 I have the following problem:
    I use bbPress only in Buddypress Groups. Every Group can has a forum. If somebody create a topic it post a activity post in the activity stream of that group with all information of the new topic. Then I edit the topic in the forum and change the text it wont change the text of the buddypress activity on the group activity stream.

    With bbPress 2.5.14 this worked fine. the edit of a topic update the buddypress activity stream post.

    Has someone a solution for me?

    #218243
    ibnat
    Participant

    I have disabled all the plugins on my site and this issue is still happening… BBpress embeds the link (to a wordpress site) The image of the landing page and intro text is displayed but the links are not clickable…

    Amphibian and reptile info pages at WH

    I cant upload a screenshot here but the above link shows the issue…

    Any ideas?

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

    #218237
    uksentinel
    Participant

    You and I both 😉

    Try the first option: as it does depend on your Theme

    i.e go to your Dashboard > Appearance > Customise > Additional CSS and cut and paste the following in there (exactly as it is)

    #bbpress-forums #bbp-search-form {
    display: none !important;
    }

    flamuren
    Participant

    In my forum profile page the mentioned features does not work. When clicked there is just an answer “couldnt find what you are looking for” and a different page.

    However the same type of profile features; “engagemanets”, “favourites” and “subscriptions” work just fine. They show correct info and within the profile page.

    What can be wrong? Has never worked even before updates to the addons and WP.

    WP: 5.6.1
    BBpress: 2.6.6
    http://www.glademokraterna.se

    #218235
    pepdoca
    Participant

    WP Version 5.6.1 – BBpress Version 2.6.6 – Site is currently private and in development.
    I am trying to import a relatively small, private MyBB forum (200 Forums, 290 threads, 9000 posts, 50 users) however I keep running into an issue where the converter somehow gets a total count of 5703 threads which makes several duplicates of every thread. If it was a smaller circumstance I would just manually delete the duplicates however which such a huge number of duplicates I was hoping some skilled eyes might see or understand what has happened.
    I have a bit of a background in coding so have been trying to troubleshoot through the code to understand when it is reading the thread table why it would end up with exponentially more thread rows than actually exist. In review the thread table I have confirmed that there are only 290 rows so I am not sure what the converter code is doing to create this circumstance.
    I have read through the converter and converter class files, but can’t seem to pin point where in the Step Seven, Topic conversion that this error is being produced.

    If anyone can provide any assistance with experience with this, or pointing me in the direction of the files of code that I should be trying to troubleshoot to ensure I am in the right direction, that would be greatly appreciated!

    #218233
    Robin W
    Moderator

    this turns comments on in bbpress

    add_filter ('bbp_force_comment_status' , 'rew_set_comments_on') ;
    
    function rew_set_comments_on () {
    	return true ;
    }

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme

    or use

    Code Snippets

Viewing 25 results - 3,376 through 3,400 (of 64,428 total)
Skip to toolbar