Posts tagged as:

plugin

Modifying mxc-ldap plugin to create a new blog for new user

June 27, 2009

The mxc-ldap plugin has a simplified layout because it does not have any graphic interface to input the LDAP server information.  To enter the information, open the mxc-ldap.php file andfill in LDAP_HOST, LDAP_PORT (389), LDAP_VERSION, BASE_DN, ADMIN_DN, ADMIN_PW.  The plugin seems to work without the ADMIN_DN and the ADMIN_PW.  The plugin as default will create [...]

Read the full article →

Modifying Mike Smullin’s List Author plugin to work with Wordpress 2.7 and 2.8

June 27, 2009

The list authors plugin by Mike Smullin listed the authors of all the posts in the blog in the sidebar; when the user presses on the name, all the posts by the user will be filters.  however, this plugin only worked up until 2.6.3.  At 2.7.1, the plugin simply didn’t show up on the Dashboard.
The [...]

Read the full article →