-
Author
-
July 9, 2016 at 10:12 #128587
yourateporn
ParticipantHello,
How can i change the message into buddypress? I want the newest first.
Thnx
July 11, 2016 at 07:54 #128672Laura
ModeratorHello, 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 solutionJuly 11, 2016 at 08:39 #128692yourateporn
ParticipantOke, 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 #128724Laura
ModeratorHello, 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 solutionJuly 13, 2016 at 02:58 #129013Laura
ModeratorHello, 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 solutionDecember 20, 2016 at 12:52 #147537jafar
ParticipantHello Laura
i want message box same like image please help me which plugin i use and
December 21, 2016 at 20:13 #147727Laura
ModeratorHello, 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 solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.