Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 60,926 through 60,950 (of 68,918 total)
  • Author
    Search Results
  • #56204
    Xevo
    Participant

    See this, maybe it’ll help, or else check google.

    http://feeds.openacademic.org/node/3444

    #56203
    dtclarinet
    Participant

    Now that I know what WP MU is, can’t I install it to replace my stand alone platform?? (and then upload the databases to the new install)

    #56202
    Xevo
    Participant

    It is a plugin for wpmu, since you have to install and use it as any other plugin. And yes, if you use a wordpress single install, you will have to switch over too wpmu first.

    They plan on making it available for single installs, but don’t hope on that anytime soon.

    #56201
    dtclarinet
    Participant

    david here again. I just added buddypress to another page http://blog.davidhthomas.net/discussions and it is functional.

    It’s strange that is is touted as a “plugin” when it’s really a new wordpress install.

    Please correct any of this info if it’s wrong, so I can use buddypress in the most flexible way possible.

    thanks,

    david

    #56200
    Xevo
    Participant

    Read a readme!

    #56195

    In reply to: Horizontal Userbar

    Xevo
    Participant

    Check the themes of Milo.

    http://3oneseven.com/wpmu-buddypress-themes/

    Change those, those have the bar like you want it.

    (You need an understanding of a bit more then css if you want it like your design right now though..)

    #56194
    danbpfr
    Participant

    Translation is actually not working with your locale function “bp_links_load_textdomain()” in bp-links.php line 138

    Instead of the function, a simple if statement is enough and works

    if ( file_exists( WP_PLUGIN_DIR . '/buddypress-links/languages/buddypress-links-' . get_locale() . '.mo' ) )
    load_textdomain( 'buddypress-links', WP_PLUGIN_DIR . '/buddypress-links/languages/buddypress-links-' . get_locale() . '.mo' );

    If you wanna translate:

    Erase (or comment) the function and use the code above instead

    Name your .mo file buddypress-links-xx_XX.mo (xX are your country code)

    #56193

    In reply to: Horizontal Userbar

    takuya
    Participant

    This buddypress.org design is ONLY for buddypress.org.

    Some buddypress themes before 1.1 releases had horizontal menus. Maybe you should search and get some sample codes. Also check out gallery section, in case if our member already has done it on their site(s).

    #56190
    takuya
    Participant

    I think this is on the roadmap. Wait for future releases.

    If there’s no feature enhancement, then I’d suggest you to create one on trac.buddypress.org. BUT I think Andy is aware of this from past discussions.

    #56188

    In reply to: Post via e-mail

    takuya
    Participant

    Our moderators recommend to focus here for buddypress and wpmu forums for wpmu. Buddypress doesn’t provide blog functions, it doesn’t provide user management, etc, etc, etc…

    It’s recommended that you read documents carefully and understand the differences. So people here can focus on spending more time answering real problems than problems that could simply be answered on wpmu forum.

    I understand your frustrations, but please respect all of us, both wpmu forum and buddypress forum.

    #56184
    PH (porsche)
    Participant

    Is anyone having issues with any conflicts with the Vote it up plugin and buddy links..?

    https://wordpress.org/extend/plugins/buddypress-featured-members-widget

    #56181

    In reply to: Post via e-mail

    PH (porsche)
    Participant

    Please note SocialPreneur that BuddyPress and WPMU are intertwined. How will one know, if a question belongs where, until its asked?

    Further more, the behavior and nuance of software such as WPMU interacting with Buddypress and other plugins can best be described as uncertain –

    So, please think twice before you press the “SEND POST” and leave your arrogance at the door. Im not here to be chided. This is an open community and we all have much to learn.

    You never know who is behind these avatars and profiles, you wouldn’t want to disrespect the wrong guy. The world is a surprisingly small world.

    #56176

    In reply to: Post via e-mail

    takuya
    Participant

    Please note that this forum should only be used for buddypress matters. Post wpmu problems on wpmu forum.

    #56175
    Xevo
    Participant

    The whole site is blank? Then try using the standard buddypress theme and see if its still blank. If it is, then try disabling buddypress and see what happens then, still blank, then its a wpmu problem, if not then its a buddypress problem and if the site works when using the default buddypress theme, then the theme your using doesnt work.

    At least you’ll know where the problem lies with this.

    #56167
    roydeanjr
    Participant

    Lookin’ forward to your plugin Jeff! Thank you for the hard work.

    #56162
    profitsbuzz
    Participant

    Sorry I was searching and found this item to have to same issue I am facing.

    my sign up page is not showing. I would like to find out from Andy if I would be able to route to register.php. does it mean the user would be sign up for wpmu too.

    so how to configure for my page? thanks

    #56161
    Boone Gorges
    Keymaster

    You can also use the following jQuery technique to put the buddybar in any application: http://teleogistic.net/2009/10/displaying-the-buddypress-admin-bar-in-other-applications/. It’s probably overkill if you’ve only got a single page (since Xevo’s method is so much more straightforward) but it’s nice if you’re trying to integrate another entire program.

    #56159
    slicktig1
    Participant

    Hi,Milan suggested code is not working on latest buddypress install. it is giving following fatal error

    Fatal error: Call to undefined function bp_forums_get_topics()

    Please suggest the alternative if any. thanks.

    #56158
    MrMaz
    Participant

    @Porscheheritage:

    Did you move the “links” directory which contains the required template files into your theme folder?

    I have not had a chance to test a dashboard install yet, I will try to do that soon.

    What does everyone think about changing things around so the core theme files stay in the plugin folder, but can be overridden in the theme folder if a file of the same path/name exists there?

    This is not the BuddyPress convention, but it seems to make more sense from an upgrade/maintenance angle.

    #56157
    Jean-Pierre Michaud
    Participant

    you need to activate it for the whole site, that’s why you have an error page.

    #56152
    PH (porsche)
    Participant

    bp 1.1.2

    wpmu. 2.8.4a

    I tried to install this via the Dashboard Plug in install system.. After installation.. I try to activate the plugin it just gives me back a blank screen..

    I would then have to FTP to mysite to delete the Buddypress-link directory so I can regain management of my admin dashboard..

    any ideas?

    #56150
    abcde666
    Participant

    this has been fixed, the page still looks kinda ugly though:

    http://testbp.org/wp-signup.php

    https://trac.buddypress.org/ticket/1292

    #56149

    I would recommend making your own parent/child theme and use the bp-sn-parent as your guide.

    To truly get the mileage you want out of your BuddyPress powered website, you will want to customize it fully. The parent/child setup is designed to let the parent theme be the “core” theme, and let child themes change the core design. You could also just make your own child theme and use bp-sn-parent as the parent, and then use your own custom CSS to make it look however you’d like.

    #56148

    georgef101, do you still have the bp-themes folder located in wp-content? If so, BuddyPress will think you’re using the old theme style and look for the 1.0 avatars. If not, make sure your folder permissions are set (I put mine to 777 to make sure it works, but you may want to do 755 depending) and then run the code above. It should rename all of your avatars accordingly and put them where they belong. Once that’s done, you shouldn’t need to delete or change anything.

    #56146
    Lriggle
    Participant

    21CDB’s code works fine with my theme. I’d like my custom page to be in a sub-folder instead of in my root directory, though.

    define('CS_INTUITION_SLUG', 'intuition');

    function show_intuition_page()
    {
    bp_core_add_root_component(CS_INTUITION_SLUG);
    }
    add_action( 'plugins_loaded', 'show_intuition_page', 2 );

    function bp_show_intuition_page() {
    global $bp, $current_blog;

    if ( $bp->current_component == CS_INTUITION_SLUG && $bp->current_action == '' )
    {
    // The first variable here must match the name of your template file below
    bp_core_load_template( 'intuition', true );
    }
    }
    add_action( 'wp', 'bp_show_intuition_page', 2 );

    When I remove the intuition.php file from my root directory, and make an intuition directory with an index.php in it, it doesn’t seem to work (I get 404’s). If I try and change what the value of the slug and the template are as well, I still get 404’s.

    Ideas?

Viewing 25 results - 60,926 through 60,950 (of 68,918 total)
Skip to toolbar