-
Author
-
July 9, 2016 at 10:12 #128587youratepornParticipant
Hello,
How can i change the message into buddypress? I want the newest first.
Thnx
July 11, 2016 at 07:54 #128672LauraModeratorHello, can you specify a bit more?
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 🙂
July 11, 2016 at 08:39 #128692youratepornParticipantOke, when i sent a member a message the messe will order in the inbox by Old on top. But i want the new message on top.
Thnx
July 11, 2016 at 09:31 #128724LauraModeratorHello, copy kleo/buddypress/members/single/messages/single.php
to your child theme so that the dir structure looks like this:
kleo-child/buddypress/members/single/messages/single.phpThen in single.php, change
COPY CODEif ( 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 🙂
July 13, 2016 at 02:58 #129013LauraModeratorHello, you need to use it if you want to do changes to the theme, or you will lose them when you update the theme
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 🙂
December 21, 2016 at 20:13 #147727LauraModeratorHello, like facebook messages? I don’t know if there is any that could change it like that, because you would need a chat plugin, and then integrate it at messages, then edit the template and css…
So i suggest to use a chat plugin instead because the first option would require to hire a developer.
Some chat plugins that work with buddypress https://wordpress.org/plugins/search.php?q=buddypress+chat
You can find more at codecanyon
Or you can use Arrowchat or CometchatHi 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
The forum ‘General questions’ is closed to new topics and replies.