[Plugin: Job Manager] Sorting Job listings
-
Is there a way to sort job listings alphabetically?
BTW great job!
-
Glad you like it!
This sounds like a good feature request, I’ve scheduled it for version 0.6.0:
http://code.google.com/p/wordpress-job-manager/issues/detail?id=49You can check out the Development Roadmap here:
http://code.google.com/p/wordpress-job-manager/wiki/RoadmapFantastic.
One thing that I have added to the application, which you might want to do, and its relatively easy – is adding tinyMCE wysiwyg interface when entering job descriptions.
That’s definitely on the list of stuff I want to do – I just have to make it play nicely with the built in WordPress TinyMCE.
Yea, I had the same problem, so I eventually decided to screw it, and put a another copy of tinyMCE in with the plug in, and it works sweetly.
Yeah, I’m prepared to do that if I just can’t get it to work, but I’ll see what I can make happen, first.
I may just have to put my own copy in, then want for WP 3.0 to make including that stuff nicer. (I seem to recall something about a wp-admin/{page|post}.php re-write/integration/whatever.)
try this out:
http://www.keighl.com/2010/01/tinymce-in-wordpress-plugins/
I installed it in like 5 mins to get the job editor with the tiny mce.
here is my source.
http://www.tdesignonline.com/tinymce-for-job-manager.html
There are two red chunks of code for the text area and then a snippet to call tinymce closer to the bottom
That is an absolutely brilliant find, thanks!
I’ll include this in the 0.7.1 release – I’ll see if I can tweak it to look more like the WP Post/Page editor.
Well, that was a quick investigation. All of the stuff for making it like the builtin editor (ie, inserting media, Visual/HTML switch) assumes that there will only be one editor on the page, so that’s not happening.
Oh, oops. Missed the link at the bottom of that post for the Visual/HTML switch.
Hi,
How would I go about adding the tinyMCE editor to my text fields Short Description, and Long Description? Would be great to have, sorry richardandrewlee your code didn’t work for me?I’ll release 0.7.1 in the next day or two, which will include the TinyMCE editor. If you want it before then, you can make a simple version by editing
admin-jobs.php:Line 252, add the following code:
wp_tiny_mce( false, array( 'editor_selector' => 'jobman-editor' ) );Line 402 and 405, add
jobman-editorto theclassproperty of the<textarea>tag.Thanks Pento worked perfectly!
The topic ‘[Plugin: Job Manager] Sorting Job listings’ is closed to new replies.