Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 67,226 through 67,250 (of 69,016 total)
  • Author
    Search Results
  • #39300
    pravsingh
    Member

    Thanks…it worked.. solution is in https://buddypress.org/forums/topic.php?id=302

    We solved the problem commenting the following two lines in the .htaccess file of WPMU root:

    #RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*

    #RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    Thank you Diego!

    #39299
    pravsingh
    Member

    Thanks…it worked.. solution is in https://buddypress.org/forums/topic.php?id=302

    We solved the problem commenting the following two lines in the .htaccess file of WPMU root:

    #RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*

    #RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    Thank you Diego!

    #39297
    bloggus
    Participant

    That is quite interesting, Trent. So you have to wait until 2.8, but the question is, if it will then be possible to add BuddyPress and split the databases afterwards, when the DB gets really big?

    (To be honest, the multi-db plugin is the only interesting for me at wpmudev premium, and until they don’t support buddypress I will probably not become a paying member.)

    #39296
    bloggus
    Participant

    Great explanation Trent. For me it seems like BuddyPress without a multi-db is like shooting yourself in the leg; nothing good will come out of it, if the site will grow big in a short time. Multi-db is of my opinion a must, but is seems like we will be waiting for it quite long time :(

    #39294

    In reply to: BP Avatars in bbPress

    My process above was using deep integration. Even if an XMLRPC request looks for the xmlrpc.php in the bbpress install directory, it still loads bb-load.php, which loads bb-config.php, which loads all of wordpress before proceeding to load the remainder of bbpress. If an XMLRPC request is being made from buddypress to bbpress (like when viewing a group forum from within BP), I don’t want to reload all of buddypress again invisibly, if that makes sense?

    That’s why I did…

    if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST')) {

    in bb-config.php, to prevent reloading ALL of wpmu and bp just for a quick xmlrpc peek.

    What I don’t get is why it works in every version but this new one.

    #39289
    jalien
    Participant

    Just to wrap up this post. I went into /mu-plugins/bp-blogs/bp-blogs-classes.php and searched for “public”. At each instance where **public=1, I changed it to -1 so that it would recognize the setting from dsader’s More Privacy Options. This is not the most elegant solution, but it works for what I want. It prevents anyone from accessing the WPMU/BuddyPress site without logging in, and makes sure that the blogs appear as public once the users are logged in. If a user wanted to a blog could still be made private using the two other privacy options with More Privacy Options, only blog users can see the blog, and only site-admin can see the blog.

    Hope this helps anyone who has similar situations. Of course it could be refined even further by adding a conditional so that public=1 becomes (public=1 || public=-1), didn’t try it, but something like this should work too.

    #39288
    nzmitch
    Member

    The big issue for us is that http://www.domain.com is a public website so I want to remain exactly as is with no social functions.

    We run http://staff.domain.com as an intranet and long term I see BP as useful as an addition to that.

    In our testing with BuddyPress it seems to play fairly nicely with MSM – posts made by authors on MSM sites are reported by BP etc.

    So, with that in mind, is there a workable way to build the social networking aspect into our current setup?

    #39285
    Trent Adams
    Participant

    Short answer, it was written to use anything other than the main WPMU install domain. Even though the MSM plugin allows you to almost run “additional” WPMU instances (virtual), the plugin suite doesn’t work that way. You would have to actually create another install for social.domain.com and run BP or hack the code up which I am sure would be a wreck. Don’t think there is an easy way around this one I am afraid.

    #39283
    Trent Adams
    Participant

    The buddypress home them you mean? Just treat it like any other theme and put in an RSS widget to display your feed. Since the member theme isn’t editable in the admin, it requires more, but the buddypress home theme doesn’t.

    Trent

    #39282
    wekko
    Participant

    Trent, thank you for your instructions. It got me much further in integrating buddypress and bbpress. Unfortunately I still run into the “There was an error posting that reply.” error. I’ve tried everything with no luck, now I think it might have something to do with the fact that I’m running Buddypress/BBPress on a Windows machine (in Apache though). Can anyone confirm this? I enabled the CURL extension for PHP, but that didn’t help.

    I tried the Buddypress and BBPress versions from the SVN respositories, still no luck. Anyone got suggestions left?

    #39277

    In reply to: Changing the user bar

    Burt Adsit
    Participant

    You might want to look at this: https://codex.buddypress.org/developer-docs/creating-a-custom-buddypress-component/

    It’s the dev guide for creating custom components in bp. It also has a complete skeleton component with lots of comments in the source code. Might help.

    #39276
    Simon
    Participant

    WordPress detects the currently enabled theme’s root and css directories via the bloginfo(‘template_directory’) and bloginfo(‘stylesheet_directory’) functions.

    To call the css and images from the home theme in a member theme template you would have to hard code the path references as “/wp-content/themes/buddypress-home/styles.css”.

    Personally, as hard coding is generally a bad idea, I would suggest simply copying the elements you wish to use from the home theme directory to the member theme directory and reference them the usual way.

    #39274
    Adam W. Warner
    Participant

    http://mybodypart.org/

    MBP is a social community meant for those of us who wear artificial body parts, and those that love us. If you own a body part that’s made of acrylic, steel, plastic, or any other man-made material, you’ll probably want to have a look around. You can learn more about why MyBodyPart.org exists here. MBP is completely free. Why not sign up for a profile and start connecting with others who have had, or are having similar experiences?

    (still needs branding and theme changes, oh, and also users, so why not sign up and help me create this community?:)

    #39270
    Internetado
    Participant

    But then we have this page when press [sign up]:

    “You must first login, and then you can create a new blog.”

    No options for new users.

    Thanks…

    #39269

    In reply to: Community Blogs Plugin

    Lsm_267
    Participant

    hello burt,

    i posted a comment on your site but in the meantime i’ve found that slug is just the name of the group, isn’it ?

    i installed the community blog plugin in the blog i want to become the community blog, enabled it, indicate the slug (name without nothing and no/) of the group but the plugin isn’t doing what i expect.

    i would like that any new registered in a group becomes automaticly author of the group blog.

    did i miss something ?

    thanks for your help

    edit after few minuts

    OK i installed the plugin on an other test version of buddypress without localization (fr) and it works : the invited users becomes automaticly author rights on the community blog and apperas in the registered users of this comm. blog.

    could it be the localization, any idea of what could be wrong with it ?

    #39268
    Adam W. Warner
    Participant

    I couldn’t agree more with donnacha. I would rather see patience and success, than instant gratification and failure. (not that it would ever fail of course:)

    #39265

    You already know that,possibly,

    but just to make it sure: You are Great, people.

    #39261
    mkgold
    Participant

    Basically, I think I’m having problems with paths — the buddypress member page isn’t accessing the css/image files for the main theme. For some reason, I’m having trouble getting my head around this.

    Here is the actual error that I’m seeing:

    Warning: include(C:xampplitehtdocs/wp-content/member-themes/buddypress-member/options.php) [function.include]: failed to open stream: No such file or directory in C:xampplitehtdocswp-contentmember-themesbuddypress-memberheader.php on line 53

    Warning: include() [function.include]: Failed opening 'C:xampplitehtdocs/wp-content/member-themes/buddypress-member/options.php' for inclusion (include_path='.;C:xampplitephppear') in C:xampplitehtdocswp-contentmember-themesbuddypress-memberheader.php on line 53

    And here is a screenshot

    I want the header to match the header on this

    #39260
    brandtd
    Member

    WP to WPMU wasn’t hard at all, actually. I was really nervous taking my site from WP to WPMU but it went without a hitch.

    BP for WP sounds sweet!

    #39244
    Burt Adsit
    Participant

    That message “Are you sure you want to do this? Please try again” is a nonce failure message. Did you upgrade and not upgrade the bp themes? All bp code is now ‘nonce security’ aware. If your themes don’t send these ‘nonce’ values to bp everything comes to a screeching halt.

    For example:

    <p><input type="submit" value="<?php _e( 'Save Changes', 'buddypress' ) ?> &raquo;" id="save" name="save" /></p>

    <?php wp_nonce_field( 'groups_edit_group_details' ) ?>

    That’s taken from the edit group details form. wp_nonce_field() creates a little hidden field with an access key for ‘groups_edit_group_details’ that gets compared in to a similar ‘nonce’ value generated in the actual function that does the validation and saving of group details. If they don’t match, the security check fails with that cryptic message from wpmu.

    #39240

    Have a look at buddypressdev.org, Nicola has already developed a plugin for that!

    #39234

    In reply to: register Page

    My guess is a directory setting thinks that the BuddyPress install is located in “http://nishinomiya.jp/&#8221; so it tries to hit “http://nishinomiya.jp/register&#8221;. But something also is weird with the blog, because it looks like clicking on “Blog” takes us to a page, that isn’t a blog. Can you still have your blog be a static page with BuddyPress and MU? I suppose you could eh? Neat!

    Strangely, I can type “http://nishinomiya.jp/ebi/wp-signup.php&#8221; directly into the browser and get there just fine, sans any sidebars of course.

    I’ve never tried to access that file directly, are you supposed to be able to do that? Ha!

    I’m curious what his functions.php looks like…

    #39226
    Trent Adams
    Participant

    The entire content for members pages is from the member theme itself. Without knowing what your specific question would be, the README for the member themes (creating your own) is a nice start to figuring out where the content comes from:

    https://trac.buddypress.org/browser/trunk/buddypress-theme/member-themes/member-themes-readme.txt

    Trent

    #39215

    In reply to: Scalability

    21green
    Participant

    What i’m concerned about is that every user can create his own blog. I’ll miss the possibility to limit the users storage or traffic. Would be great if the BuddyPress Hoster could offer a basic free membership (wich is limited somehow) and if anyone special needs more the hoster could charge him for that. I’m thinking of the concept of http://en.wordpress.com/products/

    Is there anything like this in the pipeline?

    #39207
    Donnacha
    Participant

    Given that you are delaying the release of BP until site-wide plugins are introduced into MU, it might also be an idea to wait until the WP version is also ready.

    Although as anxious as anyone to see the official release, it occurs to me that any project only gets one shot at it’s 1.0 release and all the publicity that attends it. That one-off burst of attention can make all the difference to how much traction you gain in the long-run.

    IF BuddyPress jumps into the spotlight as an MU-only project, that’s obviously going to be of great interest to people already familiar with MU but the average blogger is going to scratch his head and not get much further than the fact that BuddyPress isn’t for “normal” WordPress. Disappointed, he will return to his extensive collection of porn and ignore all future mentions of BuddyPress.

    If, on the other hand, BuddyPress appears in the spotlight as a dual-release, with both a WP and an MU version, it will garner far more publicity, will be more obviously relevant to ordinary bloggers and will generally create a far larger splash, hopefully translating into greater momentum for the project.

    Just a thought :)

Viewing 25 results - 67,226 through 67,250 (of 69,016 total)
Skip to toolbar