Gary Pendergast
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Job Manager] Job manager and WPMLDo you have a link to the site where I can see this? If you’d prefer not to share the site publically, you can email it to me at gary@pento.net.
Forum: Plugins
In reply to: [Plugin: Job Manager] Installed but no pagesFirst off, could I get you to add the following line to your
wp-config.phpfile:define('WP_DEBUG', true);Revisit the page that isn’t working, and tell me if you see any messages either on your screen, or in your Apache error log.
Forum: Plugins
In reply to: [Plugin: Job Manager] Listing categories in seperate pageHere’s a brief example:
$categories = get_terms( 'jobman_category', 'hide_empty=0' ); foreach( $categories as $cat ) { echo "<a href='" . get_term_link( $cat->slug, 'jobman_category' ) . "'>$cat->name</a><br />"; }Forum: Plugins
In reply to: [Plugin: Job Manager] Remove Apply Now linkAll you need to do is go to Job Manager->Display Settings, scroll down to Individual Job Template, and remove (at minimum):
[job_apply_link]Apply Now[/job_apply_link]Forum: Plugins
In reply to: [Plugin: Job Manager] Listing categories in seperate pageThere is a Category listing widget you can use to list the Job Manager categories.
Alternatively, if you wish to add them to your theme, you can get a list of the categories with the following code:
$categories = get_terms( 'jobman_category', 'hide_empty=0' );Forum: Plugins
In reply to: [Plugin: Job Manager] Just a coincidence?Do you have a copy of the edited frontend-jobs.php? If so, email it to me at gary@pento.net, I’ll see if I can find what the problem was.
Forum: Plugins
In reply to: [Plugin: Job Manager] application form email autopopulatedFor text fields, anything you enter in the Data field in your App. Form Settings will be displayed as the default text.
I’ll look at a way to make the First/Last name fields auto-populate, though that will have to be a later version.
Forum: Plugins
In reply to: [Plugin: Job Manager] User rolesAh, I understand now. I’ll fix this up for 0.7.
Thanks for the bug report!
Forum: Plugins
In reply to: [Plugin: Job Manager] Job listing ‘table’ w/ exerptsDo you have a link where I could see this happening?
Forum: Plugins
In reply to: [Plugin: Job Manager] User rolesCould you clarify what you mean by markings disappearing? I’ve played around with job editing a bit, and haven’t had any problems with data disappearing.
Forum: Plugins
In reply to: [Plugin: Job Manager] Multiple ApplicationsThanks for the bug report! I’ll look at fixing this for version 0.7.
Forum: Plugins
In reply to: [Plugin: Job Manager] User rolesYou’re right, the user roles are not correct at the moment. I’m planning on fixing this up in version 0.8, when I build a frontend to allow anyone to post jobs, for site owners to charge for job postings, etc.
Not at the moment. I’ll look at adding this option for version 0.7.
Thanks for the feedback!
Forum: Plugins
In reply to: [Plugin: Job Manager] Change the URL path in settingsAre you only seeing this paragraph in the admin area, or are you seeing it when you view the page on your site, as well?
Do you have a link to your site that I can look at? (Feel free to email me if you’d prefer not to post it in public.)
Forum: Plugins
In reply to: [Plugin: Job Manager] WPML CompatibilityHelp with translating is always welcome!
I handle my translations on http://translations.pento.net/ . Send me an email at gary@pento.net, and I’ll create an account for you.