User login

Original Edit Term module project page text

Current text and project: http://www.drupal.org/project/edit_term

Edit term provides a block on taxonomy listing pages with links to edit taxonomy terms .

UPDATE: With a patch from new co-maintainer Dan Morrison (dman), edit_term will become 75% more Drupaly as it provides edit and view tabs directly on taxonomy listing pages.

The main features left to look at are how automatically to find and display itself for uses of taxonomy that override the taxonomy/term menu structure. We've hardcoded it for image, and for place, but it would be nice to read off the same table taxonomy redirect manipulates to make this work for all well-coded modules and custom taxonomy_redirect overrides.

This makes it easier to immediately edit term name, synonyms, description, and weight for the term you are viewing without navigating through your site's administrative back end.

Currently the edit link is displayed in a block automatically created for the right sidebar. This block will only appear on taxonomy listing pages (such as taxonomy/term/123) and only to users with "administer taxonomy" permissions. This edit link is most useful when you are using pathauto to modify your category paths and have no convenient way to discover what the path to the edit link is. (I created this module just to have an easy way to see the term ID.)

This is a very simple module and creates no database tables. Agaric is quite open to extending this module with optional on-page forms, or edit links next to term links, or mind-reading functionality, but we have no immediate plans. A block with an edit link is sufficient to bring taxonomy into line with the ease-of-use front-end editing access Drupal users have come to expect from nodes, users, views, panels, etc.

(It belatedly occurs to Agaric that there may be a taxonomy information block module that includes an edit link. Contact us with any leads. Also, on IRC |Gatsby| suggested the NAT module to be able to treat terms as nodes and edit information that way.)

Developed by Agaric Design Collective.

Resolution

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.