Forum Replies Created
-
Author
-
MauriceParticipant
Dear Catalin,
Thanks for the link and posts.
Will have a work with it.
Regards,
Maurice
MauriceParticipantDear Catalin,
Thanks for the link.
But when will this option be available for uploading/posting video and or music file on the sweetdate theme?Or did i miss something, since i didnt update the last version?
Regards,
Maurice
MauriceParticipantHello Catalin,
In addition to above post is there a specific file format and a size limit required for the video and/or music post?
Thanks again,
Maurice
MauriceParticipantHello Catalin,
Thanks for the post, this could be a solution for it.
Any code available to program this.. ,aybe also for the music option button of so please?Thanks
Maurice
MauriceParticipantHi mwspano,
I use 2 plugins.
The registration plugin to manually approve members i use: BP-Registration-Options
To reduce/block spammers is use: Stop Spammer Registrations Plugin
MauriceParticipantHi..
For my site and to force/make users add their profile pictures and block spammers I use a registration plugin.
You can manually activate/approve the members.
In the setting of this plugin, when I member signs in: He gets this message:“Your membership account is awaiting approval by your site. We do NOT tolerate fake profiles and any other fraud in such means. To protect our members, you will not be able to fully interact with social aspects of this website until your account is approved. Once approved or denied you will receive an email notice. Please correctly update your profile and upload your avatar(profile picture) within the next 24 hours, avoiding possible deactivation or deletion of your profile and account.”
Meaning the users will not get access before they upload a profile picture.
If the users even dont want to upload a avatar, consider them spammers anyway.Regards
MauriceParticipantHi,
In PMPro Memberships/Advanced Settings/Filter searches and archive I had to set for No,Non Members.
Seems to work.
Thanks,
Regards,
MauriceParticipantHi,
I didnt understand you explanation completely.
You mean, in post/general settings/video embed for example where is http://www.youtube.com/watch?v=p2Rch6WvPJE
I should make another line like http://www.youtube.com/watch?v=p2Rch6WvPJE, http://www.youtube.com/watch?v=p2353eettAnd this slider can be displayed/working on a normal page but not the home page?
Example image is included
Regards,
Maurice
Attachments:
You must be logged in to view attached files.MauriceParticipantHi,
In the Home page I had to create another shotcode/content elements/post carousel.
In the post I had to reorganize the post in a category.Thanks.
Regards,
MauriceMauriceParticipantUpdate: meaning 4 or 5 in the same row, or for example 6 in 2 rows(3 and 3)
Thanks
MauriceParticipantHello,
A editor put this code in funtions php. Hope it helps someone.
In functions.php:
add_action( ‘admin_init’, ‘redirect_non_admin_users’ );
function redirect_non_admin_users() {
if ( ! current_user_can( ‘manage_options’ ) && ‘/wp-admin/admin-ajax.php’ != $_SERVER[‘PHP_SELF’] ) {
wp_redirect( home_url() );
exit;
}
}MauriceParticipantHello,
Thanks for the help and direction.
As far as I can see I had to deleted/deactivated this plugin.
Addional coding to fix the restriction has been done.
Thanks for the help.Kind regards,
Maurice
MauriceParticipantHello,
I will try, but we updated the theme recently, before the update the mentioned error was there and after the update it still was there.
Any suggestions which file could be problematic then?Kind regards,
Maurice
MauriceParticipantHi,
I have deleted the plug in and som other plugins which were unnecessary at the moment.
Still the problem is there when sending messages to another meber for example.
With kind regards,
Maurice
MauriceParticipantHello, I got it fixed using this in functions.php
function redirect_to_front_page() {
if(is_user_logged_in() and is_admin() and !current_user_can(‘edit_posts’) ){
wp_redirect( home_url() ); exit;
}
}
add_action(‘init’, ‘redirect_to_front_page’);Thanks and hope somebody else can use it.
Maurice
MauriceParticipantHello,
O yes of course, didnt think about it, sorry.
Many thanks and nice weekend to all of you.
Kind regards,
Maurice
MauriceParticipantHello Abe and Team,
I got a little confused since I couldnt find rtMedia.
Just deleted pictures etc than general from admin activity.
Thanks for making it more clear.
Kind regards,
Maurice
MauriceParticipantHello, In admin/activity I found several options to filter but no “rtMedia update” ??
The choices are included in the image:
Is there a specific filter to show only pictures/images from members??
Many thanks,
Maurice
Attachments:
You must be logged in to view attached files.MauriceParticipantThank you so much for your help in this. You are wonderful and so is your theme and team
MauriceParticipantIm Dutch and of course fluent in this language
Anybody who needs help with this Dutch translation, Im willing to translate that what is needed or insufficient.
Kind Regards,
Maurice
-
AuthorPosts