-
Author
-
March 23, 2016 at 01:57 #112286jazzbuzzParticipant
Hello,
I would like to show the private messages descending so the new ones are on top and old ons are below the latest one.
Right now I have to scroll all the way down to see latest messages.
Is there a way to change the order?
Thank you very much.
Regards,
Jasmin
March 25, 2016 at 04:21 #112684LauraModeratorHello, please follow the steps:
1- Copy
wp-content/themes/sweetdate/members/single/messages/single.php
to your child theme so that the directory structure looks like this:
sweetdate-child/members/single/messages/single.phpThen in single.php, change
COPY CODE<?php if ( bp_thread_has_messages() ) :?>
to
COPY CODE<?php $args = array( 'order' => 'DESC' ); if ( bp_thread_has_messages( $args ) ) : ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 25, 2016 at 10:56 #112711jazzbuzzParticipantLaura, thank you so much! It worked 🙂
Have a great weekend.
Regards,
Jasmin
March 28, 2016 at 09:21 #113041LauraModeratorGlad to help 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.