سؤال

I am using Drupal7 to set up a website, and want to create different versions of pages or articles, pretty much like the localization support built into Drupal. For example a page called 'Info' is currently available in two Versions:

  • German
  • English

What I want:

  • German
    • VersionA
    • VersionB
  • English
    • VersionA
    • VersionB

Then, a session variable or whatever would determine which version is presented to the user, in which language.

I already created a taxonomy field in my content type 'Basic Page', but the locale-module only offers languages, of course...

Thanks in advance!

هل كانت مفيدة؟

المحلول

You can do that using Views. Go to ?q=admin/structure/views/add and create a new view of type Content revisions.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top