Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 18,351 through 18,375 (of 64,516 total)
  • Author
    Search Results
  • shanebp
    Participant
    #152901
    gogitossj34
    Participant

    So, I had a theme which I tuned to work with bbpress and I really like it. I changed some css and some files to make it work. Now, I switch to a new WordPress theme and as a result, bbpress revert back to its original looks and feel which is not that eye catching. So what I would like to know is is it possible to still keep the old looks with the new theme or in another way, apply the old theme to bbpress ?

    #152892
    Robin W
    Moderator

    suggest you look at how the forums widget lists the forums

    wp-content/plugins/bbpress/includes/common/widgets.php

    the forum widget starts at line 497

    kwkened
    Participant

    Hello,

    I’m using a login widget for bbpress. After registration when logging in, when selecting a forum I get a message saying must be loggin in to post topic. I can see however that I’m logged in in the backend. Is there something I’m missing in the configuration that’s causing this odd behavior. Thank you.

    #152881
    #152880
    robsward
    Participant

    How can I create some more advanced views in bbpress– specifically:

    1.) All topics on which a user has replied
    2.) Topics based on a custom metavalue (ticket assignment user ID)

    For #2, I’ve tried adding this to the $args array: 'meta_value' => $current_user->ID, but the query returns nothing.

    Thanks in advance!

    Robin W
    Moderator

    in the same order

    1. in the backend you can set a forum to private and it is only visible to logged in users
    Visibility is set for each forum, go into Dashboard>forums> and when you add/edit a forum, you will see visibility options on the right hand side in the forum attributes.

    2. The above will achieve that

    3. you can add edit profile to your menu

    Layout and functionality – Examples you can use

    4. There are some plugins, but my suppers ready, so no time to google them !

    5. don’t allow registration
    dashboard>settings>general and uncheck anyone can register

    #152876

    In reply to: Forum not showing up

    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    #152875
    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    #152874

    In reply to: Old version of Bbpress

    Robin W
    Moderator

    https://codex.bbpress.org/ and look at the bottom, every version is available

    #152871
    ibrahim
    Participant

    I want the old version of the plugin, which is separated by WordPress.

    #152866
    Mael Shanti
    Participant

    Looks like it works ! Thanks a lot, that’s great !
    If you have any idea regarding another issue I’ve got, I would be very pleased <3

    Link : https://bbpress.org/forums/topic/change-font-size-for-the-forums-content/

    Thanks a lot anyway ! This topic is resolved 🙂

    #152864
    futuristictrap
    Participant

    Does anyone know why when i activate BBPress it makes all of my “Created Playlist” disabled?

    [mod – split to a new topic, this has no relation to the one you posted in]

    #152862
    23kulpamens
    Participant

    I cannot translate the word “topics” on forum list. Like here:

    View post on imgur.com

    This function returns true, so the translation is loaded properly:

    // Look in global /wp-content/languages/bbpress folder
    load_textdomain( $this->domain, $mofile_global ); 

    And I tried to translate those lines, PO edit compiles them to mo properly also:

    #: includes/common/template.php:2593
    msgid "%s Topics"
    msgstr "%s wÄ…tki"
    #: includes/forums/template.php:1239 includes/forums/template.php:1977
    msgid "%s topic"
    msgid_plural "%s topics"
    msgstr[0] "%s wÄ…tek"
    msgstr[1] "%s wÄ…tki"
    msgstr[2] "%s wątków"

    Nothing takes any effect. Any idea where I can find these phrases in code? Because I tried to modify phrase “Topics” in files given in PO file (eg.: includes/forums/template.php:1239). But nothing takes effect.

    #152860
    Robkk
    Moderator

    i did not create a page for the forum archive using the shortcode.

    but i did get full width on all the bbpress post type pages by creating a bbpress.php then using this css code.

    .bbpress .main {
    background: none repeat-y right 0;
    padding-right: 0px!important;
    }
    #152859
    michael walker
    Participant

    I’m using WP 4.0 and the current bbpress with a twenty-ten theme. I expect the question I’m going to ask has already been covered by someone, somewhere, but I couldn’t find it – so apologies for that.

    My forums are restricted to registered users of my site and, on the site itself, this works very well. A non-user tries to visit a forum and just gets a ‘page npt found’ message. Even if they enter a URL directly into their browser, in the form “http://www.site-name.org.uk/forums/forum/general-chat/&#8221; they still can’t access the forum.

    The problem is this: This site also maintains a Facebook page, Twitter account and so on. Now, if a poster writes something along the lines of: “All members should read this post on our forums: http://www.site-name.org.uk/forums/topic/postname/&#8221;, then anyone clicking on this link will be taken to that post, regardless of whether they are members or whether they are logged-in to WP. And, once in, they can then browse the remaining topics/forums. This is undesirable and I would love to know if there’s away of preventing it. Setting permissions etc within WP seems pointless in this instance, as the visitors concerned are not members/users and are thus unaffected. Any help received with thanks.

    #152856
    alexiel88
    Participant

    Hello everyone,
    I have a WordPress 4 / bbpress 2.5.4 installation.
    I have a problem with topics and replies created on frontend: they don’t appear on the website.
    I have 4 topics on a forum, and the page says “this forum has 4 topics”, but then it shows me only the one that I’ve created on backend.
    Even in the backend when I go to “topics” it says 4 topics but shows me just 1.
    Can someone help me please?

    #152850
    Robkk
    Moderator

    you can try this

    #bbpress .col-2cl .main {
    background: none repeat-y right 0;
    padding-right: 0px;
    }

    else try any of these

    .bbpress .col-2cl .main {
    background: none repeat-y right 0;
    padding-right: 0px;
    }
    #bbpress-forums .col-2cl .main {
    background: none repeat-y right 0;
    padding-right: 0px;
    }
    .bbpress-forums .col-2cl .main {
    background: none repeat-y right 0;
    padding-right: 0px;
    }

    come back if it didnt work

    #152847

    In reply to: Remove Sidebar

    Mael Shanti
    Participant

    Hi ! I didn’t really managed to remove sidebar nicely… :/
    So I created a new support topic : https://bbpress.org/forums/topic/make-the-forum-pages-full-width/
    Thanks for helping !

    #152846
    Mael Shanti
    Participant

    Hi !
    I tried making my forums page full-width, but didn’t manage, so if you could help, it would be great !
    I’ve already read this page : https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/#8-make-sure-bbpress-uses-the-page-template-we-want (but it didn’t really help me :/)

    Here’s a short video to explain you exactly my problem : https://www.youtube.com/watch?v=0Ekrjb64GxA

    Thanks a lot for helping, would be really great ! 🙂


    My WP version : 4.0 (last in date)
    My bbPress version : last in date
    My theme : Anew by Alxmedia
    My website’s forum : http://www.amitabha-sat.com/forums (password : default)

    #152845
    tesseraltyme
    Participant

    site:http://tesseraltyme.com/i/newage/
    WordPress version:4.0
    Theme:Nirvana
    bbPress Version 2.5.4

    #152844
    Mael Shanti
    Participant

    Hi,

    I have noticed that the font-size applied to my forum’s content isn’t the same than the one applied to my normal pages/articles/etc. and I’d simply like to change that 🙂

    Here’s a screen of my normal display (font-size) :

    And the forum display :

    So how could I simply apply the default font-size to my forum content too ?
    Thanks a lot !

    I am using :
    – Last version of WP
    – Last version of bbPress
    – Anew theme by Alxmedia

    #152842
    Julia_B
    Participant

    I’m using the GD bbPress Attachments plugin to allow members to post images in the forum on my buddypress site. I have all the forum attachment settings at 5000kb with override defaults checked. I also have 5000kb set as the maximum file size in the GD bbPress Attachments Settings.

    Yet my members are seem unable to post images above about 2mb (and below 5000kb) without getting ‘Upload Errors, File not uploaded’. It says ‘Maximum file size allowed is 5000 KB.’ below the reply box.

    I’ve tried disabling other plugins to see if there’s a conflict, but no luck. Any ideas?

    #152837
    Robin W
    Moderator
    #152836
    dice2dice
    Participant

    Links to my forums on my homepage have suddenly stopped working and are returning 404 Errors. I’ve now removed most of the links because my website members are reporting errors but I’ve left a group on my homepage on the right side side panel.

    Does anyone have any suggestions for what this could be?

    My website is: http://www.whichinvest.com

    I’m running WP4 and latest BBPress and BuddyPress too.

    Many thanks

Viewing 25 results - 18,351 through 18,375 (of 64,516 total)
Skip to toolbar