Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 37,976 through 38,000 (of 68,916 total)
  • Author
    Search Results
  • #116818
    Jam
    Member

    I solved it! But I dont know if this is safe:

    I placed only the define groups directly after the line

    define(‘WPLANG’, ”);

    in wp-config.php

    Safe?

    #116817
    filco
    Member

    update: i was running the previous version of buddypress. then i attempted to update BP and now my entire site is down with a fatal error. (bp-links-core.php on line 704)

    #116813
    Bage
    Participant

    Yes that is the right place for the buddypress, but you have to get bbPress standalone version 1.0.3 instead of the plugin version.

    #116809
    @mercime
    Participant

    Are you still on WP V.3.1.4 and Buddypress V1.2.8 or have you upgraded? Change to bp-default theme and see if same behavior applies.

    #116803
    pinkdreambox
    Participant

    Hi Boone,

    I download BP 1.3 trunk from https://buddypress.trac.wordpress.org/browser/trunk.

    Is it the right place to get the nightly release?

    Thanks for the reply.

    #116800
    @mercime
    Participant

    @djsix, first time I’ve heard about IE saving the day for BP user, cool :-) Are you running WP 3.2.1 and BP 1.2.9? WP 3.2.1 fixes JS problem in WP 3.2.

    #116798
    @mercime
    Participant

    Change to bp-default theme. I believe @modemlooper will be updating bp-columns theme come BP 1.3

    #116797
    @mercime
    Participant

    wp-includes/registration.php has been deprecated since version WP 3.1. What WP/BP versions are you on then? Plugin or theme conflict. Deactivate all plugins except BuddyPress and change to bp-default theme.

    #116795
    jonobradley
    Member

    @Tammie Lister

    Of course, sorry about the lack of information.

    Website: http://www.doghousegamer.com

    The theme I’m using is PlatformPro and we haven’t upgraded too WordPress 3.2.1 as some of the plugins (ie. the login bar) don’t work with 3.2.1 yet.

    Thanks,

    Jono Bradley

    #116780
    Boone Gorges
    Keymaster

    How did you get the BP trunk? Did you download it via svn?

    #116769

    In reply to: General-template

    Tammie Lister
    Moderator

    No problem it’s also a great opportunity with BuddyPress 1.4 for people to get stuck in UI and design / theme wise so I’d strongly encourage anyone theme / design focused to start attending the developer meetings on Wednesday. Really exciting shiny pixel pusher times :)

    #116767

    In reply to: Profile rating system

    @christophg So far I’m looking to create a custom user data field for the front end, and hard coding it into the member-header file with out current user id restrictions so other members can manipulate it. On the front end it would just be a simple form field of 5 check boxes with a star image set as background images. I am still working on the math to tally total ratings and display out the results as said stars. Think of the star rating system on NetFlix. The form to rate is also the averaged rating display.

    #116766
    Tammie Lister
    Moderator

    Hmm weird I’m seeing it working for me. I’m using the default BuddyPress theme and it shows friend activity for me.

    My first thoughts are ‘maybe’ (long shot) a theme or plugin could be interfering – have you tried without plugins and using the default theme. Seems that probably wouldn’t cause that though.

    Scratching my head a little as in a few tests I come up with it working for me sorry. Maybe someone else will be able to replicate if you can let us know your version for WordPress and BuddyPress and browser (long shot again that it’s browser but playing safe).

    #116765

    In reply to: Redirect Issue

    Tammie Lister
    Moderator

    It could be a plugin it could also be something easily fixed with a browser cache clear – have you tried that? Best practice advice would be to browser cache clear, remove each plugin one by one, remove each widget one by one… all else fails try the default BuddyPress theme and rest your permlinks.

    If all that doesn’t work just post a link to your site and that will help people in looking at what is going on to see if they can help you.

    Tammie Lister
    Moderator

    Your going to be best off having a look at plugins – your developer should be able to do this for you also.

    A good starting point is the extend section of this site. https://buddypress.org/extend/

    Lets see if we can get one on track though for you. For the activity stream editor you may want to start with: http://teleogistic.net/code/buddypress/bp-tinymce/

    #116763

    In reply to: Profile rating system

    christophg
    Member

    @embergermedia Let me know what rout your thinking of taking and perhaps we could put our heads together and find a solution. I have been working on an idea but have hit a wall and maybe between the two of us we will be able to fill the gaps

    #116761
    webeditor
    Member

    Interestingly enough, WordPress-side media uploads work just fine. Correct permission is assigned with those uploads, and also with BP Album+ (both come through at 644). It seems to be isolated to the avatar uploads in Buddypress only. The avatar uploads, but comes through at permission level 600. The file owner and group are the same as all of the other files uploaded as well, so it’s not a file ownership issue that I can see…

    #116758
    Jam
    Member

    Not sure why the code is not showing:

    Here’s the snippet that I changed between the php tags

    define( ‘BP_GROUPS_SLUG’, ‘somethingnew’ );

    #116757
    Jam
    Member

    Ok, I guess the code did not post in my last post, so here’s what I have:

    <?php

    define( ‘BP_ACTIVATION_SLUG’, ‘activate’ );
    define( ‘BP_ACTIVITY_SLUG’, ‘activity’ );
    define( ‘BP_BLOGS_SLUG’, ‘blogs’ );
    define( ‘BP_FORUMS_SLUG’, ‘forums’ );
    define( ‘BP_FRIENDS_SLUG’, ‘friends’ );
    define( ‘BP_GROUPS_SLUG’, ‘somethingnew’ );
    define( ‘BP_MEMBERS_SLUG’, ‘members’ );
    define( ‘BP_MESSAGES_SLUG’, ‘messages’ );
    define( ‘BP_REGISTER_SLUG’, ‘register’ );
    define( ‘BP_SEARCH_SLUG’, ‘search’ );
    define( ‘BP_SETTINGS_SLUG’, ‘settings’ );
    define( ‘BP_XPROFILE_SLUG’, ‘profile’

    ?>

    I successfully changed the titles, but not the slugs.

    #116756
    Jam
    Member

    Ok, right now, I place exactly this code in my bp-custom.php


    <?php

    define( 'BP_ACTIVATION_SLUG', 'activate' );
    define( 'BP_ACTIVITY_SLUG', 'activity' );
    define( 'BP_BLOGS_SLUG', 'blogs' );
    define( 'BP_FORUMS_SLUG', 'forums' );
    define( 'BP_FRIENDS_SLUG', 'friends' );
    define( 'BP_GROUPS_SLUG', 'somethingnew' );
    define( 'BP_MEMBERS_SLUG', 'members' );
    define( 'BP_MESSAGES_SLUG', 'messages' );
    define( 'BP_REGISTER_SLUG', 'register' );
    define( 'BP_SEARCH_SLUG', 'search' );
    define( 'BP_SETTINGS_SLUG', 'settings' );
    define( 'BP_XPROFILE_SLUG', 'profile'

    ?>

    and uploaded it to /wp-content/plugins. I get this error:

    Parse error: syntax error, unexpected ‘;’ in /home/content/90/5329690/html/*site*/wp-content/plugins/bp-custom.php on line 17.

    Any thoughts?

    #116753
    Boone Gorges
    Keymaster

    Good suggestion. I’ve opened a ticket: https://buddypress.trac.wordpress.org/ticket/3374

    In the meantime, you could probably do something by filtering bp_get_activity_latest_update_excerpt.

    OK, there isn’t a “Create a Group” tab when I click on “Groups” in the top bar, so it seems not everything is working correctly.

    #116749

    In reply to: Profile rating system

    @christophg I have a similar site structure and have been looking for a rating system as well. To date I haven’t found anything except this crumb of hope:

    https://buddypress.org/community/groups/creating-extending/forum/topic/rate-anything-new-plugin-in-development-soliciting-architecture-advice/

    this being done by @dwenaus

    At the moment I am working on trying to create a simple solution myself. I may have a look at the plugin mentioned here and see how it works. I’ll post here if I figure anything out.

    I removed the multisite aspect from my site entirely and that seemed to have cleared up most of the issues I am having since the upgrade. Things look better now so maybe it wasn’t buddypress after all. After removing multisites though I had to redo all of the plug ins – maybe that’s why its better – I don’t know.

    #116742

    BP can be installed on the computer??
    Because I try to install and have no success because the following error appears:
    Fatal error: Can not redeclare bp_dtheme_ajax_querystring () (previously declared in C: xampp htdocs wordpress wp-content plugins BuddyPress -themes bp bp-default _inc ajax.php: 20) in C: xampp htdocs wordpress wp-content themes custom-community _inc ajax.php on line 63

Viewing 25 results - 37,976 through 38,000 (of 68,916 total)
Skip to toolbar