tagging

tag combinations similarly to "term/1,2" and "term/1+2" don't work with pathauto?

Hi all,

if this issue is correctly understood, then tag combination is not available?

Is there any chance to get operators "+" and "," working under pathauto like they do in plain taxonomy module?

thanks!

8 comments

New view plugin module: Node Cloud

Hello,

I wanted to announce a new module, just released today: Node Cloud. If you're familiar with tag clouds this module should look pretty familiar: it themes the output of a view like a tag cloud.

The primary ordering of the view is from the first sort. The sizing of each item is based on the second sort order. This makes the plugin very versatile for making clouds of popular content, highly rated content (say with the voting api), highly commented content, etc.

Login to post comments · Read more
robertDouglass's picture

The revision tagging module

The revision system.

Drupal has a great feature whereby editing a node can create a revision of that node. Whenever create new revisions is checked under Publishing options, editing a node will result in a new revision. Users with the view revisions or administer nodes permissions will see a Revisions tab on node viewing pages. The Revisions tab interface allows you to view the individual revisions, revert to an earlier revision, and delete revisions.

One interesting detail of the system is the behavior of the reverting mechanism. Let's say you have revisions {1,2,3,current}. If you revert to revision #2, a copy of #2 is made and the copy is set as the current revision. Thus, after reverting you'll have {1,2,3,4,current}, where current is a clone of #2, and #4 is the previous current revision.

12 comments · Read more · 1 attachment
Syndicate content