-
Author
-
February 10, 2018 at 20:17 #188303emmanuelParticipant
what is these things see attachment every time i delete a user or something it would appear, it is also located on profiles in the media section how to get rid of them
Attachments:
You must be logged in to view attached files.February 10, 2018 at 20:28 #188306Kieran_SQModeratorHi,
They’re PHP warnings, if you follow the path of the warning you will see the first is coming from bp-xprofile and the second is coming from buddypress-media (rtMedia).
What version of PHP are you running on your server?
If you like I can keep error logging on but turn off their display on the website via your host – please let me know if you would like me to do this.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
February 10, 2018 at 20:43 #188307emmanuelParticipantyes could you keep error logging on but turn off their display on the website and could you tell me how it is done too
February 10, 2018 at 20:50 #188308Kieran_SQModeratorHi,
I have set the below in you wp-config.php file
define('WP_DEBUG_DISPLAY', false);
If you need to update this in the future, login into your hosts file browser or via SFTP/FTP client and edit the wp-config.php file in the main WordPress folder. If you would like to show them again please change the line from false to true, like so:
define('WP_DEBUG_DISPLAY', true);
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Attachments:
You must be logged in to view attached files.February 10, 2018 at 20:59 #188312emmanuelParticipantok thank you, could buddypress get a live chat system
February 10, 2018 at 21:02 #188313Kieran_SQModeratorHi,
Live chat is possible with WordPress and BuddyPress but it is a third party plugin and/or add-on.
You might wish to try CometChat, iFly Chat or Arrow Chat
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
February 10, 2018 at 21:10 #188314emmanuelParticipantyes but the issue with the chat plugin is that it do not restrict member with certain membership level on my site, it only restrict role base members e.g author,subscriber, editor etc
February 10, 2018 at 21:12 #188315emmanuelParticipantyes but the issue with these chat plugins is that it do not restrict member with certain membership level on my site, it only restrict role base members e.g author,subscriber, editor etc
February 10, 2018 at 21:19 #188316Kieran_SQModeratorHi,
You would need to either contact the plugin / add-on developer to discuss them adding support for Paid Memberships Pro or reach out to a developer to add this functionality for you.
A starting point for either the plugin developer or other developer would be with pmpro_hasMembershipLevel() – you can read more about this here https://www.paidmembershipspro.com/documentation/content-controls/require-membership-function/ (you will need to register a free account to read this article).
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
February 10, 2018 at 21:35 #188317emmanuelParticipantok so if tell cometchat to add theses code here at pmpro_hasMembershipLevel() it would be able to work with paidmembershippro?
February 10, 2018 at 21:39 #188318Kieran_SQModeratorHi,
You can send them the link that I shared with you and let them know that you need it to work with Paid Memberships Pro. The pmpro_hasMembershipLevel() would be a wrap before their function that checks to see if X user is part of X membership level. If the user does have that membership level the code would run, and if the user did not have that membership level it would not.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
February 10, 2018 at 21:51 #188319emmanuelParticipantok how do the age requirement change
Attachments:
You must be logged in to view attached files.February 10, 2018 at 21:53 #188322Kieran_SQModeratorHi,
I am not sure what you mean, can you give me more information on what it is you would like to do with the age field?
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
February 10, 2018 at 21:56 #188323emmanuelParticipantok you saw the year 2000 which is for 18 years and older but when the year 2019 comes it suppose to change to 2001, how do it change
February 10, 2018 at 22:03 #188324Kieran_SQModeratorHi,
I have checked that out on your site and it doesn’t appear to be counting properly – I’m not sure why this might be. I will ask a developer to look into this for you – they’ll be in touch as soon as they can, Monday to Friday, East European Time.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
February 10, 2018 at 22:13 #188327emmanuelParticipantok so it would normally count automatically as the years goes by?
February 10, 2018 at 22:13 #188328Kieran_SQModeratorIt should do so, yes.
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
February 12, 2018 at 18:16 #188437RaduModeratorHi,
There is no quick way to generate ages by birthdate in that location, anyway that’s a custom request.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 12, 2018 at 18:19 #188439emmanuelParticipantso do years update automatic after a year has pass
February 13, 2018 at 17:12 #188529RaduModeratorGreat
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.