Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 18,376 through 18,400 (of 64,532 total)
  • Author
    Search Results
  • #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

    #152835

    In reply to: Remove Sidebar

    Vadim
    Participant

    Thanks for the link!

    Long read only the third time realized.

    Step by step:

    1 Find in your site template page with no sidebar.
    2 Make a copy of it.
    3 Rename the page to bbpress.php

    #152834

    In reply to: Remove Sidebar

    Robin W
    Moderator
    #152832
    arno8
    Participant

    How can I achieve this?

    Help would be appreciated

    #152831

    In reply to: Remove Sidebar

    Vadim
    Participant

    Tell WP 4.0 bbPress 2.5.4

    how to disable the sidebar on the forum page?
    You can configure the plugin to add the ability to enable or disable the sidebar?

    #152830

    Topic: Coloring answer

    in forum Plugins
    Julien sSerenity
    Participant

    Hi all,
    just want to know how can i highlight (or change background color) a topic where a answer as been posted
    Using bbpress Version 2.5.4 on a WordPress 3.9.2 site
    Thanks

    #152829
    hihafr
    Participant

    Hello everyone !

    I’m still using BBpress 1.2 and WordPress 4 breaks the integration. I founded this : https://foliovision.com/2014/09/wordpress-original-bbpress but when i try to add this :

    return wp_validate_auth_cookie( $cookie, $scheme );

    I’ve got a 500 error.

    Anyone can help me for BBpress 1.2 ?

    Thanks

    #152827

    In reply to: Forums in the root

    divdotnet
    Participant

    Hello Everyone,

    I am using bbpress latest version with wordpress3.9.2. Everything is working fine on localhost. but when i uploaded the website on my development server. The forum page is fine but when i click on created forum, it gives 500 internal server error.

    Please help to get rid of this.

    Thank You.

    #152826
    divdotnet
    Participant

    Hello Everyone,

    I am using bbpress latest version with wordpress3.9.2. Everything is working fine on localhost. but when i uploaded the website on my development server. The forum page is fine but when i click on created forum, it gives 500 internal server error.

    Please help to get rid of this.

    Thank You.

    #152825
    divdotnet
    Participant

    Hello Everyone,

    I am using bbpress latest version with wordpress3.9.2. Everything is working fine on localhost. but when i uploaded the website on my development server. The forum page is fine but when i click on created forum, it gives 500 internal server error.

    Please help to get rid of this.

    Thank You.

    [mod edit – moved to a new heading as the old subject was for version 1 of bbpress]

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