sgastevep
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
deleted
- This reply was modified 6 years, 10 months ago by sgastevep. Reason: Wrong account
Forum: Plugins
In reply to: [Simple LDAP Login] Secondary uid support?I don’t know, cmaudano, are you using Mac OS X Server and needing to log in against a secondary hid value? That is the only issue I was reporting, as far as I know all other use cases work as they did before. However, since reporting this it seems that even a straight attempt to authenticate against the LDAP server via
ldapsearchfails with the secondary uid value, so it may not be the plugin’s fault at all but rather something odd going on in the OSX Directory Server.I just added the following in the plugin code file “custom-post-type-ui.php” right under the group of all the lines that look similar to this:
<input type="checkbox" name="cpt_supports[]" tabindex="21" value="post-formats" <?php If (isset($cpt_supports) && is_array($cpt_supports)) { If (in_array('post-formats', $cpt_supports)) { echo 'checked="checked"'; } }Elseif (!isset($_GET['edittype'])) { echo 'checked="checked"'; } ?> /> Post Formats <a href="#" title="Adds the post formats meta box when creating content for this custom post type" style="cursor: help;">?</a> <br/ >
Viewing 3 replies - 1 through 3 (of 3 total)