Skip to:
Content
Pages
Categories
Search
Top
Bottom

message display order

  • Hey everyone
    I wanned to change displayed massages order:
    1st thing i did was changing ASC to DESC in C:Program Files (x86)VertrigoServwwwwordpresswp-contentpluginsbuddypressbp-messages/bp-messages-classes.php:

    $notices = $wpdb->get_results( $wpdb->prepare( “SELECT * FROM {$bp->messages->table_name_notices} ORDER BY date_sent DESC” ) );

    2nd thing was to swap “send a reply” form with actual messages in :
    wp-contentthemesmy_themememberssinglemessages.php

    http://img15.imageshack.us/img15/3973/myproblemz.jpg thats how it looks so far.
    there must be jquery function somewhere that displays messages added on fly.
    Doe’s anybody know where can i find it?? newly added messages are in wrong place and order
    Many thanks for any help!!! :)
    Michal

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘message display order’ is closed to new replies.
Skip to toolbar