-
Author
Tagged: private message excerpt
-
April 10, 2014 at 14:16 #14793
mycolombianwife
ParticipantEvery time someone recieves a private message.
First he will only be able to see an excerpt of about 60 characters.Since on my website, members have to pay a membership first to be able
to read private messages, they will be directed to the membership level page,
after clicking on the private message excerpt.Question: How I can reduce the characters of the private message excerpt length to about 6-10 characters.
So basically what I want to prevent is that members are able to send private messages not paying members
including their personal contact information, such as facebook, email ect…
and therefore prevent prevent new registered members from buying a membership to read
the private messages.Thank you!
April 14, 2014 at 23:00 #15076Abe
KeymasterHi, That is handled by buddypress and you can adjust that using the ‘bp_get_message_thread_excerpt’ filter.
Code example added to sweetdate-child/functions.php to adjust the length:COPY CODEadd_filter( 'bp_get_message_thread_excerpt', 'kleo_custom_message_length'); function kleo_custom_message_length($text) { return substr( $text,0 , 10 ); }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 16, 2014 at 22:10 #15305mycolombianwife
ParticipantGreat support I must say. This also worked like a charm.
April 16, 2014 at 23:24 #15319Abe
KeymasterGreat 😉 Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The topic ‘New private message excerpt length’ is closed to new replies.

