Changeset 749954
- Timestamp:
- 08/02/2013 12:24:35 PM (13 years ago)
- Location:
- authors-page/trunk
- Files:
-
- 1 added
- 1 deleted
- 1 edited
-
authors-page.php (added)
-
readme.txt (modified) (1 diff)
-
user-timezone.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
authors-page/trunk/readme.txt
r749941 r749954 1 === User Time Zone ===1 === Authors Page === 2 2 Contributors: Aimbox 3 3 Donate link: 4 Tags: time zone, timezone, time zones, timezones, local time, personal timezone, personal time zone, Aimbox4 Tags: users list, table of users, list of users, avatars, usernames, authors list, authors page, authors, WP Biographia, Aimbox 5 5 Requires at least: 3.5.2 6 6 Tested up to: 3.5.2 7 Stable tag: 2.07 Stable tag: 1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Allows users to set-up their local time zone on the profile page and view their local time on the website's frontend.11 Displays all users of a certain role on one page in a table showing their avatars and usernames and also linking to their detailed information. 12 12 13 13 == Description == 14 14 15 **The "User Time Zone" plugin allows users to set their personal time zone on their profile page and view it on the frontend accordingly.** 16 *Date and local time will be displayed on the frontend according to the personal time zone set-up by means of this plugin.* 17 By default Wordpress doesn't have such ability. 15 This plugin **allows you to display a table of users with specific roles on a separate page by simply calling the shortcode `[authors_page]`**. 16 The table will consist of avatars and usernames. By means of the *"role"* attribute you can choose to display only users with a certain role. 17 Example: `[authors_page role="editor"]` 18 The users are ordered by post number, from highest to lowest. 19 20 In order to view more details about one of the users in the table, you just have to click on the corresponding username and all available information will be displayed. 21 This feature is enabled by the WP Biographia plugin which should already be installed. 22 23 When activated, the plugin creates an *«Authors Page»* containing all shortcode options available, so you can check how it works right away. 24 *The "Authors Page" plugin is useful for displaying an interactive list of users/ authors on one page.* 18 25 19 26 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.