Gary Pendergast
Forum Replies Created
-
Thanks for that, I’ve fixed it for the next release.
Please let me know if you run into any problems, or have any other comments – this is a bit of an experiment, so feedback is always welcome!
It varies based on the information in the columns you want to display, but 10 is probably a safe maximum that will work on most screens. I’m going to look at ways to make this easier to manage.
If following my previous suggestion doesn’t work, please post a screenshot of what you see.
In the admin, go to Job Manager -> Settings -> App. Form Settings. All of the fields with “Show this field in the Application List?” selected will show in the Application List – if you have more than 10 or so selected, it will be unusable.
Unselect the ones you don’t need to see on the main list to make the interface usable again.
Try putting a comma between the email addresses, instead.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Message When No Jobs Are ListedJosh: not at the moment. The next major release of Job Manager will have proper filters and actions, so this will be possible.
Backwards compatibility, or some sort of upgrade process will definitely be part of the new version, and something I’ll be asking for help with testing. It will be one of the last parts written – we want to write the new version without feeling like we’re restricted by existing data structures – but there’s not much point rewriting a plugin if all of the existing users can’t upgrade to it. 🙂
As webrightnow pointed out, the problem here is that Job Manager relies entirely on the the Media Library, instead of handling the upload itself. It was a cute idea at the time, but in retrospect, the wrong decision.
There is a large amount of cruft in the Job Manager codebase (the basis of problems such as this and the pagination issue), so a friend and I have started rewriting it to more modern WordPress standards.
For those interested in following along at home, I’ve started a Rewrite Plan (for which comments are always welcome), and the (currently non-functional) branch is here, if you want to follow development progress:
http://wordpress-job-manager.googlecode.com/svn/branches/1.0.0/If following development progress isn’t your thing, but you’d like to be notified when an alpha or beta version is available for testing, please follow me on Twitter: @GaryPendergast.
I understand Job Manager is a critical part of your website for many of you, and it hasn’t had much love recently – I do apologise for that. Thank you all for your patience in this.
Forum: Plugins
In reply to: [plugin: Job Manager] ?page_id=0 (edit) issueAll Job Manager config info is stored in the wp_options table with option_name of ‘jobman_options’. This needs to be included in your DB copy.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Page Template for individual jobsIt’s supposed to use the template assigned to the Jobs Listing page, I’m not sure why that wouldn’t be happening.
It will fall back to using a template called
job.php, if you create that instead.Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] private CV'sThere are a couple of problems here:
- Having a special directory for uploads probably won’t play nicely with WordPress Multisite.
- The Media Library directory doesn’t have any file access restrictions.
I’ve been thinking about an extra plugin to check with WordPress for permissions to download a given file, but I ne ideas that I’ve been happy with so far – loading up WordPress just for a permission check seems a bit like overkill.
In the mean time, Google shouldn’t index these files – there are no external links to them.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Full RSSThe full feed is here:
http://automotiveretailsalescareers.com/car-sales-job/feed/Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] POSSIBLE SEVERE SECURITY ISSUEThanks for the security report! I’m investigating a solution for this now, it just needs a bit more testing. 🙂
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Change page title?This page can be found in the Pages section of your wp-admin – you can edit the page title and slug to whatever you prefer.
That’d be a bug, thanks for the report. Fix will be in the next version, patch is available here if you require it sooner:
http://code.google.com/p/wordpress-job-manager/source/detail?r=444