David
Forum Replies Created
-
AuthorPosts
-
DavidParticipant
Yes, I appreciate there are ways to beat this system. However, after posting an email address the user could receive a message, also sent to Admin, stating that further attempts to post such details would result in an account freeze. Anyway, it is beyond my level of expertise. If this is something you could do as a paid modification I would be interested.
DavidParticipantHi, further to this, would it be possible to have an option where the subscriber role cannot enter telephone numbers, email addresses etc in a message, but all other roles are unrestricted?
October 29, 2018 at 2:09 am in reply to: You can now safely delete Front End PM PRO legacy messages and announcements. #18613DavidParticipantThanks for the info. All worked out fine.
DavidParticipantAwesome, thank you!
DavidParticipantThanks very much, works great. The main problem is that people are doing it without realising so do not unblock because they do not realise they have blocked. I think it is because people are making bookings through messaging so they may be mistaking the word “block” for “book”.
Anyway, it would be great to have this included in the next version. If not I will keep updating the file.
Thanks again!
DavidParticipantAny idea on when the next version will be out?
DavidParticipantThis would be great, however, there comes a point where the users do need to exchange personal details. This is the point where the deal is agreed. So an automatic system would not work as would be permanently on right?
At present there is a standard £deal agreed” message which is sent via the “All Messages” extension. After this message is accepted the users can exchange contact details.DavidParticipantMy site works like Airbnb messaging. Users can send private messages but should not exchange personal contact details until they agree on a deal/price. So I have been checking messages that are sent and editing them to remove any telephone numbers, email addresses etc. It is better in this case because now I have to delete the entire message which causes confusion.
DavidParticipantMany thanks.
DavidParticipantOk, how are permitted users selected? Is it on the same page?
DavidParticipantYes, it is super fast now without using the previous fix.
Great work on the plugin, was nervous watching 23000 messages get updated but it all worked!
August 29, 2018 at 9:43 pm in reply to: Can't reply to a message after it is deleted by other user. #17036DavidParticipantThanks for the clarification.
DavidParticipantDo you think that the new version will solve the original problem described in this topic?
DavidParticipantThanks!
DavidParticipantThanks, that worked perfectly.
One other small issue, before I was using the following in my functions.php.
add_action( ‘fep_display_after_message’, function(){
$authordata = get_userdata( get_the_author_meta(‘ID’) );if( in_array( ‘business’, $authordata->roles ) ){
echo ‘<div id=”businesslink”>See more information and photos of ‘ . get_the_author_meta(‘display_name’) . ‘.</div>’;
}
});It is not working anymore although I can see that the action is still there. Any ideas?
-
AuthorPosts