view_mode_page 7.x-1.4

Bug fixes

Fixing an issue where users can view a view mode page for unpublished content.

view_mode_page 7.x-2.3

Bug fixes

view_mode_page 7.x-2.1

Bug fixes
  • #2016415: 2.0 does nothing after fresh install: Fixed a quirk with first time installations of the 2.0 module. The issue was that the VMP tab only shows up for entity types that have VMP's setup, which
  • Fixed a bug with view_mode_page_change_entity_view_mode and number of arguments

view_mode_page 7.x-2.0

Adds entity support for View Mode Page, rather than being limited only to nodes. There are some API/function changes, but this release tries to maintain backwards compatibility. For more information about changes, see: http://drupal.org/node/1896402#comment-7308086

view_mode_page 7.x-2.x-dev

New features

Version 2 of this module implements the view mode page functionality for entities, rather than nodes specifically. This involved moving to new entity based functions and hooks. The previous functions and hooks are still in place but deprecated. There is more information about this release here: http://drupal.org/node/1896402

view_mode_page 7.x-1.3

Bug fixes

Minor bug fix release:

  • #1872382: Error when I enable View Mode Page module: Fixes a bug in installation on certain MySQL installs. If the MySQL database was configured with UTF8, it could throw an error related to index size. The URL pattern was changed from 255 characters to 200 characters.

view_mode_page 7.x-1.2

New features
Bug fixes

This release mainly adds the hook API and more options for setting the the page title. The hook API is documented briefly in the README file.

Now on the View Mode Page settings tab you can change title settings for the view mode page. The options you now have for this are:

  1. By default, turning on this option will use the node title
  2. You may also specify a separate title for the node. This title may also use tokens as it relates to the node, like: [node:title]

view_mode_page 7.x-1.0

#1691364: URL Pattern field appears in multiple places when used in combination with Field group module: Updated the module to fix how the vertical tab was added to the manage display screen. Primarily this involved adding the additional settings grouping if it does not already exist, but also removing the #grouping from the VMP tab

view_mode_page 7.x-1.0-rc3

Issues fixed in this release:

  • Issue #1683234: Updated the features integration to call menu_rebuild() after it has updated the database records. This should fix the issue of menu_router not containing the menu items. Also changed the module to use menu_rebuild() instead of a full cache flush.

view_mode_page 7.x-1.0-rc2

Bug fixes

Updates:

  • Issue #1682912: Applied patch for use of arg() function which resulted in 404/Page Not Found errors.
Subscribe with RSS Subscribe to Releases for View Mode Page