When multiple teasers are being shown, there's no need to show the revisioning info and controls.

I patched mine with this patch, it seems to be working well.

Comments

rdeboer’s picture

A one-line patch that has great effect! Good thinking Ogredule!
It seems to work for my installation as well, so I'm happy to release a dev-release in the next couple of days (as I've got some German translations to include as well).
Let's monitor the drupal community's response and see if anyone finds a side-effect.
Great work!
RdB

ifbyphone1’s picture

Worked like a charm for me. Thanks, Ogredude!

RdB: I think this part of the patch can be ignored:

@@ -581,3 +583,3 @@
                         '@date' => format_date($node->revision_timestamp, 'small')));
-
+		
     // Add a link to the diff if we have Diff module installed.
rdeboer’s picture

Assigned: Unassigned » rdeboer
Status: Needs review » Fixed

Patch included in 6.x-1-2.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

michellezeedru’s picture

Version: 6.x-1.1 » 6.x-2.5

I'm using Revisioning 6.x-2.5 and still see the revisioning info and controls in teaser view. His this patch not yet been applied to this version, or am I missing a step?

Thanks, by the way, for an excellent module and amazingly helpful documentation!

crea’s picture

Status: Closed (fixed) » Closed (duplicate)
rdeboer’s picture

@mziegmann, comment #5

Thanks for the feedback, Michelle! Great to hear you find the module and doco useful.

I suggest you try the development snapshot of Revisioning. That shouldn't have the revisioning info in the teasers.
When you do, you should also download the development snapshot of Module Grants.
Make sure to visit Site building>>Modules or bad things will happen in the menu department.

Rik

rdeboer’s picture

Status: Closed (duplicate) » Needs review

Related, not a duplicate.

michellezeedru’s picture

StatusFileSize
new92 KB
new102.06 KB

Rik,

Thanks for the quick help. I downloaded the latest dev snapshots of Revisioning and Module Grants, and made sure to visit the Modules page. However, I'm still seeing the links. But maybe I should explain the context of my teaser view, as it's a little different.

This is a content type with a nodereference field. Within the node view, I've set the "Display" options in CCK for this field to show the "Teaser" view (see Screenshot).

When I display the node, this teaser view of the nodes referenced in the nodereference view. In this screenshot, the red highlighted area is the teaser view of the node that was referenced, and where the links are still showing.

Hope this is helpful - thanks!
Michelle

rdeboer’s picture

Thanks for the screen shots and your description of the context of the problem, Michelle!
There's some work done on this right now, including a patch prepared by crea, see #500864: Use menu local tasks for revision links and actions.
Rik

rdeboer’s picture

Status: Needs review » Fixed

A first cut of this is going into the development snapshot today with some fine-tuning to follow soon.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.