Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 11,826 through 11,850 (of 64,535 total)
  • Author
    Search Results
  • #173768

    In reply to: Bulk Users Deletion

    swstarone
    Participant

    Dear sir this tool is made for wordpress posts,
    a user who have posts in bbpress forum all shows as 0 post users.

    can you help me to make a sql query for to change roles of bulk users.

    #173762
    redblacked
    Participant

    1. how to seo setting in per post in bbpress’s forum?

    2. how to insert adsense code in per post in bbpress’s forum?

    #173758
    ldieno
    Participant

    BBPress 2.5.8
    Wordpress 4.4.2

    I am currently having difficult with something that I think might be simple to configure.

    I have a very simple site that is not using any third party or complex permissions settings. I have registered users who are “Contributors” and I am attempting to configure a forum that only members can see.

    I have created a new forum.
    Settings are as follows:
    Type: Forum
    Status: Open
    Visibility: Private

    When you click on the permalink to that forum my site throws back a 404.

    When I change the visibility to public the forum works.

    Hoping there is some minor configuration I am missing to getting this going and creating a forum that only registered members of the site can view and contribute to?

    thank you in advance!

    cassel
    Participant

    I am trying to start a thread in my own forum, on my own site. I have the Keymaster role, and i have started a similar thread several times without any issue. Today, i can’t get to post. I am logged in. I tried in Chrome and Firefox and it still does not let me.

    Was there anything that changed in the last update?
    Thanks.

    I am using WP 4.4.2 aand bbpress 2.5.8

    Home of the Scrapbook Campus

    #173754
    jtsimmons
    Participant

    Hello, first I’d just like to say that I’ve thoroughly searched this issue, on Google and here on the forum, and have found no conclusive answers to this.

    Right now I’m noticing tons of p and br tags in bbPress HTML, and I’m confused as to whether this is stemming from wpautop or is actually part of bbPress template files itself.. to test I’ve literally deactivated wpautop itself (and checked site-wide on other pages to verify it was indeed off) and the tags still remain on bbPress pages.

    This is making it extremely hard to custom style bbPress while navigating these tags, as they break the layout in needless ways.

    Here’s some examples..

    p and br tags

    Thanks for reading,

    joshualong
    Participant

    We are hosting with WP Engine and used their staging function to create a few new pages, add some plugins, build a pricing table in one of the plugins, and upload a pile of pics to the media library.

    Problem is that only the plugins made it over when we migrated without updating tables. So, we aren’t sure which tables to include in the staging migration to the live server without overwriting the forum activity we’ve had in the past week since making the staging environment.

    WP Engine isn’t sure either, as they only found a note that BB Press forum topics, replies, etc, are stored in the wp_posts table.

    Here are all the tables available for us to migrate over, so any help sorting out which ones would pull over our updates, without overwriting the forum (if that’s at all possible) would be great!

    wp_commentmeta
    wp_comments
    wp_links
    wp_options
    wp_postmeta
    wp_posts
    wp_pts_modules
    wp_pts_modules_type
    wp_pts_tables
    wp_pts_usage_stat
    wp_taxonomymeta
    wp_term_relationships
    wp_term_taxonomy
    wp_termmeta
    wp_terms
    wp_usermeta
    wp_users

    #173748
    Pascal Casier
    Moderator

    Hi,
    That seems to be a buddypress function, not a bbPress one. If you have buddypress installed, then I think the buddypress forum might be able to help you.
    Pascal.

    #173747
    johnmontfx
    Participant

    [Resolved]
    Oops…sorry…I just noticed the pluggable function is in BuddyPress and not bbPress.

    Still surprised I can’t access it, but not a bbpress problem 🙂

    #173746
    Pascal Casier
    Moderator
    #173745
    johnmontfx
    Participant

    I’m wanting to use the pluggable function bb_is_user_logged_in() in a bbpress template file in my custom theme, but I’m getting the dreaded “Call to undefined function bb_is_user_logged_in()” message.

    From my understanding, I could copy the pluggable function to my theme, but shouldn’t I be able to use this as part of the forums loop since bbPress is loaded?

    Am I misunderstanding something here?

    Thanks!

    #173733
    johnmontfx
    Participant

    Following up with research complete….New Relic is really awesome for this type of stuff.

    It does come down for the most part to the quantity of the forums/sub-forums. Most of the time spent was in the template calls for each sub-forum. However, it also appears a bit of the additional time is due to the Groups plugin which makes the SQL query a bit more complex.

    So I’ve decided to set my home page to be a view of recent topics (which, frankly, is a bit better anyway because it shows more activity of interest) and the performance is going to be much better for members.

    However, one hitch here is that I’d like to have a “forum home-like” page available for view for those that want it. With an additional requirement that it is under the /forums/ URL ‘subdirectory’ (due to various robot rules, etc). In other words, something like /forums/all or /forums/views/all . I can’t use the bbpress shortcode for a page because I can’t put the page under the /forums/ subdirectory. I looked into using views, but that doesn’t seem to work either.

    I’m probably missing something obvious (and I’ve done considerable googling), but it’s not seeming to be as easy as it sounds. Probably should start another thread…

    Thanks again for the insights…

    #173732
    cskitchens
    Participant

    I mean that I drug the bbpress search widget to a widget side bar area.

    #173730
    cskitchens
    Participant

    I have installed the bbpress forum search and it does not work.

    It does not work with several themes. The site is using Headway but does not work with a bundled theme either.

    http://www.systemsgoforum.org

    WP 4.4.2
    BBP 2.5.8

    #173729
    aaachiaki
    Participant

    Trying to make sense of what Stephen provided… Is this something I need to update in bbpress/includes/admin/converter/phpBB.php
    ???

    #173728
    semperaye
    Participant

    Yes! But not that code! 🙂

    Here is what worked:

    `@media screen and (min-width: 980px) {
    /* This is the width of the forum content area */
    .bbpress #content {
    max-width: 95%;
    }
    /* This is the width of the forum list */
    .bbpress #primary {
    width: 66.6666%;
    /* border: 1px solid red; */
    }
    /* This is the width of the forum list */
    .bbpress #secondary {
    width: 33.3333%;
    /* border: 1px solid blue; */
    }
    /* Center the contents of the sidebar */
    .bbpress #secondary aside {
    margin: 0 auto;
    display: table;
    }
    }

    #173724
    uschesch
    Participant

    Thank you!!

    I removed the customized code from the template.php file in the wp-content/plugins/bbpress/includes/common folder – copied the template.php file into my theme’s bbpress folder, and then readded the custom code to the file.

    I now see the subscribe link. It does appear at the bottom of the page though instead of in the breadcrumbs.

    Really appreciate your help!

    Thank you.

    #173720

    In reply to: Languages in bbPress

    kuldeep12
    Participant

    Hello

    i am using wpml to translate language in my site, i need to translate BBPRESS plugin with wpml
    can anyone let me know how can i do this , i didn’t find any wpml addon for wpml.I need 3 language in site i.e EN,RU and LV. please reply me asap

    #173719
    Pascal Casier
    Moderator

    Argh !
    Please never change directly the bbPress files. At the next update you will loose your work.

    If you want to change files, you can refer to the codex (like on this page: https://codex.bbpress.org/themes/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/)

    But if you want to keep it easy, check out my bbP-Toolkit plugin where you can customize your breadcrumbs or if this is the only customization you want to do, check out https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#4-turning-off-or-changing-breadcrumbs

    Pascal.

    #173701
    Pascal Casier
    Moderator

    Hi,

    First of all, the /forums is indeed the default that comes out. Handy, no ? 🙂

    For the width, this is fully WordPress and the theme you have chosen, so bbPress just adapts to it.
    I would propose that you ask on the global WordPress support forum for that.

    Pascal.

    #173700

    In reply to: How to add a sidebar

    ugarnono01
    Participant

    Thanks Pascal. Unfortunately I am not that great with code so not sure what needs changing as its not in plain English. I have a sidebar already called ‘Forum’ Just can’t get it to show on bbpress.

    #173699
    semperaye
    Participant

    Firstly, I have no idea what I’m doing as I am very new at this, and everything that I’ve done on this site has come at great trial and error. I think I might have a weird bbpress forum setup because I never had to create a new page and paste in the forum shortcode, the forums where just their at /forums from the start….I have no idea why but anyway here is my issue:

    If you look at the page: http://www.salamatphilippines.com/forums/

    I have a 1920×1080 monitor and when I “dock” the forum page to the right of my screen in windows 10, the page looks fine, the forums are expectedly small considering it’s half the screen. Now, when one tries to maximize the browser window to 1920 or w/e it is, the forums remain just as small as they were when the screen was docked. I think this means the page is not acting responsive? I don’t know…

    I have a feeling this might not be the fault of bbpress, and maybe it’s the fault of the sidebar’s formatting. It’s like the page is fixed width with a side bar. I do need the sidebars, because of the maps for each region under my regions forum. Is there a way to fix this? Suggestions?

    Thank you for your time!

    #173698

    In reply to: How to add a sidebar

    Pascal Casier
    Moderator
    #173694
    munkitkat
    Participant

    BbPress Version 2.5.8 is the best. I am using it!

    #173680
    Pascal Casier
    Moderator

    Nice to see people solve their own issues 🙂

    Enjoy bbPress.

    #173673

    In reply to: Hide User Role

    tech55541
    Participant

    Hello,
    Please try this CSS code.

    #bbpress-forums div.bbp-forum-author .bbp-author-role, #bbpress-forums div.bbp-topic-author .bbp-author-role, #bbpress-forums div.bbp-reply-author .bbp-author-role {
    display: none;
    }

    Thanks.

Viewing 25 results - 11,826 through 11,850 (of 64,535 total)
Skip to toolbar