User login

Connect a node to a taxonomy term as the definition of that term

After some half-hearted searching...

drupal taxonomy nodes
drupal associate a taxonomy with a node
drupal link taxonomy to a node

Agaric thinks this can be done most easily with a taxonomy view.

You can create an author profile type that can be linked to a user account with usernode and nodeprofile and the like if you want, and limited to one per user.

Or just use a CCK type for author.

In either case, require that these be tagged with the author vocabulary.

Simply tell the taxonomy view for each author item to show this node type first (if it exists) and then list all the articles tagged with this author.

After some half-hearted searching...

drupal taxonomy nodes
drupal associate a taxonomy with a node
drupal link taxonomy to a node

Agaric thinks this can be done most easily with a taxonomy view.

You can create an author profile type that can be linked to a user account with usernode and nodeprofile and the like if you want, and limited to one per user.

Or just use a CCK type for author.

In either case, require that these be tagged with the author vocabulary.

Simply tell the taxonomy view for each author item to show this node type first (if it exists) and then list all the articles tagged with this author.

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.