6.x-2.x-dev
Update.php required: Yes
See #338464: Use node_view to display the links.
This new branch is based on the current 6.x-1.x-dev code. It is a major change to using "node_view()" rather than our own content display. This technique has many benefits, some of them are:
- All other modules can add their displays as normal (such as Image Attach, Five Star, RealName, etc.)
- This allows the site administrator the ability to much more easily theme the links how ever she/he wishes.
- Cleans up some stuff that is no longer needed.
- Better sets the stage for D7.
NOTE: This code still needs some testing, especially as an upgrade from version 1 and from 5.x. You absolutely need to clear your cache to pick up new menu and theme functions. There probably will be no new features or fixes added to 6.x-1.x. We believe the latest release is stable enough for live sites, but that is up to you.
NOTE: This change cannot be back-ported to 5.x due to lack of theming support.
NOTE: Click tracking is now available.