drgozen
Forum Replies Created
-
I resolved the problem. Marked as resolved.
Subspecialty is not a required field. The specialty field is a dropdown (predefined values), and I created one page for every specialty. However, the Subspecialty field is a textarea, so users can type any subspecialty there. Also, I didn’t create any posts for subspecialties.
Thank you
Yes, thank you so much. Now it works perfectly fine.
this is homepage where the member directory should be visible: https://ibb.co/ss4DK71
No error but profile page and member directory is not opening.
Here’s screenshot for profile page
There’s a problem with new version. I updated with the new one and site is not opening now
It works with one word specialties like Pediatrician or Dermatologist. But not working with 2 or more words like Cardiovascular Surgeon etc. Not translating General Surgeon to general-surgeon
This is the original use:
first_key, https://ultimatemember.com/, UM Link , um-faicon-external-linkis it possible to make it like this:
first_key, second_key, UM Link , um-faicon-external-linkso it will take the
first_keywhich is “special” and take thesecond_keywhich is “specialty_information” and has the URL and make the link?<a href=”second_key”> first_key </a>
How can we do that? I installed and run your plug-in. But now all the links go to same page.
Post slugs are very similar to the specialties. So for example General Surgeon URL is …./general-surgeon and for Emergency Medicine the URL is …/emergency-medicine
- This reply was modified 1 year, 5 months ago by drgozen.
It looks good. But the thing is there are different specialties, so different explanation pages (different URL) are there.,
For example:
Dr. John Doe
General Surgeon
Dr. Jane Doe
Obstetrics & Gynecology
so in Dr. Joe, link should be …./general-surgeon
Dr. Jane the link will be ……/obstetrics-and-gynecology
I installed your plug-in but does it have this feature?
so it will be like <a href=”{specialty_information}”> {special} </a>
specialty_information is the meta key for the URL and special is the meta key for the specialty.
- This reply was modified 1 year, 5 months ago by drgozen.
Thank you so much! It works perfectly fine.
Hello again, I need help for some more improvements.
In the database, clinics has phone, address, website, email, whatsapp number and location information.
The WhatsApp number automatically creates a WhatsApp link for clinic 1, but it does not create a link for clinics 2 and 3.
WhatsApp metakey for clinic 1 is whatsapp, clinic 2 is whatsapp_66 and clinic 3 is whatsap_66_66
I had to duplicate WhatsApp for WhatsApp 2 and WhatsApp 3 because when I added WhatsApp for clinic 1, it was no longer clickable for clinic 2 and clinic 3.
Can you help me with this?
Thank you.
Thank you so much! That works perfect. Thank you
There’s one more problem. In the database one doctor can be listed under maximum 3 clinics. For example:
Doctor1’s first clinic is X Clinic and second clinic is Y Clinic.
Doctor2’s first clinic is Y Clinic.
Doctor3’s first clinic is Q Clinic, second clinic is W Clinic and third clinic is X Clinic.
Doctor1 and Doctor2 are both working in the Y Clinic but it is “clinic2” for doctor1 and “clinic1” for doctor2.
Doctor1 and Doctor 3 are both worjing at the X Clinic.
How can I sort these all?
I have one more question.
Some of the doctors work at more than one clinic. So in this code how can I print the clinic1 or clinic2 ?
$output .= '<div><a href="' . esc_url( um_user_profile_url( $user->ID )) . '">' . esc_attr( $user->display_name ) . '</a> - ' . esc_attr( $user->clinic ) . '</div>';I added this but it doesn’t work.
Thank you.