Anil Patidar
Forum Replies Created
-
Forum: Plugins
In reply to: [amr users] Dont Delete my list in the pluginHi
Thank you very much for the help.
only delete list administrator role
dont delete other rolesthank you again
Forum: Plugins
In reply to: [amr users] Dont Delete my list in the pluginHi,
Already i have remove the plugin and again reinstall the plugin and all plugin deactivate
but dont working
and also checked on localhost but live site and localhost both are in same problem
dont delete listwhat should i do.
and one more think i have create a new role for backend user for the site development
so i think dont have permission new role delete the list …please help
Please set you permalink in dashboard…
Hi.
@martinlebettrePlease use this code in function.php file in your theme directory
so you can upload profile pic from registration form..
but one think
your registration form field asign meta key
meta key is — ( userphoto )
————————————————-
add_filter(“um_user_pre_updating_files_array”,”um_custom_user_pre_updating_files_array”, 10, 1);
function um_custom_user_pre_updating_files_array( $arr_files ){if( is_array( $arr_files ) ){
foreach( $arr_files as $key => $details ){
if( $key == “userphoto” ){
unset( $arr_files[ $key ] );
$arr_files[ “profile_photo” ] = $details;
}
}
}return $arr_files;
}add_filter(“um_allow_frontend_image_uploads”,”um_custom_allow_frontend_image_uploads”,10, 3);
function um_custom_allow_frontend_image_uploads( $allowed, $user_id, $key ){if( $key == “profile_photo” ){
return true;
}return $allowed; // false
}
—————————————-Thank you.
- This reply was modified 7 years, 5 months ago by Anil Patidar.
its only a ultimate member plugin
n its give me 404 error in archive page.Hi, @hiteshmakvana
please you may help me.
for this question
all the event show in yearly archive
like all post show in yearly archive in side barsame to same show archive for all event in archive
https://www.gonexus360.com/mpf/events/
i have set archive in this link but
problem is that result not foundall permalink is set
please help..
Hi, @hiteshmakvana
extremely sorry for the question
because i am using the different plugin and my question was other plugin .
by mistake i haven ask the question .i am using the this plugin.
https://www.ads-software.com/plugins/events-manager/
thank you
- This reply was modified 7 years, 5 months ago by Anil Patidar.
also i have create t two columns in UM form but
showing the up to down..why…?
Hi. @fmangini
my question is “how to add a one field left and second field right in your registration form.?” because my registration form in all field up to down one by one.
i want to same your registration form design ..
you can visit my registration form.
https://www.gonexus360.com/mpf/register
i hop understand my question
thank you
Hi,@fmangini
please tel me
how to change registration form format in your website.https://www.gonexus360.com/mpf/register
please explain
your form locking good.
https://wp.alesca.net/todevento/registrazione-fornitori/thank you
how to add event in archive …all event show in archive year wise…. like post archive
please help..
thank you
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Listing eventsHow to disable deactivate member from search functionality.
suppose i am searching a member in search via form all member searched according to key word but i want to deactivate member do not showing in search result.
at present all member search in search result. (active member and deactivate)
but i want show only active member only.also i have purchased user tag extension for ultimate member plugin .
thank you
please help
are you want add profile pic add from frontend side
using registration form…
How to disable deactivate member from search functionality.
suppose i am searching a member in search via form all member searched according to key word but i want to deactivate member do not showing in search result.
at present all member search in search result. (active member and deactivate)
but i want show only active member only.also i have purchased user tag extension for ultimate member plugin .
thank you
please help