Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 72,976 through 73,000 (of 73,699 total)
  • Author
    Search Results
  • #35550
    yu
    Participant

    http://tf2.lv – Latvian Team Fortress 2 Community

    #35547
    hyrxx
    Participant

    i have had buddypress running on mine since it was available, i am still seeing bugs but nothing too major

    http://hyrxx.com is my main site but im running the buddypress home theme on http://launch.hyrxx.com – this is an interesting way to have it setup i know but also it may give ideas to others who want a separate part for buddypress, i am still considering moving my blog to a subdomain and putting buddypress on the main page but for this to happen i want to learn to theme it and i need it to be extremely perfect

    my site is about me and teenlife so please look but dont touch unless you interested its more of a niche kinda thing that most of you wont understand but i posted since i wanted to show my installation, i hope for it to grow and make a proper social network within my freinds, i want to encourage them to all blog and create relationships using wp and bp, feedback apprieciated robbie@hyrxx.com

    #35545
    Per Søderlind
    Participant

    ok, you’re correct, it’s the 404 bug that’s causing this. I tried to create slugs as you mention at https://buddypress.org/forums/topic.php?id=666#post-3003 but it didn’t help.

    As long as I now the cause I can live with it, http://snakkis.no is a beta site.

    #35543
    m@rk
    Participant

    I’m working on a BuddyPress-Site for evaluation and a circle of friends (german language): spaces.nordblog.net

    … can’t wait for release candidates and the gallery feature!

    #35533

    In reply to: Sites in action

    Burt Adsit
    Participant
    #35524

    In reply to: Bug in groups module

    Andy Peatling
    Keymaster

    Please add this to: https://trac.buddypress.org/newticket log in with your forum credentials.

    #35515
    Burt Adsit
    Participant

    @socialbandit SVN or beta zip is the same procedure. With incremental updates from SVN I know what files were modified. I can’t keep track of them individually. That’d be a nightmare. SVN updates come through files from here, files from there. All over the place. When I’m ready to update I do the whole shebang.

    I don’t know how others do it.

    No deactivation is needed. I’m usually up at 3am so I do it then. :) That probably doesn’t make a diff though. It’s not 3am in Moscow.

    css changes on updates? I’m not sure what you mean by that.

    #35514

    In reply to: Problem with CSS?

    Burt Adsit
    Participant

    Permissions on the /themes/buddypress-home/css/<files>?

    #35512
    Mark Leonard
    Participant

    So with SVN is it just a simple case of dropping the desired component or files into mu-plugins folder. Can you just add the individual files or do you have to have the whole component?

    Do we need to deactivate the current components first.

    What about css and the like. Will we will still need to fiddle with them??

    #35506
    Ekine
    Participant

    Thank you for your fast reply. :)

    #35502

    In reply to: Bug in groups module

    yu
    Participant

    So my opinion is that some function called ‘send-invites’ working incorrect! It’s makes group admin invite to a friend like somebodys request to join the group.

    Workaround i’ve found for this bug – just comment line 272 in mu-plugin/bp-groups.php (//bp_core_add_subnav_item( $bp, ‘send-invites’, __(‘Send Invites’, ‘buddypress’), $group_link, ‘groups_screen_group_invite’, ‘group-invite’, $is_member );) And you will delete option for sending invites from groups admins panel to friends.

    Maybe somebody can fix this ‘send-invite’ thing?

    #35500
    karthikvk
    Member

    Hi Andy,

    I tried updating the home and member themes…but dont see any success. I’m getting the following error when I select the buddypress theme from the ‘design’ console:

    ***************************************************

    Fatal error: Call to undefined function bp_search_form_action() in /home/thekartn/public_html/chennairunnersorg/site/wp-content/themes/buddypress-home/header.php on line 33

    ***************************************************

    I’m using WordPress v2.6.5 and the latest version of Buddypress (downloaded from the website on 1st Jan ’09). Is there a compatibility issue? Thanks in advance for the help!

    Karthik

    #35495
    Burt Adsit
    Participant

    I wouldn’t mod a function, I’d add a filter. Hang on while I look for the filter name. (brb)

    OK, what I think you’ve done is change the ‘Full Name’ profile field and called it ‘nickname’ in the BuddyPress settings area right?

    So, in bp_fetch_user_fullname() it sets up a filter for us:

    apply_filters( 'bp_fetch_user_fullname', stripslashes( trim( $data ) )

    You’d need to create a function something like:

    function my_nickname_filter($name) {
    return strtolower($name);
    }

    And register the filter with:

    add_filter('bp_fetch_user_fullname', 'my_nickname_filter')

    Hopefully bp uses the bp_fetch_user_full_name() fn everywhere. Can’t see much reason to create it if it didn’t. :)

    I see these hooks all over the place. Andy has done gone filter happy.

    #35494
    Burt Adsit
    Participant

    After you upload your files to the server, login as site admin into the backend of the primary mu blog. If any database changes need to be made they will occur then automatically.

    The beta gets updated when they bump the beta version and release it. The svn version will be the freshest version you can get.

    #35491
    Burt Adsit
    Participant

    I’m confused you don’t seem to have any buddypress components in use at all. If you visit the BuddyPress menu in the backend admin under ‘Site Admin’, you’ll see an option to turn on the admin bar: Show admin bar for logged out users: yes/no.

    Yes would turn it on and allow visitors the option to login or sign up. If you don’t have that turned on then how you log your users in is entirely up to you.

    #35488
    Burt Adsit
    Participant

    It is a little confusing. There are two themes to deal with.

    A blog theme : bp home theme or wpmu theme

    A member theme: bp member theme

    The bp home theme is optional. It runs as a regular wpmu theme. If you don’t run this on a blog you are running a standard wpmu theme.

    The bp member theme is *not* optional and it’s not a normal wpmu theme. Doesn’t even install in the regular place. Is never activated by a blog or site admin. At the moment you have no choice but to run the bp member theme.

    The setting in the backend ‘buddypress > select theme to use for member pages’ is irrelevant at the moment. In the future when you or others develop alternative member themes, that is where you would select them.

    You have two themes. One mandatory member theme and a choice of what blog theme to use.

    (I’m learning from wardeh. Be simple and clear.)

    #35485

    In reply to: Community Blogs Plugin

    Burt Adsit
    Participant

    What a wildly useful and wonderful thing is buddypress.

    It’s just occurred to me that I could setup a support forum on my site for the Community Blogs plugin. Then it occurred to me that I could setup a bp group for that purpose and have all the benefits that buddypress and groups provide. (duh) (been buried with my head in code way too long)

    Then it occurred to me that I need a blog for this too. I can move all my personal blog junk, which is just code I’ve created and modified, over to this new Group Blog.

    Now I need to hook the new group blog up to my new support group. I can’t do that right now but I will be able to. Be back in a few days… :)

    #35484
    David Bisset
    Participant

    iamzaks, are you still having the problem? sorry i didn’t catch this comment before. I haven’t been back to this proof-of-concept for a while, working on other plugins.

    #35482
    Burt Adsit
    Participant

    Yep. Thanks for the tip. This is goofy though. We gotta get Andy to solve the 404 problem. I shouldn’t have to create a dummy page and have to deal with that as well as the 404 problem. Some themes are hardcoded to display the pages that exist. What if I don’t want to have any pages? (I don’t) :)

    Is there a ticket for this?

    (he asks too lazy to go look)

    @liljohn I’m not certain what you mean by creating custom page templates.

    #35480
    Wardee
    Participant

    Oh, good!

    I created pages for Members, Blogs and Groups.

    #35479
    Burt Adsit
    Participant

    Wow. Now I see what you are saying wardeh. I created a page with the same slug as the members directory and the 404s go away. Lovely. Thanks! Now I have to see how that broke the css. :)

    #35475
    Burt Adsit
    Participant

    Yep, you’re right wardeh. I’m doing all sorts of whacky things to get rid of the 404 problem with directories. Never thought of doing that. I gotta try it.

    Back in the day, I created a bunch of pages in mu and bp had major problems with them. Caused all sorts of havoc. Guess it’s been resolved. Thanks!

    This is a forest and trees thing with me. :P I just moved on to other pressing problems and the directory 404s just became normal.

    #35473

    In reply to: Translating BuddyPress

    truf
    Member

    Hi,

    I’m trying to localize my BuddyPress installation.

    I use WPMU 2.6.5 lecactus-edition (Russian edition).

    I install latest BuddyPress over it.

    Then, i download russian laguage for BuddyPress (buddypress-ru_RU.mo and .po files) and upload it in bp-languages. Nothing happen.

    After that i copy them to wp-contentlanguages, and new language appear in WPMU settings. Strange thing, but it’s displayed as “bu”. Probably becouse i already have “Russian” in that menu, coz i use translated WPMU. Anyway, if i chose “bu” or “Russian” – nothing happen. I check wp-config: there is define (‘WPLANG’, ‘ru’);

    Whats wrong?

    #35472

    In reply to: Community Blogs Plugin

    nicolagreco
    Participant

    Really good work, send it tu buddypressdev.org/add-plugin !

    #35469
    magitam
    Member

    @grizzlyGroundswell none of your websites appear to work..

Viewing 25 results - 72,976 through 73,000 (of 73,699 total)
Skip to toolbar