Replies
- calu on November 29, 2018 at 10:40 am in reply to: Is BuddyPress Private Message Rate Limiter not working with BuddyPress Nouveau? #19118
Hi Brajesh, yes it’s correct, it is an older version I have installed.
Regards
Carsten - calu on November 29, 2018 at 10:38 am in reply to: Code Snippet 'Add Xprofile fields to the member code' #19117This reply has been marked as private.
- calu on November 26, 2018 at 9:40 pm in reply to: Show BuddyPress User Registration form everywhere on your BuddyPress site #19031
Hi Brajesh, FYI, I had to deactivate this widget because of this message from the theme developer:
‘there is a 404 error on the buddyregistration.js. I assume this is the script thats required for the registration. Can you try reinstalling the buddyregistration plugin?’
Just to let you know.
- calu on November 26, 2018 at 12:28 pm in reply to: [Resolved] Remove the subject line requirement in messages? #19012
Thanks a lot!
- calu on November 26, 2018 at 12:16 pm in reply to: [Resolved] Remove the subject line requirement in messages? #19010
Hi Brajesh, I contacted the theme developer, who returned this wrap for the custom code, but no luck, the subject field is still empty.
Just to be sure, this code should work?
<script type=”text/javascript”>
jQuery(document).ready(function() {
jQuery(‘#send_message_form’).submit( function() {
jQuery(‘#subject’).val(“Some message subject”);
});
});
</script>Regards
Carsten - calu on November 23, 2018 at 4:48 pm in reply to: [Resolved] Remove the subject line requirement in messages? #18960This reply has been marked as private.
- calu on November 23, 2018 at 3:51 pm in reply to: [Resolved] Remove the subject line requirement in messages? #18958
What I mean is that, the Subject field is not showing “Some message subject” as expected.
- calu on November 23, 2018 at 3:49 pm in reply to: [Resolved] Remove the subject line requirement in messages? #18957
I copied
<script>
jQuery(‘#send_message_form’).submit( function() {
jQuery(‘#subject’).val(“Some message subject”);
});</script>
into the custom hook option in the theme, but the ‘subject’ is still showing?
Regards
Carsten - calu on November 23, 2018 at 3:24 pm in reply to: [Resolved] Remove the subject line requirement in messages? #18956
Hi again I bought the GP Premium so the problem is solved, I hope.
Regards
Carsten - calu on November 23, 2018 at 3:14 pm in reply to: [Resolved] Remove the subject line requirement in messages? #18955
Hi Brajesh, I am using the GeneratePress, and I have don some research on adding custom js to the theme. There are no buddypress.js file, the developers recommend to use GP Hooks , which is part of the GP Premium add-ons.
I am not using their Premium Add ons, so are there no other standardized way of adding js code to a theme?
Regards
Carsten