Changeset 2962417
- Timestamp:
- 09/04/2023 08:56:34 AM (3 years ago)
- Location:
- dashboard-quick-link-widget
- Files:
-
- 4 added
- 6 edited
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
tags/1.6.0 (added)
-
tags/1.6.0/dashboard-quick-link-widget.php (added)
-
tags/1.6.0/dqlw.css (added)
-
tags/1.6.0/readme.txt (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dashboard-quick-link-widget/trunk/readme.txt
r2809620 r2962417 2 2 Contributors:hemthapa 3 3 Donate link: http://www.hemthapa.com 4 Tags: dashboard, quick links , admin, dashboard widget, widget, administration4 Tags: dashboard, admin, links, link, widget, widgets, administration, user, client, dashboard widget, link widget, shortcut widget 5 5 Requires at least: 3.0 6 Tested up to: 6.1 7 Stable tag: 1.5 6 Requires PHP: 7.3 7 Tested up to: 6.3.1 8 Stable tag: 1.6.0 8 9 License: GPLv2 or later 9 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 11 11 This lightweight plugin allows user to create a Dashboard widget with frequently accessed wp-admin menufor quick access.12 A lightweight plugin to allows admins to create a admin dashboard widget with frequently accessed links for quick access. 12 13 13 14 == Description == 15 A lightweight plugin to allows admins to create an admin dashboard widget with frequently accessed links for quick access. 14 16 15 This lightweight plugin allows user to create a Dashboard widget with frequently accessed wp-admin menufor quick access.17 I originally developed this plugin after spending hours creating client/user documentation for every WordPress project. Instead of writing step-by-step navigation documentation, I used this plugin to organise all necessary links on the single widget for non-technical users. As a developer, I also use this script myself to organise frequently accessed links for quick access. 16 18 17 I develop this plugin after spending hours of time on creating client/user documentation for every WordPress projects. Instead of writting step by step navigation documentation, I use this script to organize all necessary links on the single widget for non-technical users. As a developer, I also use this script myself to organize frequently accessed wp admin links for quick access. 19 = Links format = 20 Each link should be entered in a separate line in the following format 21 (the fourth parameter, i.e. font awesome icon class is optional) 22 23 **`Link text|Button link|Button text|font-awesome icon class`** 24 25 26 = Examples = 27 `Post blog|/wp-admin/post-new.php|Post blog` 28 `Post blog|/wp-admin/post-new.php|Post blog|fa fa-cog` 29 `Post blog|/wp-admin/post-new.php newtab|Post blog`|fa fa-cog` 30 31 If you have any feedback or queries please contact me at [hemthapa.com](http://hemthapa.com?ref=wp_dqlw"hemthapa.com") 18 32 19 33 == Installation == … … 27 41 4. Preview and confirm the dashboard widget. 28 42 29 4. That's all, Now user can simply click on the button in the dashboard widget to access the page.43 4. That's all, Now users can simply click on the button in the dashboard widget to access the page. 30 44 31 45 == Frequently Asked Questions == … … 33 47 = How to format the list of the links? = 34 48 35 You need to put each link in separate line infollowing format36 Link text | Button link | Button text 49 You need to list each link in a separate line in the following format 50 **`Link text|Button link|Button text|font-awesome icon class`** 37 51 38 For eg: Post new blog article | /wp-admin/post-new.php | Create new post 52 (fourth parameter, i.e. Font Awesome icon class is optional) 39 53 54 Example: 55 56 `Post new blog|/wp-admin/post-new.php|Create new post|fa fa-cog ` 57 58 = How to open links in new tab? = 59 By default, all links open in the same tab, if you want to open all the links on the widget in a new tab tick the 'Open all links in a new tab' box. 60 61 However, if you want to open only selected links in a new tab, add the keyword 'newtab' after the link. 62 63 Example: 64 65 `Post new blog|/wp-admin/post-new.php newtab|Post new blog` 66 67 = How to add a divider or additional info in between the links? = 68 If you need to add any text, divider or any plain or HTML content in between the links, please add the new line with '#' in the front. Any new lines starting with # are rendered as it is in the widget. You can add any HTML tags in this line. 69 70 Example: 71 `#<strong> Section title </strong>` 72 `Post new blog|/wp-admin/post-new.php|Post new blog` 73 `#<hr/>` 74 `Post new blog|/wp-admin/post-new.php|Post new blog` 75 76 = Why Font Awesome icons is not working properly? = 77 Please make sure correct the Font Awesome version is selected. 78 79 == Changelog == 80 = 1.6.0 = 81 *4 Sep 2023* 82 83 * Support for custom HTML block is added to add text, space or whatever you like in between the links to categorise and manage the links block 84 * Support for multiple version of Font Awesome icon is added 85 * Individual links can now be set to open in a new tab 86 87 == Upgrade Notice == 88 Version 1.6.0 is backward compatible with previous version. 40 89 41 90 == Screenshots == 42 91 1. Dashboard widget preview 43 92 1. plugin settings dialog 44
Note: See TracChangeset
for help on using the changeset viewer.