Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 28,976 through 29,000 (of 64,518 total)
  • Author
    Search Results
  • #120112
    satrya
    Participant

    I’m sorry, where is my image? I can’t post an image here?

    Here’s the error:

    Parse error: syntax error, unexpected T_STRING in bbpress.php on line 949

    #120108

    Well, that’s annoying… Fixing.

    #120105
    ckone
    Participant

    Hello bbpress,

    I updated to version 2.2 and I am getting the error. The line is


    948 endif; // class_exists check
    949 exists check

    Is it missing something…like the comment tag or semicolon?

    Thanks for the good works you guys do

    CK

    #120094
    kraigg
    Participant

    There is a moderation plugin called bbPressModeration (https://wordpress.org/extend/plugins/bbpressmoderation/).

    It allows administrators to manually approve each post before it gets published to the website. But it doesn’t send an email notification to the poster.

    #120093
    HumDog
    Participant

    I’m looking for exact same thing. I’m using Version 1.1-alpha-2855 and want to upgrade to latest version. This forum has quetions that are a year old without any answers!!! Super lame. Please let me know if you find someone!

    #120090
    Stephen Edgar
    Keymaster

    Please keep only one thread per topic, closing as dupe

    https://bbpress.org/forums/topic/strange-behaviour-with-qtranslate/

    #120088
    Stephen Edgar
    Keymaster

    Sorry, my bad, try resetting your permalinks.

    https://codex.bbpress.org/faq/#404

    #120083
    bbuser12345
    Participant

    So I can’t even find anyone who will take my money to help me with this… sigh.

    #120080
    aravoth2011
    Participant

    2 posts means that there are two posts inside of the topic, 1 voice means that only one person made both of those posts. So if you had something that said “This topic contains 15 replies, has 4 voices” etc. it would mean that the topic has 15 posts, but only 4 people posting.

    #120079
    hypnoscribe
    Participant

    Ok, sorry for that… Still, im am new to all this. I am not afraid to get my hands dirty. But what exactly should i be looking for in the css code? I tried testing the default bbpress theme and the problem is not there… So yes, this is a theme problem… :/

    #120078
    mostafaqanbari
    Participant

    we have to major notifications for a bbpress topic: 1-Voices 2-Posts
    what are differences between them? and what in voices?

    #120076
    archer09
    Participant

    Hi, I’m trying to create a bbpress Registration page so that users can register and start posting on my website’s forum. I’ve read through the tutorials on how to do this but there’s a problem. After adding a new Page, under Page Attributes we are supposed to select “bbPress – User Register” as the template. But I don’t see this as an option on the dropdown menu at all.

    In fact, the dropdown menu has nothing related to bbPress at all. I’m starting to wonder if the plugin wasn’t installed properly, but the rest of it seems to work fine (eg. I can create forums/threads etc and these are showing up).

    Any help on this would be much appreciated! Thanks.

    FYI, I’m using bbPress 2.1.3, BuddyPress 1.6.1 and WP 3.4.2

    • This topic was modified 13 years, 5 months ago by archer09.
    #120074

    I added a filter called ‘bbp_verify_nonce_request_url’ in to bbPress 2.2 address this.

    A few other resources worth reading:

    https://core.trac.wordpress.org/ticket/16858
    https://core.trac.wordpress.org/ticket/18944
    https://core.trac.wordpress.org/ticket/17168#comment:15

    #120073

    @hypnoscribe – Please don’t post big code dumps; it’s not easy to read and easily accessible by linking to your site, a pastebin, or any other place.


    @netweb
    – If you’re going to answer questions, make sure they’re the correct answers. 🙂

    Looking just a bit deeper in Inspector, you’ll notice the CSS isn’t part of WordPress or bbPress. Like @nguyenkinh said, this is a problem with the CSS in your theme.

    #120065
    Verra
    Participant

    Hi guy! I FIXED IT, be in heaven again.
    Here’s my solution, as I said before, it’s about your theme. You should browse to your WordPress theme folder, open the style.css and if your problem are the same as mine you should find some code like this:
    .reply {
    margin: 10px 20px 0 0;
    text-align: left;
    text-transform: none;
    font-size: 12px;
    position: relative;
    height: 25px
    overflow: hidden;
    position: relative;
    right: -20px;
    }

    Now you just simply put 2 lines
    height: 25px
    overflow: hidden;

    in the comment or just delete it, cause I found in bbpress.css there is the id name reply, it was overide by WordPress.
    If you need more details, email me.

    #120062
    zaerl
    Participant

    grep -lIire ‘You must be logged in’ .

    /bbp-theme-compat/bbpress/form-forum.php
    /bbp-theme-compat/bbpress/form-reply.php
    /bbp-theme-compat/bbpress/form-topic.php
    /bbp-themes/bbp-twentyten/bbpress/form-forum.php
    /bbp-themes/bbp-twentyten/bbpress/form-reply.php
    /bbp-themes/bbp-twentyten/bbpress/form-topic.php

    Are you using bbp-theme-compat?

    #120059
    SK
    Participant

    Ok, so how do I set Hungarian language for bbPress when my WordPress is a multilingual installation with WPML?

    #120058
    zaerl
    Participant

    There’s no such thing as BBLANG in bbPress +2.0. It is a global define’d constant of the old standalone branch.

    #120057
    SK
    Participant

    In spite of that BBLANG configuration, it seems the forum page is still using English.
    <html xmlns:fb="http://ogp.me/ns/fb#" xmlns:og="http://ogp.me/ns#" dir="ltr" lang="en-US">

    #120056
    SK
    Participant

    Rookie question. Wrong question. My apologies.

    My wp-config actually says
    define('WPLANG', '');
    define('BBLANG', 'hu_HU');

    I was thrown off simply by the fact that bbPress doesn’t seem to be picking up Hungarian strings from the language file.

    #120055
    SK
    Participant

    Is bbPress language defined by WPLANG in wp-config?

    I would like my bbPress language to different from my WP language.

    I use WPML and have a multilingual site. For several reasons, I have set my WP Default language as English.

    I wish to deploy bbPress as a Hungarian language forum. I will not have forums in other languages.

    What do I do?

    #120054
    zaerl
    Participant

    Hi. The wordpress gettext template file is bbp-languages/bbpress.pot. You have to use a specific program for translating the strings. I use POEdit cause it works on all my machines.

    http://www.poedit.net/download.php

    Open POEdit and “create a file from template” on the “file” menu. There are a lot of strings taken out of the context and so I suggest you to check the source file line if you have problems.

    Building a dictionary from widely used translations (WordPress/Akismet/Others) can speed up the process cause a lot of strings are the same of WordPress.

    #120051
    JohnWelch
    Participant

    Hey All,

    I’ve recently installed bbpress on a fresh Qordpress site. I’ve created forums and categories fine. My issue is now when i make a new topic, either via wp-admin or the website, i am unable to post in some of the forums/categories even as an admin.

    If i make a topic through the wp-admin menu the categories are greyed out and through the site i dont have the option to post at all. All the categories and forums are set to public and open and have all been ordered.

    The site is . One of the forums that currently are unavailable is the Work in Progress forum.

    I’ve noticed if i delete the category and re-add it i can use it again. But some will re-lock.

    Any advice would be greatly appreciated. I have looked around the forums already so if I have missed a thread already please link me to it.

    Many Thanks, John

    • This topic was modified 13 years, 5 months ago by JohnWelch. Reason: Spelling Mistakes

    I’d hold off, as bbPress 2.2 will address this specifically.

    #120044
    sourpatch
    Participant

    hi thank you for the quick response, helps a lot when you are trying to work your way through a problem. I must first say though I am new to this wordpress php bbpress thing.

    SO you mentioned I use bbpress-functions.php? Can you be more specific I know you already are but I would like to know the exact steps to take if you will.

    I know changing the following code in bbpress.php for the plugins>bbpress file. but if I change this than the updates will delete the changes I make so therefore I need to make a child theme. So where do I paste the following code in bbpress-functions.php?

    public static function register_post_types() {

    // Define local variable(s)
    $post_type = array();

    /** Forums ************************************************************/

    // Forum labels
    $post_type[‘labels’] = array(
    ‘name’ => __( ‘Enchanted’, ‘bbpress’ ),
    ‘menu_name’ => __( ‘Enchanted’, ‘bbpress’ ),
    ‘singular_name’ => __( ‘Forum’, ‘bbpress’ ),
    ‘all_items’ => __( ‘All Forums’, ‘bbpress’ ),
    ‘add_new’ => __( ‘New Forum’, ‘bbpress’ ),
    ‘add_new_item’ => __( ‘Create New Forum’, ‘bbpress’ ),
    ‘edit’ => __( ‘Edit’, ‘bbpress’ ),
    ‘edit_item’ => __( ‘Edit Forum’, ‘bbpress’ ),
    ‘new_item’ => __( ‘New Forum’, ‘bbpress’ ),
    ‘view’ => __( ‘View Forum’, ‘bbpress’ ),
    ‘view_item’ => __( ‘View Forum’, ‘bbpress’ ),
    ‘search_items’ => __( ‘Search Forums’, ‘bbpress’ ),
    ‘not_found’ => __( ‘No forums found’, ‘bbpress’ ),
    ‘not_found_in_trash’ => __( ‘No forums found in Trash’, ‘bbpress’ ),
    ‘parent_item_colon’ => __( ‘Parent Forum:’, ‘bbpress’ )
    );

Viewing 25 results - 28,976 through 29,000 (of 64,518 total)
Skip to toolbar