Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 66,551 through 66,575 (of 69,017 total)
  • Author
    Search Results
  • #41655

    In reply to: BP-FBConnect Plugin

    gypsygoks
    Participant

    Hello,

    I have installed the trunk version of buddypress.org on my site . I used the link for installation — https://svn.buddypress.org/trunk/. After that i proceeded installing BP-FBConnect Plugin, using the link http://testbp.org/plugins/bp-fbconnect.zip. I downloaded the bp-fbconnect.zip to the /wp-content/plugins/ directory. After that i extracted it. I have not performed any further steps in the installation. However when accessing my site and logging in, the fconnect plugin is not listed at all.

    Please advice. is there further steps involved in the installation. Thanks in advance.

    Regards,

    Gokul.

    #41644
    ?
    Participant

    I submited my proposal. You can see it here:

    http://gomobile.com.ar/gsoc-2009-application-photo-gallery-for-buddypress/

    Once again, thanks to all who shared they thoughts. I’ll be happy to read your opinion about this!

    sebastianmacias
    Participant

    Got it, tnx :)

    #41634
    takuya
    Participant

    Root/main blog is using: (buddypress home)

    /%year%/%monthnum%/%postname%/

    site1.example.com is using:

    /%category%/%post_id%/

    takuya
    Participant

    This topic has been posted before. It’s not for distribution.

    #41631
    rootherb
    Participant
    #41627
    Lance Willett
    Participant

    @Dace – I saw your comment in this related thread… but did you try the things that were suggested there: fixing permissions, checking for GD support, .htaccess issues, etc?

    Avatars not uploading is a very common issue, so much that it has an an entry on the FAQs page:

    Why will avatars not upload on my server? This could be a number of things, but make sure you have the GD image library installed. It might also be permissions, so make sure the web server has correct permissions.

    Make sure to check these things (if you don’t know how to check for GD library support, ask your web host) and report any errors in your server logs.

    #41618
    fishbowl81
    Participant

    This maybe a good starting point for you

    /**

    * bp_create_excerpt()

    *

    * Fakes an excerpt on any content. Will not truncate words.

    *

    * @package BuddyPress Core

    * @param $text str The text to create the excerpt from

    * @uses $excerpt_length The maximum length in characters of the excerpt.

    * @return str The excerpt text

    */

    function bp_create_excerpt( $text, $excerpt_length = 55, $filter_shortcodes = true ) { // Fakes an excerpt if needed

    $text = str_replace(‘]]>’, ‘]]>’, $text);

    $text = strip_tags($text);

    if ( $filter_shortcodes )

    $text = preg_replace( ‘|\[(.+?)\](.+?\[/\\1\])?|s’, ”, $text );

    $words = explode(‘ ‘, $text, $excerpt_length + 1);

    if (count($words) > $excerpt_length) {

    array_pop($words);

    array_push($words, ‘[…]’);

    $text = implode(‘ ‘, $words);

    }

    return stripslashes($text);

    }

    #41615
    Andy Peatling
    Keymaster

    Egerrits: can you submit this to the WP plugin repo so it will show up on the BuddyPress site?

    #41613
    Simon
    Participant

    @Timothy, I believe Erwin is currently battling with the recently updated group template directory structure changes and thus 0.54 does not work fully with the trunk version of BuddyPress. 0.55 will work with trunk build but there is no eta yet.

    #41611
    Trent Adams
    Participant
    #41608

    In reply to: Group Plugins

    Simon
    Participant

    @Edeutsch,

    Erwin Gerrits is developing an event calendar plugin for BuddyPress that he says will include group events. As it is still in early development at present however, it does not yet contain the group events functionality.

    Regarding YouTube video’s perhaps a variation on Nicola Greco’s BPDEV-YouTube plugin could be created for use with groups.

    #41598
    Andy Peatling
    Keymaster

    BuddyPress pages will only run on the root blog, or the blog ID you give for BuddyPress to run on by adding this to wp-config.php:

    define( \'BP_ROOT_BLOG\', 1 );

    Where \’1\’ is the ID of the blog you want BuddyPress to run on.

    This was introduced in a recent build – before BuddyPress would potentially override pages on any blog, which causes problems.

    So: http://example.org/subblog/members will not work, but http://example.com/members will work if you do not define the line above.

    #41577
    Aron Jay
    Participant

    Thank you Andy.

    #41570
    Aron Jay
    Participant

    I noticed that there are so many inquiries about member-themes that their member themes are not loading or doesn’t show up.

    To solve this you have to upload the default member theme then under Site Admin-BuddyPress in ‘Select theme to use for member pages:’ chose FaceBuddy.

    After that you can now delete the default buddypress theme.

    That would hopefully solve your problems.

    #41569
    Deli Yaban
    Participant

    thanks very much for your answers Sgrunt..

    I tried it with default theme and same problem..sorry it s my bad..

    #41561
    Michael Berra
    Participant

    I don’t know if it has something to do with my problem here: https://buddypress.org/forums/topic.php?id=1308

    It’ seems similar. Do you have the wrong slugs also in the activity feeds?

    dainismichel
    Participant

    I would like to do this too.

    What I did is make the buddypress home theme available to memberblogs. The only “catch” is that the member blog appears without any widgets set.

    I am curious, if there is a way to “preset” the widgets on a userblog theme to a standard layout.

    This image is perfect: https://apeatling.files.wordpress.com/2008/06/blog.jpg

    If member blogs could look like that, then I can launch my community.

    Best,

    Dainis

    #41556
    felix2009
    Participant

    http://wordpress-blog.nl

    Has been updated to the ‘trunk 1281’ version of ‘FaceBuddy theme’ …

    #41555
    doluongtruong
    Participant

    I find key! Woh, happy.

    When you meet this case. You remember that you active user “admin” in BuddyPress to admin BBPress (3 admin at less)

    Thanks

    #41552
    Sgrunt
    Participant

    thanx Leventyilmaz.

    1) I haven’t checked it yet, but FaceBuddy that was my first theme is only a graphical reskinning of Buddy Press (no hardcoding in no page), and so every issue with code i presume is an issue with BP. Maybe try with your default theme and tell me if it works. I remember that the updated version of FaceBuddy is based on the 1281 trunk.

    2) i know..some people want them, and i hope to do something in the future for bbpress. Actually the simple remaking (and updating) of themes is a big work (making free themes isn’t a job, and so i can’t work from 9 to 5 to them), and i’ve never installed bbpress. My priority is creating new themes for BP, maybe when the official 1 version will be out i’ll start seeing bbpress but i can’t be sure for now.

    #41542
    Deli Yaban
    Participant

    thanks for great theme Sgrunt..it s really nice..

    there is a small problem

    got to your profile page (/members/admin) and My Activity on the right side..

    links are not working..example

    You wrote a new blog post: blahblahblah

    if you click “You” or “blahblahblah” you get “http://you.com/members/admin/”

    is this a bug?

    2 Question

    do you plan to make a bbpress facebuddy theme? I think many peoples waiting for this..

    thanks for your time

    #41539
    fishbowl81
    Participant

    /**

    * bp_get_options_avatar()

    * TEMPLATE TAG

    *

    * Gets the avatar for the current sub nav (eg friends avatar or group avatar).

    * Does not check if there is one – so always use if ( bp_has_options_avatar() )

    *

    * @package BuddyPress Core

    * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()

    */

    What you want is:

    <?= bp_core_get_avatar( $user->user_id, 2, 75, 75 ) ?>

    #41538
    mypop
    Participant

    I am using WMPU2.7 Buddypress RC1 and bbPress 1.0-Alpha-6

    Hopefully someone can help me out here, it’s been 10 days, I’ve searched, this forum, the WPMU forum and the bbPress forum, and I feel like I’m going round in circles!

    bbPress and WPMU/ Buddypress work fine as ‘stand alone’ applications, the challenge I am having is integrating bbPress into Buddypress.


    I have gone through the whole of Trent’s great topic (https://buddypress.org/forums/topic.php?id=471) many times now, even removed bbPress and started all again.

    What should on the face of it be a simple process, share users, share cookies, link via xmlrpc, seems incredibly complex, or else it’s the configuration of my hosting company that’s causing it!

    I followed, Sam’s basic integration screencast (https://bbpress.org/forums/topic/basic-integration-screencast ), and all went smoothly, I can now logon and logoff from either WPMU or bbPress. I have also edited wp-config and bb-config as needed to use the same keys and to point to the same locations for the cookies.

    However I can only access the admin/dashboard section in bbPress if I login in through bbPress, if I log in first via WPMU, the ‘admin’ link doesn’t work. I can access the dashboard of WPMU whichever way I log in.

    In Sam’s screencast he talks about bbPress needing extra cookies and using bbpress-integration.1.0-alpha-4.1, I have tried with and without this plugin (which doesn’t appear to work when isntalled in mu-plugins/ ). I have also checked the cookies when logged in via bbPress and only see one extra cookie when actually in the dashboard / backoffice of bbPress.

    Do I need this plugin?

    Is this the way it should work, or should I be able to log in via WPMU and then go to bbPress and have access rights to the bbPress dashboard?


    I have enabled xmlrpc and pingbacks in bbPress.

    I have two key users “admin”, the main one created during wpmu install, which is also keymaster for bbPress and another with keymaster rights to bbPress and administration rights WPMU, it works the same for both.

    Re Trent’s post, I have the plugin in my-plugins/buddypress-enable.php though there is some discussion as to wether it should be in my-plugins or bb-plugins – some guidance here please?

    Also in step 6) where Trent says “Go into your main blog dashboard as the “site-admin” and go to the groups admin page.” I presume that with my configuration it should now read “Site Admin / bbPress forums”, If I click on the groups link, it gives me my list of already established groups to configure / edit. is my presumption correct?

    I have configured the full path (with the “/”) and user details for bbPress in the “bbPress forums” option.


    When I turn on Group Discussion, I don’t get a forum created in bbPress, nor can I post in ‘forum’ in the group in Buddypress, it comes up with “There was an error posting that topic.” not surprising really (no forum)

    If I go to create a new group the box for “Enable discussion forum” is greyed out / missing replaced with a note that says” Attention Site Admin: Group forums require correct setup and configuration of a bbPress installation.”

    Also from bbPress if I try to post I get “Warning: cannot yet handle MBCS in html_entity_decode()! in /home/sites/mydomain.com/public_html/forums/my-plugins/buddypress-enable.php on line 53 which I guess is because it’s not linked back. (I’m running MySQL/5.0.67 PHP/5.2.8 and PHP5/5.2.8)

    Trent also suggested “check your bp_groups_groupmeta table” there was nothing in my data relating to forums.

    I’ve tried it with and without the ” WordPress cookie integration speedup” and ” WordPress database integration speedup” in the bb-config.php file – it made no difference.


    I’ve tried almost all I can think of,

    @Burtadsit would your xmlrpc-test-rig be worth exploring? Do you have a download link for it?

    http://ourcommoninterest.org/downloads/xmlrpc-test-rig.zip&#8221; looks like it’s not there at the moment.


    From here: http://umwblogs.org/wiki/index.php/Integrating_WPMu,_BuddyPress,_and_bbPress says:

    You will need to install and activate the following plugins in your WPMu installation:

    * bbPress Integration: “https://wordpress.org/extend/plugins/bbpress-integration/&#8221; This is essential, but keep in mind that this plugin is only useful if you are running bbPress version 1.0-alpha-4 or later.

    * WPMU Enable bbPress Capabilities (0.1) “https://bbpress.org/plugins/topic/wpmu-enable-bbpress-capabilities/&#8221; : Enables bbPress member capabilities when a user is created within WPMU. This allows immediate login as a ‘member’ after a user is created in WPMU.

    Do I actually need either of these with my confguration?



    @johnjamesjacoby
    said “In theory, to create a post from within the Group forum, you should not need cookie integration, because the XMLRPC request happens very ajax-like behind the scenes and does not require for you as a specific user to be logged into both platforms.”

    So any help would be much appreciated, Thanks.

    #41537
    fishbowl81
    Participant

    to answer the 2nd part of your question:

    Buddypress uses bbpress-live, which is an api interface for bbpress. If there is a api interface for vbulletin, it would be pretty straight forward to make an api interface for it.

    It looks like there is an api, here is the code documentation:

    http://members.vbulletin.com/api/

    But, after a quick review, I don’t see anyway to read the forum posts?

Viewing 25 results - 66,551 through 66,575 (of 69,017 total)
Skip to toolbar