mbay
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Display jobs/resumes on a logged in per-user basis onlyHi Mike Jolley,
I like how the ‘my jobs’ shortcode gives people the ability to edit their own posted jobs – it’s very practical! – but it’s possible it may not be needed.
Perhaps instead of modifying the job-dashboard.php template or creating a child template I could use css to hide those elements so that when there is an update there will be no need to re-create the child page in the event of changes to the parent page?
Forum: Plugins
In reply to: [Post Status Notifier Lite] WP Job Manager – Notification back to posterHello Timo,
thank you for your response.
To clarify and confirm what you said, I mean email address (user) of the one who posted the custom post type – in this instance, WP Job Manager.
I was hoping to have 1 rule to notify the admin of a new post for that custom post type (WP Job Manager), then a 2nd rule to notify the user of the post (email address) when the post is approved (active).
Would that be possible?
Forum: Plugins
In reply to: [WP Job Manager] Display jobs/resumes on a logged in per-user basis onlyHi Mike Jolley,
when using the ‘my jobs’ shshortcode it gives the options to edit a submitted job – is there an option within the shortcode to disable “edit” “mark filled”, etc? I was reviewing the docs on the website, but only saw the shortcodes themselves.
Forum: Plugins
In reply to: [WP Job Manager] Display jobs/resumes on a logged in per-user basis onlyHi Mike Jolley,
you got it right! I did use the ‘my jobs’ dashboard shortcode, although I am not sure if the employer will be given the option to edit their job posting once it has been submitted.
I also installed the role plug-in you suggested (thank you); perhaps I am unclear how to use it, but I do see “manage_job_listings” under the Custom Capabilities header which is available for all users, and I don’t see anything specific related to that specific user – what am I missing?
Forum: Plugins
In reply to: [WP Job Manager] Display jobs/resumes on a logged in per-user basis onlyHi Mike Jolley,
I’ll attempt my best to clarify.
An employer would log in and post a job. When the employer is logged in, he/she would see only the jobs posted by themselves, and their current status (e.g. Pending or Active). So, if Jane Doe logs in and posts a new job she would only see that job, and not the others who have posted jobs.
Does that make more sense?
Forum: Plugins
In reply to: [WP Job Manager] Display jobs/resumes on a logged in per-user basis onlyHi Mike Jolley,
thank you. I understand the principle of assigning the role, but how would I assign an individual job/resume that has not yet been posted? I think I am missing a step, and any help would be greatly appreciated!
Forum: Fixing WordPress
In reply to: How to force download after clicking the mp3 file linkI was able to accomplish a “force mp3” download by adding the following to the .htaccess file.
<FilesMatch "\.(mov|mp3|jpg|pdf)$"> ForceType application/octet-stream Header set Content-Disposition attachment </FilesMatch>
Hello mibuthu,
that worked – thank you!
I was wondering where I got that “minus” instead of the underline, and perhaps you are aware but in the “About” section of the plug-in in the admin section there is the following text:
years_dropdown(show-all=false|show-past=true),cats_dropdown;;reset_link under the “filterbar_items” attribute name.
Perhaps that is for something else, and I misunderstood?
Forum: Plugins
In reply to: [Event List] Font-FamilyHi mibuthu,
the website is being built behind the scenes while the current one is still live; I will update this post when the site goes live if you don’t mind having a look then?
Thank You for your response!
Forum: Plugins
In reply to: [Event List] Drop-Down ArrrowHi mibuthu,
I understand, and thank you for the response!
Forum: Plugins
In reply to: [Event List] Enable HTML in "Event Title"Hello mibuthu,
I was just hoping to add a button link next to the title, but I found a more appropriate place.
Thank you for your response!
Forum: Plugins
In reply to: [Event List] Drop-Down ArrrowHello mibuthu,
upon researching, it seems to be a DOM browser default; it seems this could be changed with javascript/jquery, so I researched more and found this verify interesting link that I feel further customizes your already very flexible plug-in!
https://patrickkunka.github.io/easydropdown/
Hope this helps and saves others time!