Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 39,651 through 39,675 (of 64,515 total)
  • Author
    Search Results
  • #103929
    pikoy
    Member

    is this for real.. hope i could get this!

    #98936
    pikoy
    Member

    this is helpful.. thanks!! good stuff!! cheers!

    #69833
    pikoy
    Member

    this is helpful.. thanks!! good stuff!! cheers!

    pikoy
    Member

    is this for real.. hope i could get this!

    #69832
    pikoy
    Member

    is this for real.. hope i could get this!

    #94871
    pikoy
    Member

    this is helpful.. thanks!! good stuff!! cheers!

    #87903
    pikoy
    Member

    i would like to see some of it! keep us posted! cheerz!

    #37224
    TechieJon
    Member

    Another Question:

    How do i disable caching of bbpress? It seems that it maintains some sort of cache that even there’s a new post it doesn’t appear right away unless you manually refresh the page for 2-3 times.

    Is this just a browser problem or can i disable this in the admin panel? Thank you!

    #37219
    TechieJon
    Member

    Hello, still bit new in BBpress, this is prolly a novice question for most but How do I hide sub-forums?

    best regards,

    Jon

    #69831
    xodeus
    Member

    Hi there. can this be done without installing phpbb3 as I’m also moving the forum to another location.

    Steps I made:

    1. Export phpbb3 SQL from the old location

    2. Import phpbb3 SQL to the new location.

    3. Install bbpress with the same db info where I imported the phpbb3 SQL.

    4. Called the script from root folder of bbpress, but I get 500 Internal Server Error.

    I can see that there are some hooks to phpbb3 root folder.

    I don’t know what is being called there, but maybe I could define DB settings manually somehow?

    define('IN_PHPBB', true);
    $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
    $phpEx = substr(strrchr(__FILE__, '.'), 1);
    include($phpbb_root_path . 'common.' . $phpEx);

    // Start session management
    $user->session_begin();
    $auth->acl($user->data);
    $user->setup();

    So can this be done without phpbb3 installation?

    #37215

    Hello

    I have Dutch language nl_NL.mo installed for WP in /public_html/wptest/wp-content/themes/bp-default

    The site is running Buddypress

    Challenge:

    The Forum navigation menus are still in English

    Please tell me how I can ensure bbPress Forum is presented in Dutch?

    Thanks in advance

    Phil

    P.S. I have searched this forum without success for a solution.

    Hello

    I have domain domainnameDOTcom/

    My WordPress directory is domainnameDOTcom/wordpress/

    Installed BuddyPress Default 1.2.7 with WordPress 3.0.4

    With BB-Press Forum

    When I select any tab that is not created in WP then the FULL url including the WP install directory is evident

    How can I ensure this WP directory remains “hidden” from the users perspective

    I have tried to implement bp-custom.php which resides in /public_html/wptest/wp-content/plugins/buddypress without success.

    That is the WP directory can be seen in the URL when I select “Forum” tab, thereafter the site adopts the extended url even though permalinks is set to /%category%/%postname%/

    Here is the code I found on this site and tested:

    code:

    <?php

    // Getting rid of the subfolder in URLs/permalinks

    function my_bp_override_core_domain() {

    $domain = get_bloginfo(‘url’);

    return $domain;

    }

    add_filter(‘bp_core_get_root_domain’,’my_bp_override_core_domain’);

    ?>

    I look forward to hearing feedback

    Phil

    #37202
    mira360
    Member

    Hello,

    We work many times with translations to Spanish languages, and we have a new team of person likes collaborate on net to translate to catalan language. we use the poedit but is not good to work on a group, and we like to collaborate with the wordpress,bbpress,buddypress community.

    I know install with out problems wordpress,bbpress,buddypress and integrate. But i don´t know install GlotPress, and the instruction to do it is with SVN and i can do it with this proceed because we have a hosting (rent).

    we need help. How install GLOTPRESS on BBpress in my hosting?

    i have a bbpress install independence, is it good start or we need a wp whit bbpress install the base to install glotpress?

    we like work with many colaborate for the Spanish community and catalan community, but need this time many help from they.

    thanks you very much, and sorry with my english.

    #98953

    It’s a little weird to see bbPress installed inside of a theme, so there could be almost an unlimited number of things wrong.

    The error looks like there’s a rogue semi colon in your password-reset.php file.

    #104053

    It’s a little weird to see bbPress installed inside of a theme, so there could be almost an unlimited number of things wrong.

    The error looks like there’s a rogue semi colon in your password-reset.php file.

    #37189
    Dominic10
    Participant

    Is it possible to call wordpress plugin functions in bbpress?

    I’ve added the deep integration code in bb-config.php:

    /* Deep integration */

    if ( !defined(‘ABSPATH’) & !defined(‘XMLRPC_REQUEST’))

    {

    define(‘WP_USE_THEMES’, false);

    include_once(dirname(__FILE__) . ‘/../wp-blog-header.php’ );

    header(“HTTP/1.1 200 OK”);

    header(“Status: 200 All rosy”);

    }

    I added this too:

    require_once(dirname(__FILE__) . ‘/../wp-load.php’);

    define(‘WP_BB’, true);

    However, i can only call the theme functions of wordpress i.e., get_header(), get_footer() etc…but i cannot get the wordpress plugin functions to work in my bbpress. I’m trying to call a function from a wordpress plugin named “Marquee” and placed it at the bottom of my bbpress template.

    #98951
    novuscory
    Member

    Oh… and before you ask, I realize the BBPress folder is not in the root. I was unable to place it there because this site is hosted with a provider that is primarily windows based and the dont allow .htaccess files so I using an ISAPI work-around.

    #104051
    novuscory
    Member

    Oh… and before you ask, I realize the BBPress folder is not in the root. I was unable to place it there because this site is hosted with a provider that is primarily windows based and the dont allow .htaccess files so I using an ISAPI work-around.

    #37182
    novuscory
    Member

    Good afternoon!

    I am receiving the following error when I try use the “Retreive Password” feature:

    Parse error: syntax error, unexpected ‘,’ in E:webpublic_htmlbjdewwp-contentthemesACESbbpressbb-templatesCongressForumpassword-reset.php on line 12

    I am sure that this error is relevant to other pages as well, this is just where I discovered it. Has anyone had experience with this problem before?

    Incidentally, this is where you can find that page and error:

    http://aces.lfchosting.com/wp-content/themes/aces/bbpress/bb-login.php

    Thank you in advance for your assistance.

    #87902
    creeese
    Member

    Nevermind that last message! I figured out what I did wrong. :)

    #104035
    Rich Pedley
    Member

    The positioning of the avatars is already in WordPress comments, so that is not new. but they are not in the ‘form’, which is why I paid them little attention.

    Circular images made from existing gravatars would be ok, but just rounding the corners may make them more appealing. But making them circular could completely miss the main part of the image, mine isn’t central and it would actually lose it’s appearance if made circular.

    #98934
    Ramiuz
    Participant

    ´Did I miss something then? looks fairly ordinary to me.´

    Then yes you did miss something.

    A troublesome trend in internet design these days, is that everything looks so square.

    Everything takes the form of squares, because that makes most sense, both codingwise and when it comes to image formats.

    This comment form however, challenges this trend by having avatars round. And goes further by having them float assymetrically on the Y-axis, as opposed to the avatars on this very forum for instance – where all avatars and name boxes are on the same line.

    Combining this assymetry with round pictures, is innovative and unusual. That little line from each picture, going into the users message, connotates to speech bubbles seen in comics.

    That functionality is made for young kids because it´s easy to understand who says what. But still this CSS-tricks has avoided in looking like a comic website, and kept the minemalistic color theme, and vague contrasting colors, and has a modern look to it with the border radius boxes.

    #87901
    creeese
    Member

    Okay, I’ve tried everything, but nothing works! I’m trying to install bbpress on its own page, not taking over my entire WordPress blog. All of these GoDaddy-specific instructions work fine for me up until #17. When I deleted “-sample” the installer wouldn’t work. When leaving that portion in the file name the installer comes up. I enter all the right database info and it creates a config.php file successfully. Then when I click to go to step two I get:

    500 (Internal Server) Error

    …that we’re working furiously to correct. Things will be up and running again soon. Thanks for your patience.

    I’ve tried all kinds of trickery, but the same thing keeps happening – error page at step two.

    Can anyone please help me with this?

    – Windows 7

    – paid hosting account w/GoDaddy – Windows/Shared Hosting

    – PHP 5.x

    – attempted with newly-created database info as instructed here and attempted with already-created wordpress database info, same outcome

    #98933
    Rich Pedley
    Member

    You are forgetting Guest posting.

    #94869
    Ryan Gannon
    Member

    I was hoping for something a bit more definite now that work’s really being done on it.

Viewing 25 results - 39,651 through 39,675 (of 64,515 total)
Skip to toolbar