Software Listing of Author : "Tombenner"
- Front-End Users
- License: Shareware
- Price:


Front-End Users is a WordPress plugin that prevents specified user roles from accessing the WordPress admin section (the pages in /wp-admin/), sets up a profile editing page on the front-end, and allows for customization of front-end user-specific pages. This allows you to hide all of the WordPress back-end from specified roles (e.g. Subscribers) and instead present to them a profile editing page (and, optionally, other user-specific pages) that have the same layout as the rest of the site. The front-end functionality is available to all roles, but you can choose which roles are able to access the WordPress admin section (by default, only Administrators have access to it). Front-End Users also makes it easy to: Display user-specific links that depend on the login state (e.g. "Sign in | Register", "John | Sign out", "John | Dashboard...
- Platform: PHP, Scripts
- Hierarchical Documentation
- License: Shareware
- Price:


Hierarchical Documentation allows admins to create public pages of documentation and organize them hierarchically using a tree listing the pages where each page can be dragged to its desired position. It supports syntax highlighting for blocks of code and Markdown. For an example of Hierarchical Documentation in action, see wpmvc.org. Please note that the default behavior is to display the documentation page that has an ID of 1 as the site's homepage. This can be changed by editing the first line of hierarchical-documentation/app/config/routes.php. (See the WP MVC documentation page on routing for details.) This plugin depends on WP MVC, so that plugin needs to be installed and activated before this one is activated. If you'd like to grab development releases, see what new features are being added, or browse the source code please...
- Platform: PHP, Scripts
- WP MVC
- License: Shareware
- Price:


WP MVC is a WordPress plugin that allows developers to use a MVC framework to create plugins. It is a full-fledged framework with architecture that's similar to that of CakePHP or Ruby on Rails. Developers can consequently use it to rapidly build sites that take advantage of both WordPress's large native functionality and all of the many advantages of an MVC framework. WordPress supports a number of specific content types natively, but setting up custom post types and all of the necessary related functionality (public views, administrative management, associations, etc) is typically more time-consuming than doing the equivalent work in an MVC framework. The resulting code and database structure is significantly less graceful than the MVC equivalent, too. WP MVC fills this gap. The basic idea is that you create an app/ directory that...
- Platform: PHP, Scripts
