AliasgerSW
Forum Replies Created
-
I got you @tw2113 , Thanks for your help.
Yes @tw2113 , if you provide filter for this, it may solve the request for me and for others.
I got reply as well that you are not entirely disabling the user, you are just putting into moderated status to stop them performing any activity over the website
Thanks @tw2113 for your reply.
I got your point that we can approve that user after the execution of your function, but the matter is, in your function you’re sending an email to the admin for approval, which makes it confusing for the admin user because they will receive an email for the approval which is already been approved by the website.
Can we have some sort of filter that we can implement in our child theme? We can inform you whether this user requires approval or not using that filter.
Forum: Plugins
In reply to: [MultiSite Clone Duplicator] Problem on deleting a NetworkHello sir,
Sorry for late reply because i am outsite.
My actual code in functions.php is below :function add_table_to_copy($ar_primtab) { $ar_addval = array( 'awpcp_adfees', 'awpcp_admeta', 'awpcp_adphotos', 'awpcp_ads', 'awpcp_ad_regions', 'awpcp_categories', 'awpcp_credit_plans', 'awpcp_media', 'awpcp_pagename', 'awpcp_pages', 'awpcp_payments', 'city', 'country', 'cpd_counter', 'cp_ad_fields', 'cp_ad_forms', 'cp_ad_geocodes', 'cp_ad_meta', 'cp_ad_packs', 'cp_ad_pop_daily', 'cp_ad_pop_total', 'es_deliverreport', 'es_emaillist', 'es_notification', 'es_pluginconfig', 'es_sentdetails', 'es_templatetable', 'location', 'newsletter', 'newsletter_emails', 'newsletter_stats', 'states', 'wpbdp_fees', 'wpbdp_form_fields', 'wpbdp_listing_fees', 'wpbdp_payments', 'wpbdp_payments_items', 'wpbdp_submit_state', 'zerospam_blocked_ips', 'zerospam_log', 'p2p', 'p2pmeta' ); foreach($ar_addval as $singleval){ $ar_primtab[] = $singleval; } return $ar_primtab; } add_filter('mucd_default_primary_tables_to_copy', 'add_table_to_copy');
During site duplication this tables were duplicating properly according to need. But when if i’ll delete this tables above table sometimes didnot deleted. Specially newsletter tables.
Thanks in Advance
Forum: Plugins
In reply to: [Post Notification by Email] Email didnot send on bulk post publishing.ok
Forum: Plugins
In reply to: [MultiSite Clone Duplicator] Table Cloning problemThanks to you also sir to solve this problem instantly sir.
Best Regards
Aliasger SabunwalaForum: Plugins
In reply to: [MultiSite Clone Duplicator] Table Cloning problemHello sir,
You work like charm sir…
I have checked the issue, now my problem has been solved.Thankyou once again sir for helping me instantly.
Best Regards
Aliasger SabunwalaForum: Plugins
In reply to: [MultiSite Clone Duplicator] Table Cloning problemCan you give me two days, because for testing i have to startup for multisite, because my previous database is stop responding to me because of huge amount of tables i.e. above 95000. So i am starting it for Cloning on tomorrow.
Thankyou so much for your instant help. It seems like it will solve my problem.
Best Regards
Aliasger SabunwalaForum: Plugins
In reply to: [MultiSite Clone Duplicator] Table Cloning problemJust confirming, do i add above code before Get sources Tables comment ?