pratikyashco
Forum Replies Created
-
Hi @skeg,
You have to create custom template for these.
Please take a look
http://docs.ultimatemember.com/article/120-adding-your-custom-profile-templatesthanks
Hi @euan01,
Paste it in birchpress->settings->custom code ->php code
<?php
global $birchschedule;
birch_defn($birchschedule->enotification, ‘async_send_email’, $birchschedule->enotification->send_email);
?>
It’s work for me.Hi @webtent,
can you please give me the link of the page for booking.Thanks for revert, I just tried to create custom template for members page and put my custom code there and its worked.
So I think I should close this thread.
thanks.- This reply was modified 9 years, 6 months ago by pratikyashco.
Hi,
I wanna assign some users to a user and show him only the assigned users.In short the thing which I wanna do is, admin will assign some members to a customer and then customer can view only those members which were assigned to him by admin.Thanks.