Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 1,501 through 1,525 (of 26,822 total)
  • Author
    Search Results
  • #223613
    Robin W
    Moderator

    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

    #223571

    In reply to: Forum Topics

    Robin W
    Moderator

    add

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Forum Display

    and near the bottom you will see the ability to set the number of forums

    #223560
    Robin W
    Moderator

    not sure how this related to bbpress

    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

    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

    #223534

    Topic: Forum Display

    in forum Installation
    cryptobeya
    Participant

    Hello, I have successfully installed BBpress and have it displayed on a forums page. I would like to have 2 different forums pages, one for investors and one for developers. I have created several forums, however, I would like to display certain ones on one page and certain forums on another. How do I accomplish this? Do I have to have have all forums display on the same page?

    Wordpress = 5.8.1
    BBpress = 2.6.6

    Site = http://www.cryptobeya.com

    #223522
    Robin W
    Moderator
    #223514

    In reply to: bbPress does not work

    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

    huetherb
    Participant

    I suppose this isn’t WordPress or BBPress specific, but trying to figure out if there is a WordPress way of doing this.

    I am using BBPress, and on some page, such as https://somesite.com/lesson/some-lesson/, I have a block with a link to a discussion topic. That link is of form

    <a href="javascript:void(0);" data-target="#myModal" data-href="somesite.com/forums/topic/required-discussion-1/" data-toggle="modal" class="openPopup"><h3 class="topictype-title">required discussion 1</h3></a>

    The modal popup is handled in bootstrap via

    
    <div class="modal fade" id="myModal" role="dialog">
       <div class="modal-dialog modal-xl">
          <div class="modal-content">
             <div class="modal-header"><button type="button" class="close" data-dismiss="modal">×</button><h4 class="modal-title">Class Discussion</h4>
             </div>
             <div class="modal-body"></div><div class="modal-footer"><button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
            </div>
          </div>
       </div>
    </div>
    

    And with jQuery

    
        $('body').on('click', '[data-toggle="modal"]', function(){
            $($(this).data("target")+' .modal-body').load($(this).data("href"));
        });
    

    What happens now, is after hitting submit, the modal goes away, and the forum topic page with the submitted reply is loaded: url https://somesite.com/forums/topic/required-discussion-1/#post-25847

    The thing is, after user submits from the modal, I want either

    **1) the refresh (so, going to https://somesite.com/forums/topic/required-discussion-1/#post-25847) to happen in the modal, or**

    **2) for the modal to simply close and user is returned to exactly as they were prior to modal popping up, that is, to https://somesite.com/lesson/some-lesson/**

    Ideas on how to ideally achieve these two behaviors? I have never worked with modals before, so curious what are some best practices here to get the desired behavior.

    Thanks!

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

    #223497
    Robin W
    Moderator

    And breadcrumb does not display on the forum.

    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

    #223473

    In reply to: Force Login

    Robin W
    Moderator

    there are several plugins that stop dashboard access for levels eg

    Remove Dashboard Access

    #223455
    Robin W
    Moderator

    ‘There are some settings that will basically let you “refresh” certain aspects’

    ok no idea where that is and without a clear ‘click this, press that’ not really able to help on that aspect, and may well be an additional plugin which may be the cause.

    so I’d 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

    Robin W
    Moderator

    if only your invited users have login, then just set the forums as ‘private’.

    If lots of users have login and you want only some to see the forums, then use bbpress and this additional plugin

    Private groups

    PrincessL
    Participant

    I already have a website up and running for 5 years.
    Now we want a Forum. It will be private by invite only.
    Can I add the plugin to my website?
    Or do I need to create a brand new/unique WordPress install in a different folder and install the plugin?

    #223451
    cranney
    Participant

    Hi, we are using BBPress on ccwbra.com with WordPress 5.5.6 running Total theme.
    Our users can reach the forum landing page(https://ccwbra.com/forums_test/), but get 404 Page could not be found error when accessing any Forum or Topic.

    #223450
    linguabuddy
    Participant

    Hi,

    I’m experiencing some really odd behaviour when trying to change the slug for my Buddypress group directory (under which all my BBpress forums are housed) and redirect traffic.

    My set-up is: BP 9.1.1; BBp 2.6.6, WP 5.8.1

    Short explanation:

    • traffic to a pre-change (/[old]/[groupname]) group url is being redirected to (/[new]/[groupname]/forum)
    • This happens regardless of whether:
      • There is a specific redirect in place
      • There is a regex redirect in place (/[old]/(.*) to /[new]/$1/)
      • There is no redirect at all
    • My redirect provider – Rank Math – can’t explain this.

    I’ve not modified my hta, and the only other redirect rules in page on the site relate to post-login behaviour. It seems there’s something deep within Buddypress, BBpress or WordPress which is driving this, but I have no idea what.

    Does anyone have any idea what might be causing this abd how to address it? I dare not make this change on my live site without resolving and having a clear idea what’s behind it.

    Appreciate any suggestions…

    #223427
    Robin W
    Moderator

    I’d start by working out why emails are not arriving.

    bbpress just uses the wordpress registration so start with

    Email Test – Check if your emails are being delivered

    and then look at

    WP Mail SMTP by WPForms

    TeqToo
    Participant

    I recently had an attack on my forum where almost 14,000 posts were made in rapid succession, all with oriental characters. This wasn’t my main forum, but a secondary forum, so the contents isn’t super-important, although I’d like to preserve it if possible.

    I’ve tried sending the offending topics to trash, but there are at this point 11,000 of them, and every time I try to delete even 100 using the Bulk actions, I get a Resource limit message with a 503 or 505 error. I can’t possibly delete the topics one at a time! I’ve tried sending the entire forum to trash, but I get the same thing.

    In addition, I don’t understand how there could be topics started by Anonymous, when in my forum settings I have that ability UNchecked. After the attack, I upped the flood control settings to 90 seconds, and closed that forum, but I still don’t understand how they got in to do all that!

    I’m on bbPress 2.6.6, WordPress 5.8.1, and the site is http://bluebirdnut.com/forums/. The forum where the bogus posts are located is the second one listed, Soup to Nuts forum.

    #223411
    lisabeavers
    Participant

    Wordpress 5.8.1
    bbPress 2.2.6
    antiquebowieknifeassociation.com

    Everything was working just fine, until over the weekend. Suddenly started getting an error saying “you do not have permission to start a new topic” for all users except admins. (Every member has participant role for forums)

    Looked here and found a tip to remap my users, said that would fix the problem. Remapped users.

    Message changed to “you cannot create new topics” for everyone except admin.

    Where do I set the permission for all participants to be able to create new topics?

    Thank you!

    #223382
    severbronny
    Participant

    I contacted WordPress help, and they said to “Disable WordPress.com Secure Sign On.” But doing so carries risks, doesn’t it?

    #223381
    severbronny
    Participant

    I’m a newbie with code and web implementation, so forgive me if this is a dumb question. My readers have reported the following: “I’ve been trying to be able to post on your forum. I have a wordpress account, which I use to try to log in. After that it takes me to a jetpack and wordpress site, which Makes me put in my info again. But when I do, it then it takes me back to the original jetpack/wordpress page.”

    Here is the forum:

    Forum *new*

    And yet they can make comments on my site with ease:

    Discussion

    I installed bbPress using this slug: [bbp-forum-index]

    What am I missing? Thanks ahead!

    #223309
    Robin W
    Moderator

    start with

    bbp style pack

    #223306
    qlqlo
    Participant

    Hey!

    I am kinda new to WordPress and have no experience with coding, but I would like to adjust some details of the forum. Is there a plugin for listed demands? Thank you very much!

    1) I would like to change typography of forum and topic title.
    2) I want to hide “create new topic widget into spoiler or another eye pleasable format
    3) I want to enable replying to individual comments, as in the second picture

    PS: I know these might be very trivial questions, but I am total newbie.

    #223285
    Robin W
    Moderator
    #223269
    bobdobbs
    Participant

    I have a solution.

    It relies on a couple of assumptions: one being that the structure of URL’s is like this:
    http://mysite.com/forums/…&#8217;

    Assumption 2: all users with an account on the website are allowed to access the forum.

    This function does the following:
    If the user requests a resource under ‘/forums/’ then we test to see if the user has a wordpress account and is logged in. If the user isn’t logged into the wordpress account, then they get denied.

    In production I’ve replaced ‘wp_die’ with a wp_redirect to another page.

    /**
    * If a user is not a forum member, and requests the forum index page then redirect them
    */

    add_action('init', 'as_protect_forums');
    
    function  as_protect_forums() {
    
        // get the path of the requested URI
        $current_url = home_url($_SERVER['REQUEST_URI']);
    
        $path = parse_url($current_url, PHP_URL_PATH) ;
    
        $parts = explode('/', $path) ;
    
        $first_part = $parts[1] ;
    
        if (  $first_part === 'forums' ) {
            if ( 0 === get_current_user_id() ) {
                wp_die('nope');
            }
        }
    
    }
    
    
Viewing 25 results - 1,501 through 1,525 (of 26,822 total)
Skip to toolbar