Utsav Sarkar
Forum Replies Created
-
AuthorPosts
-
Utsav SarkarParticipant
Hi Shamim,
I wanted the toggle feature to be disabled by default so that users can see the messages at all times. Hence, I have the following code in my functions.php
add_action( ‘wp_enqueue_scripts’, function(){
wp_deregister_script( ‘fep-replies-show-hide’ );
});However, after the Version 10.1.4 upgrade, the messages are toggled off by default. how can I remove the toggle feature again so that users can see the messages
August 28, 2018 at 8:38 am in reply to: Unable to remove "maxlength" and "minlength" requirements #16910Utsav SarkarParticipantThis is not working after the version 10 update
Utsav SarkarParticipantHey this thing is not working after the version 10 update.
1) link the participants name to their ultiamate member profile
2) remove the toggle function completelyUtsav SarkarParticipantAfter I sent a new message, all old messages showed up and looks like its working fine. Not sure if other users on my site will see the same behaviour.
Utsav SarkarParticipantYes I had the exact same problem / behavior. Once I sent a new message, all old messages showed up. Not sure if other users on my site will face the same thing?
Utsav SarkarParticipantClick on “Messages” from the menu. It changes the user to “Aaron Medford” for some reason. Not sure why.
Utsav SarkarParticipantThis reply has been marked as private.Utsav SarkarParticipanti removed the previous code and added the new one. however, the link appears in the subject again. so put both codes and its working as expected. thank you
Utsav SarkarParticipantfor some reason, the links don’t work in the “New Message” template. But they work in the “Reply Message” template. Is there a way to make them work on the “New Message” template as well?
Utsav SarkarParticipantHey I just checked some email logs on my website realized that {{sender}} and {{receiver}} usernames inside the email notifications are being linked to their user profiles as well. This is good. However, the link appears in the subject as well. Please see screenshot.
How can I remove the link from the subject but still keep the links inside the email?
Attachments:You must be logged in to view attached files.Utsav SarkarParticipantawesome bro this worked. thank you!
June 6, 2018 at 3:26 am in reply to: How to Link the conversation thread subject to original post? #14756Utsav SarkarParticipant1) thanks that worked.
2) Isn’t there a way to display the title of original post on the conversation thread and then link it to that post? This way, the participants can view the original post from where the conversation started.
Utsav SarkarParticipantThanks this works. However, is there a way to remove the toggle function completely? Currently, when you click on the participant’s name, it hides the message first and then takes you to the user’s profile.
June 4, 2018 at 7:24 pm in reply to: Unable to remove "maxlength" and "minlength" requirements #14678Utsav SarkarParticipantthank you that worked
Utsav SarkarParticipantI am using Ultimate Member so the user profile link is /user/username/
For example: /user/eddie-ortisi/
-
AuthorPosts