Skip to:
Content

BuddyPress.org

Ticket #5805: patch.diff

File patch.diff, 1.4 KB (added by pollyplummer, 11 years ago)

First try at creating an animated gif demo of the new mentions interface

  • src/bp-core/bp-core-admin.php

    diff --git a/src/bp-core/bp-core-admin.php b/src/bp-core/bp-core-admin.php
    index ca47c65..19d6541 100644
    a b class BP_Admin { 
    550550                        <div class="changelog">
    551551                                <h2 class="about-headline-callout"><?php _e( 'Revamped @mentions Interface', 'buddypress' ); ?></h2>
    552552                                <p><?php _e( 'Forget the old days of trying to remember someone&#8217;s username when you want to @mention them in a conversation! With BuddyPress 2.1, type a <code>@</code> when leaving a status update or commenting on an activity item or blog post, and the new suggestions panel will open.', 'buddypress' ) ?></p>
    553                                 <p>TODO: add GIF.</p>
     553                                <p><img src="<?php echo $image_base ?>mentions-demo.gif" /></p>
    554554                        </div>
    555555
    556556                        <hr />
    class BP_Admin { 
    636636                                                                _e( 'When making searches with <code>BP_User_Query</code>, a new <code>search_wildcard</code> parameter gives you finer control over how the search SQL is constructed.', 'buddypress' );
    637637                                                                ?>
    638638                                                        </li>
    639        
     639
    640640
    641641                                                        <li><?php printf( __( '<a href="%s">&hellip;and lots more!</a>', 'buddypress' ), 'https://codex.buddypress.org/releases/version-2-1' ); ?></li>
    642642                                                </ul>