T Klein
Forum Replies Created
-
Forum: Plugins
In reply to: [Post By Email] non-gallery attachments?Where is that setting?
Ya, the other store locator plugins don’t compare, or are all hidden behind paywalls, so you only get 1/2 the features.
Crap, your number 3 got cut off, do you still have that for the indexed search for google?
Forum: Plugins
In reply to: [WP Job Manager] Job Categories not sorted & Not showing for expired jobsI just wanted to say thankyou for adding this into the most recent update. I’ve been looking for a great job manager plugin for awhile since the last one i used had not been updated in a couple years and this one is the best and even better by far.
Its the only one worth using IMO.
Keep up the great work.
Forum: Plugins
In reply to: [WP Job Manager] Job Categories not sorted & Not showing for expired jobsawesome 🙂
My reasoning is because there are already post pages for All | Published | Trash | Expired – you can use those to filter after you choose a category.
Forum: Plugins
In reply to: [WP Job Manager] Job Categories not sorted & Not showing for expired jobsAlso, the search doesn’t search “Job Categories” field. That would help tremendously.
Forum: Plugins
In reply to: [WP Job Manager] Sending Job Category Data to Gravity Forms?Nope, just having the plugin activated causes my emails to stop going through for some reason even if I don’t have that code snippet you are suppose to insert with the plugin in the file.
Instead I have a simple line in my content-single-job-listing.
<?php gravity_form(2, false, false, false, '', false); ?>I use am Dreamhost hosting, so the email thing could be their fault, I’ve had problems before with certain plugins and emailing stuff out.
Glad to be of service. The new photo uploader works much better, much more reliable so far, and easier for my users to understand.
I’d like to note on my bug reprot that I forgot I was using a plugin, so the error actually isn’t with NextGen Gallery, its with the plugin. I am using:
http://agapetry.net/news/role-scoping-for-nextgengallery-090/
which gives me a bit more control over who sees what. Seems to be a bug with the new version of nexgen and the plugin.
I sent a couple bug reports in already. I’ll post them here for the heck of it.
On the upload images/add gallery page an author can currently see EVERYONES galleries instead of just their own. THey can add pictures to whomever’s galleries they want. On the Manage Galleries page it is fine and they can only see and edit their own galleries.
Also:
I don’t think editors should have permission to browse the “Import Folder” directory, that seems like a security issue giving people that much access to my site. I think that should be administrators only.That is awesome, thanks for the quick reply I can’t wait to see the changes.
Forum: Plugins
In reply to: [Job Manager] Fixed problem of memory exhaustionThat is awesome kalkehcoisa. This helps so much, your time is much appreciated.
I would remove your website address the $url line towards the top and tell people to put their own address there.
Now like archiseek said… we need something like this on the applications page now to solve that memory exhausted issue. Would it be hard to port this code to work on that page?
Forum: Plugins
In reply to: [Job Manager] It's official – No more support for this plug-inDo you mind uploading your version scvoyager for the rest of us to benefit?
Also, it is true, this is the best Job plugin for wordpress by far. Lots of features that are easy to use and you can do pretty much anything with it.
Forum: Plugins
In reply to: [Active Directory Integration] Bad redirection at the first loginUse this in functions.php:
// redirect the users on login to the homepage (otherwise they go to the profile page, you don't want that) add_filter( 'login_redirect', 'my_login_redirect', 10, 3 ); function my_login_redirect( $redirect_to, $request, $user ) { // Is there a user? if ( is_array( $user->roles ) ) { // Is it an administrator? if ( in_array( 'administrator', $user->roles ) ) return home_url( '/wp-admin/' ); else return home_url(); // return get_permalink( 83 ); } }Forum: Plugins
In reply to: [Event Calendar] Ajax Calendar Enhancement?agreed, would make the plugin perfect.
Forum: Plugins
In reply to: [Event Calendar] Erroneous warning & repeat events insufficientI totally agree on point #2, I think that is the main thing that would really make this plugin next to perfect. Right now the recurring events is only marginally useful.