Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 3,376 through 3,400 (of 64,471 total)
  • Author
    Search Results
  • #218850
    tw2021
    Participant

    Thanks, Jing. Yeah initially had the plugin and it works but i ended up with so many bbpress plugins so thought maybe the bb style pack could achieve the same thing than i dont need the extra notify plugin. But i guess maybe i will just have to use it then 🙂 Thanks

    #218848
    neon67
    Participant

    Hola!
    Someone knows the full code for bbpress – remove the site field in anonymous form?

    I’ve tried something like this (for the whole WP) but it doesn’t work

     function remove_url_from_comments($fields) {
        unset($fields['url']);
        return $fields;
    }
    add_filter('comment_form_default_fields', 'remove_url_from_comments');

    Thank!

    #218847
    Jing
    Participant

    Check this out. We use plugin. It is terrific. It appears to do exactly what you are looking for.

    bbPress Notify (No Spam)

    #218846
    tw2021
    Participant

    HI
    I got a code that i would like to hide thee username. For e.g when someone click on the profile member from the post in forum, it will bring to the profile page

    #bbpress-forums #bbp-user-wrapper h2.entry-title {display: none;}

    I have got the bbstyle pack and i entered the code above in the css customization but its not working. Is there a place I can insert the code above?
    thanks

    #218840
    cassel
    Participant

    I tried that extra plugin made by Robin, and it worked fine. I was very happy, EXCEPT it won’t let the images display anymore (images uploaded using bbPress Multi Image Uploader).

    Is any tweak possible to benefit from both features?

    #218837
    Jing
    Participant

    Hi, We need some help!

    We have created am API to create a new topic or post a reply. And trigger a notification when the topic is created or the reply is successfully posted.

    The topic is created successfully and the reply is posted without problem. However, the notification is not triggered.

    It appears that our REST API has the correct endpoints which made it to post bbPress topics/replies.

    But this happens (topic/reply creation) on “WordPress level” rather than bbPress level.

    Does anyone have any insights or tips on how to trigger the notification at the bbPress level?

    Thank you so much!

    Jing

    #218805
    Milan Petrovic
    Participant

    I have added this as a feature request for my GD bbPress Toolbox Pro plugin. Plugin already has a function and widget for various statistical information, and these subscription/favorites based counts would be interesting to have too.

    Notification via email is sent when someone is subscribed to a forum or topic. If user is subscribed to forum, he will get email for every new topic in that forum. User subscribed to topic will get email for every new reply in that topic.

    #218797
    thodoris7
    Participant

    When i deactivated Ultimate Member – bbPress which Integrates Ultimate Member with bbPress the problem solved. Now i am wondering if user will syn between ultimate member an bbpress.
    Thanks for the help once again.

    #218790

    In reply to: bbPress + Elementor

    pkull
    Participant

    My solution was deleting bbPress and installing wpforo. Works great and looks better too.

    #218789
    Jens
    Participant

    Is there a plugin (or another way) to find out about the subscriptons in bbPress? The shortcode [bbp-stats] doesn´t help and statistic plugins seem to be closed. Any idea where to look in the database?

    #218772
    Robin W
    Moderator
    #218758
    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

    #218747
    vincenzon617
    Participant

    Hi there,

    Is it possible to use the forum title rather than the forum id when using shortcode to display the forum? In my website I am using a plugin which has virtual pages and I would like the user to search for the title of the forum they want and then it to be displayed – by means of shortcode.

    Just in case, I would like to add that duplicate naming of the fourms would not be an issue in my website (it is not possible for the user to create a fourm with the same name).

    Also, is there a way in which I am able to query the forum index? If so, am I able to check if a forum with this name (used in the query) already exists? If it doesn’t I would like the user to be able to start it, is this also possible?

    WordPress version 5.6.2
    bbPress version 2.6.6

    Thanks in advance!

    #218741
    sharpsagen
    Participant

    Running 5.6.2 WordPress. Using Divi theme. Version 2.6.6 bbpress. While the Main forum page: https://crown50reunion.org/forum/ is using sidbar 2, the discussion page: https://crown50reunion.org/forums/forum/general-discussion/ adds the general sidebar. How can I change this?

    #218725
    purityboy83
    Participant

    hi

    @robin-w

    You seem to inspire me

    install plug in Custom Post Type Permalinks instead of bbPress Permalinks with ID

    and the problem i had was resolved.

    Custom Post Type Permalinks

    This plugin is constantly updated and nice

    Thanks~!

    #218723
    thodoris7
    Participant

    Hi again,
    I get 404 error when i am using bbpress functions as bbp_user_topics_created_url(6), 6 is the user id.
    I am using ultimate member with integration plugin for bbpress in multisite instalation.

    Thanks in advance.

    #218722
    purityboy83
    Participant

    Hi @robin-w

    I am now “https://site.com/forums/topic/23716” In use as a format

    bbPress Permalinks with ID <—
    After disabling (or deleting) this plugin,
    is there a way to use the Permalinks address as above?

    Best Regards,
    Hyunho

    #218719
    Robin W
    Moderator

    ‘Oops! That embed can’t be found’ is not a bbpress error, it’s a wordpress one.

    but looking at the link below, I’d suggest it is related to your permalinks, and maybe the fact that you are using ID’s and a plugin for that

    https://wordpress.org/support/topic/wp-document-revision-plugin-permalink-does-not-work-to-embed/

    #218717
    john_ggg
    Participant

    Hello everyone.

    I do realize that Nick’s question was topical more than 6 years ago, but still want to share one more way of moving phpBB content over to bbPress. Probably, someone will find it useful.

    I personally always try to avoid manual actions, because there’s a risk to miss something important, moreover, if a forum is scalable.

    That’s why I do suggest going the automated migration route and use forum migration service for that.
    Here’s what I found – https://cms2cms.com/cms/supported-cms/phpbb-to-bb-press-migration/. Quite naturally, that the migration will need some custom edits, but I do know that the cms2cms tech team can investigate any migration case and do some additional settings.

    According to the video tutorial https://www.youtube.com/watch?v=sobBd64J_ro it really looks quite simple. At least, Free Demo is worth trying, I guess.

    #218714
    hamza21
    Participant

    Hi,
    I have added Words which are not allowed in the replies of forum in my Settings>Discussions>Disallowed Comment Keys and once I enter any of these words in replies of any of my forums posts an error is shown Your reply cannot be created at this time.

    Basically I want to customize the error and change it to my custom error which can be seen by user, I tried many ways like overwriting it by using hooks in my theme php file but not succeeded.

    Any help would be appreciated.

    Thanks.

    #218711
    purityboy83
    Participant

    Hi

    If add a link to “topic and reply”, the embed function does not work.

    ref img
    https://ibb.co/qxXG125

    site.com is an example for screenshots.
    I entered the actual URL

    error error embed
    Oops! That embed can’t be found

    ref img
    https://ibb.co/grXr9dV

    It was a site that has been without problems for months.
    I just discovered it by accident.

    The same is happening at the internal test site.

    I installed the “Health Check & Troubleshooting” plug-in from the test site
    and activated the Troubleshooting mode.

    and only 2 plugin activate
    – bbPress
    – bbPress Permalinks with ID

    The problem still occurs.
    It’s a well-used feature, site, but suddenly a problem arises and I’m confused.

    I must need to help

    wordpress 5.5.3
    PHP-7.4

    Thanks

    Best Regards,
    Hyunho

    #218688
    tw2021
    Participant

    Hi All,

    Iam totally new to bbpress and i tried the search functionality and when i click search it brings me to Archives and the formatting is totally off and below is what I see. Is that how the search results looks like in ALL TEXT? I have replaced the IP and email address with X.

    Thanks

    Archives
    Search Results for ‘test’
    Home › Forums › Search › Search Results for ‘test’ Viewing 6 results – 1 through 6 (of 6 total) Author Search Results February 23, 2021 at 12:45 pm #231 In reply to: test TW XXXXXXX@gmail.comKeymaster (XXX.XX.XX.XX) test February 23, 2021 at 12:45 pm #230 Topic: test in forum Private: Forum 1 XXXXX@gmail.comKeymaster (XXX.XX.XX.XX) test […]

    #218673
    guynakamura
    Participant

    Hi all, thanks in advance for any help. I have set up a members only page on my website – http://scaleupgroup.co/members/. This page is restricted using Memberpress. I have also set up bbpress and set the root forum index to http://scaleupgroup.co/members/forums. However, this forums page is not protected by Memberpress as it is an archive page built by bbpress.

    Can anyone help me set the forums archive page (in this case – http://scaleupgroup.co/members/forums) parent page to be http://scaleupgroup.co/members?

    Thank you

    #218640
    thodoris7
    Participant

    Hi,
    I want to create private forums in bbpress. if a user wants to get access in this private forum he should request it from the admin. I want this private forum to be visible from all users but not accesssable until the user get the access permission. I am using ultimate member plugin with bbpress.

    Thanks in advance.

    #218622
    purityboy83
    Participant

    Hi

    I want the thumbnail to appear on the topic
    Search results found a plugin similar to the function I’m hoping for

    bbpress-topic-thumbnails
    https://wordpress.org/plugins/bbpress-topic-thumbnails/

    I want to add one more feature in this plugin.
    With this plugin, thumbnails of all forum topics are displayed

    I only want to use this feature for 1 specific forum
    reason for write topic is because the plugin has not been updated for a long time.

    So I ask for help here

    code is

    
    /*Hooks into the loop-topic.php output to print image*/
    add_action( 'bbp_theme_before_topic_title', 'bee_insert_thumbnail' );
    function bee_insert_thumbnail() {
    
            if((!bee_catch_image() == '')){
            echo('<a href="'); 
        echo(bbp_topic_permalink() . '"><img class="bbp-topic-thumbnail"  width="100%" style="max-width: ' . get_option('thumbnail_size_w') . 'px; max-height: ' . get_option('thumbnail_size_h'). 'px; vertical-align:middle;" src="' . bee_catch_image() . '"/>' .'</a>');
            }
    }
    
    /*Function that retrieves the first image associated with the topic*/
    function bee_catch_image() {
      global $post, $posts;
      $first_img = '';
      ob_start();
      ob_end_clean();
      $output = preg_match_all('/<img.+src=[\'"]([^\'"]+)[\'"].*>/i', $post->post_content, $matches);
      $first_img = $matches [1] [0];
      return $first_img;
    }
    

    Anyone can help?
    Thanks

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