Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 17,401 through 17,425 (of 68,918 total)
  • Author
    Search Results
  • #178266
    bigtreesjoe
    Participant

    This is a supported and well documented wordpress installation configuration (https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory).

    There is a very specific caveat in the buddypress installation documentation stating that it Does Not support this sort of wordpress installation.
    See the fifth bullet down on https://codex.buddypress.org/getting-started/before-installing/before-installing/

    I thought that perhaps with the revised URI re-write, this WP installation configuration might finally be supported

    #178264
    Paul Wong-Gibbs
    Keymaster

    Er. I’m not sure this is a valid WordPress setup?

    How exactly does BuddyPress not work with this at the moment? Does everything else work fine, including blog permalinks?

    #178241
    craftersuniversity
    Participant

    I just tried deactivating, deleting, installing and activating BuddyPress, and now it seems to work with the latest version….i’m still a bit skeptical though, but why don’t you try it?

    #178240
    Joss Winn
    Participant

    I suppose another way of looking at this would be to find the code in BuddyPress that injects hyperlinks into certain text, such as profile tags. Where would I find this?

    Thanks.

    #178227
    Henry Wright
    Moderator

    Hi @a77a77

    Try rtMedia’s BuddyPress Media plugin:

    https://wordpress.org/plugins/buddypress-media/

    #178225

    In reply to: custom members loop

    mykrabuilding
    Participant

    i noticed the “buddypress sitewide activity widget” plugin achieves what I want to do but I cant figure out how despite crawling through the code for hours…

    #178211
    Joss Winn
    Participant

    Hi again,

    I still have this problem. I’m sure it’s BuddyPress that is the cause, as it still occurs with different themes and with all other plugins deactivated. When I deactivate BuddyPress, the problem stops.

    Run your mouse over the links on this page, and you’ll see the issue: http://blogs.lincoln.ac.uk/test/

    I was wondering whether it is a legacy of running BuddyPress since alpha/beta and whether there is an old setting in the database or something that I might look out for. Where are the BuddyPress settings stored in the database? None of the wp_bp tables look like they hold global settings.

    In my wp-config.php file, I have the following:

    define( ‘BP_ENABLE_ROOT_PROFILES’, true ); //removes the /members/ slug
    define( ‘BP_DEFAULT_COMPONENT’, ‘custom-profile’ ); //defaults to profile page rather than activity stream of a user
    define( ‘BP_ENABLE_USERNAME_COMPATIBILITY_MODE’, true ); //for LDAP compatibility
    define ( ‘BP_IGNORE_DEPRECATED’, true );
    define(‘BP_USE_WP_ADMIN_BAR’,true);

    Thanks for any advice,
    Joss

    #178204
    marknadsafeteam
    Participant

    Hello @henrywright!

    I´m not sure I understand what you mean, this is from the file buddypress/bp-core/bp-core-avatars.php (inactive). Iam using the theme twenty twelve, can it have something to do that wordpress is installed local?

    #178203
    marknadsafeteam
    Participant

    Hello @henrywright!

    I´m not sure I understand what you mean, this is from the file buddypress/bp-core/bp-core-avatars.php (inactive). Iam using the theme twenty twelve, can it have something to do that wordpress is installed local?

    #178198

    In reply to: custom members loop

    mykrabuilding
    Participant

    i think i am! ive created a function in functions.php as follows:

    /**
      * get user last update timestamp
      */
    function get_user_last_update_timestamp() {
    	$update = get_usermeta( bp_get_member_user_id(), 'bp_latest_update' );
    	$activity = bp_activity_get_specific( array( 'activity_ids' => $update['id'] ) );
    	$activity = $activity[0];
    	$time = $activity->recorded_time;
    	echo $time;
    }

    and im calling it from my page template (which contains a stripped down version of the code from the members-loop.php file) as follows:

    <?php
    /*
    Template Name: In Out Page
    */
    ?>
    <?php get_header(); ?>
    <div class="sleeve_main">
    	<div id="main">
    		<h2><?php the_title(); ?></h2>
    <?php if ( bp_has_members( bp_ajax_querystring( 'members' ) ) ) : ?>
        <?php do_action( 'bp_before_directory_members_list' ); ?>
      <ul id="members-list" class="item-list" role="main">
      <?php while ( bp_members() ) : bp_the_member(); ?>
         <li>
          <div class="item-avatar">
             <?php bp_member_avatar(); ?>
             <?php bp_member_name(); ?>
          </div>
           <div class="item">
            <div class="item-title">
                <?php if ( bp_get_member_latest_update() ) : ?>
                   <span class="update"><?php bp_member_latest_update(array( 'view_link' => false )); ?></span>
                <?php endif; ?>
            </div>
            <div class="item-meta"><span class="activity"><?php get_user_last_update_timestamp(); ?></span></div>
            <?php do_action( 'bp_directory_members_item' ); ?>
            </div>
            <div class="action">
                <?php do_action( 'bp_directory_members_actions' ); ?>
           </div>
           <div class="clear"></div>
       </li>
     <?php endwhile; ?>
     </ul>
     <?php do_action( 'bp_after_directory_members_list' ); ?>
     <?php bp_member_hidden_fields(); ?>
    <?php else: ?>
       <div id="message" class="info">
          <p><?php _e( "Sorry, no members were found.", 'buddypress' ); ?></p>
       </div>
    <?php endif; ?>
    		</div> <!-- main -->
    </div> <!-- sleeve -->
    <?php get_footer(); ?>
    #178196

    In reply to: custom members loop

    mykrabuilding
    Participant

    Thanks again @henrywright!
    unfortunately being only intermediate with php and new to buddypress Im still having trouble getting this to work. Ive tried creating a new function with the code you provided and calling it from my template page, also tried including the code directly into the template but no luck so far. Any other tips you could give me?
    Cheers

    #178187
    fkapnist
    Participant

    Here is a similar plugin that encourages the use of real names instead of login words…..

    https://wordpress.org/plugins/buddypress-real-names/

    #178181

    In reply to: Add activity type

    meg@info
    Participant

    Hi,

    Here the codex

    bp_activity_add()

    You can use bp_activity_add and change type param.

    #178178
    meg@info
    Participant

    Hi,

    Click ‘Screen Options’ on the menu page ( at the top right of the page ) and check Buddypress.

    #178171

    In reply to: video commenting

    fkapnist
    Participant

    I use the tubepress plugin for video… You can show many thumbnails on your site and play them in a light-box popup… or in their original YouTube page – which solves your user comment issue without having to make new templates

    http://tubepress.com/demo/

    the Activity Plus plugin allows users to post videos with their comments, just like Facebook, but for BuddyPress….

    #178167
    fkapnist
    Participant

    @modemlooper : A BuddyPress member cannot delete their account. But a WordPress administrator can delete a user from the dashboard.. If you have been following the recent EU moves on the Internet, such as forcing sites to post “We use cookies on this site” dumb messages, it will probably soon be necessary for members to be able to cancel their own accounts, for the sake of privacy…

    #178164
    fkapnist
    Participant

    I Finally got it. I deactivated all my plugins except BuddyPress and I switched to a safe theme (TwentyTwelve)…. I was then able to update to BuddyPress 1.9.2 with no problem.. Except that some plugins lost their settings and had to be re-configured….. So why hasn’t anyone come up with a simple WP plugin that automatically deactivates all plugins for updates and then reactivates them again?.. hmmm…. sometimes the obvious solution is overlooked.

    #178157

    In reply to: video commenting

    tolusage
    Participant

    @gfam105,

    If you are looking for an UI that allows only video commenting, then I am afraid you will have to code a plugin that does just that.

    But given the plethora of bp plugins that support video, you might just give these plugins a try:
    https://wordpress.org/plugins/buddypress-media/
    https://wordpress.org/plugins/buddypress-activity-plus/

    Any of these plugins allow your users to upload videos in comments.

    Hope this helps 🙂

    tolusage
    Participant

    Hi @BuddyBoss,

    Try and play with this plugin if you really want to import user data to custom CRM applications (it’s a little old and was developed for another WP plugin):
    https://wordpress.org/plugins/simple-crm-buddypress-xprofile/

    Feel free to download that plugin, study its source, implement whatever customisations you want as per Woopra and test to see if it solves your issue.

    P.S. If you end up modifying that plugin to accommodate other important user data fields, don’t forget to rename it to something else and block off ALL its internal call for updates (whenever the parent plugin is pushed for updates, otherwise ALL your changes will disappear should you mistakingly push through with the update).

    #178148
    Aaron Courtyard
    Participant

    So i resolved the error by rolling back to buddypress 1.9.1. 1.9.2 doesn’t work for me!

    #178147
    aces
    Participant
    #178127

    In reply to: Change Avatar Problem

    Henry Wright
    Moderator

    On your site? I haven’t got one

    On here (BuddyPress) I’m @henrywright

    #178110
    GANESH
    Participant

    hello shaunokeefe, were you able to modify the buddypress email notification settings for the group email? The plugin “welcome pack” only has options to modify for the “personal messages” though I didnt get it to work.

    #178108
    Itookmyprozac
    Participant

    Hi,

    Thanks for the quick answer!

    Yes, both enviroments are multisite (sorry, forget to mention that).

    The obvious solution is to try another plugin but I am very happy with the results of spam destroyer after a year of use.

    I should mention that I’m running another (multisite) website with buddypress 1.5.5 & Spam destroyer 1.3.2 and everything is working fine.

    #178101
    BuddyBoss
    Participant

    Likely in your s2member setup, you are integrating some BuddyPress functionality and since BP is deactivated the s2member plugin is throwing up an error. So now you are locked out of your admin.

    There is a simple solution if you have access to FTP.

    Just rename your ‘wp-content/plugins’ folder to ‘wp-content/_plugins’. Note the underscore.

    This will instantly deactivated all plugins, as WordPress will not be able to load the plugins directory. Then you should be able to log in again. If you rename _plugins back to plugins, then your plugins will load again. So maybe rename s2member so it deactivates, then reactivate BuddyPress and then s2member after.

Viewing 25 results - 17,401 through 17,425 (of 68,918 total)
Skip to toolbar