chupino
Forum Replies Created
-
Hi Andrew,
Thank you for your response. I do not want to disable the email. The issue is that JobBoardWP doens′t have a customized “New User” email, only “Job expiration reminder”, “Job has been edited”, “Job listing approved” & “Job submitted”. When creating a new user via Post-Job page integrated with Ultimate Member, the “New User” email triggered is that of WordPress, received From WordPress and no HTML enabled.
Which is the way to correctly handle it so “Account Welcome Email” or any other template email can be triggered?
Thank you!
Hi @nsinelnikov
I am facing the same issue as @raylua and followed your custom field implementation guide. Unfortunately it is not accurate for customized dropdown fields. There are 2x dropdown fields in a job post (job_type and job_catory) but those call native functions from the Job class when filling the options of the fields which doesn’t serve for a customized currency field.
Could you expand on which would be the code for filling the options of a Ultimate Member dropdown custom field please?
Also, how can you add a custom field to the Job Preview / Listing?
Thanks!
Hi, yes resolved thanks for the follow up!
Hi @nsinelnikov thanks for the quick response!
I am using Ultimate Member plugin and theme and I just did as recommended, I went to the User Role settings and checked the boxes for all 10 jb listed capabilities but the issue still persists.
Could it be another restriction setting somewhere else in Ultimate Member or JobBoardWP instead?
Forum: Plugins
In reply to: [JobBoardWP - Job Board Listings and Submissions] Import bulk categoriesHere is the correct structure in case someone needs it:
<wp:term> <wp:term_id>id</wp:term_id> <wp:term_taxonomy><![CDATA[jb-job-category]]></wp:term_taxonomy> <wp:term_slug><![CDATA[categorySlug]]></wp:term_slug> <wp:term_parent><![CDATA[]]></wp:term_parent> <wp:term_name><![CDATA[categoryName]]></wp:term_name> </wp:term>
- This reply was modified 1 year, 3 months ago by chupino.