| 1 |
// $Id$
|
| 2 |
|
| 3 |
CONTENTS OF THIS FILE
|
| 4 |
---------------------
|
| 5 |
|
| 6 |
* Introduction
|
| 7 |
* Installation
|
| 8 |
* Frequently Asked Questions (FAQ)
|
| 9 |
* Known Issues
|
| 10 |
|
| 11 |
|
| 12 |
INTRODUCTION
|
| 13 |
------------
|
| 14 |
|
| 15 |
Current Maintainer: Dave Reid <dave@davereid.net>
|
| 16 |
Project Page: http://drupal.org/project/admin_links
|
| 17 |
|
| 18 |
This is a very simple module that adds useful edit and delete shortcuts to the
|
| 19 |
teaser links of nodes. It also makes the 'Delete' link show up as a tab in the
|
| 20 |
individual node view just like the 'Edit' and 'View' tabs (Drupal 6+ only).
|
| 21 |
|
| 22 |
This module also provides support for the Universal Edit Button, a green pencil
|
| 23 |
icon in the address bar that indicates a web page is editable. It is similar to
|
| 24 |
the orange "broadcast" RSS icon that indicates there is an RSS feed available.
|
| 25 |
For more information and to download the Universal Edit Button browser
|
| 26 |
extension, visit http://universaleditbutton.org/.
|
| 27 |
|
| 28 |
|
| 29 |
INSTALLATION
|
| 30 |
------------
|
| 31 |
|
| 32 |
See http://drupal.org/getting-started/5/install-contrib for instructions on
|
| 33 |
how to install or update Drupal modules.
|
| 34 |
|
| 35 |
Once Admin Links is installed and enabled, you can configure the admin links
|
| 36 |
at admin/settings/admin-links.
|
| 37 |
|
| 38 |
|
| 39 |
FREQUENTLY ASKED QUESTIONS
|
| 40 |
--------------------------
|
| 41 |
|
| 42 |
There are no frequently asked questions at this time.
|
| 43 |
|
| 44 |
|
| 45 |
KNOWN ISSUES
|
| 46 |
------------
|
| 47 |
|
| 48 |
There are no known issues at this time.
|
| 49 |
|
| 50 |
To report new bug reports, feature requests, and support requests, visit
|
| 51 |
http://drupal.org/project/issues/admin_links.
|