updated webform, webform_localization, profile2, term_merge, search_api_saved_pages, rules, redirect, overide_node_options

This commit is contained in:
2019-05-13 18:47:27 +02:00
parent 58cd990c8c
commit 9adc940a67
281 changed files with 28658 additions and 7138 deletions

View File

@@ -6,6 +6,7 @@
Maintainers:
* Wolfgang Ziegler (fago), nuppla@zites.net
* Joachim Noreiko (joachim), joachim.n+drupal@gmail.com
* Rick Jones (RickJ), rick@activeservice.co.uk
This modules is designed to be the successor of the core profile module. In
@@ -24,8 +25,26 @@ Usage
-----
* Go to /admin/structure/profiles for managing profile types.
* By default users may view their profile at /user and edit them at
'user/X/edit'.
* By default users' profile information is displayed on the
account view page (/user/X). The relative positioning can be
controlled using Account Settings -> Manage Display
(/admin/config/people/accounts/display)
Profile titles
--------------
A new feature in 7.x-1.6 gives each profile an unambiguous title.
Previously, profile titles defaulted to the profile type, which was
ambiguous, and contained other bugs. In this release the default
profile title is "<type> profile for <user>".
This format is a translatable string, so can be easily customised.
If you have locales installed you can use that, otherwise the
String Overrides module provides a simple way to replace text in
the current language.
The string to override is "@type profile for @user". To simulate
the previous behaviour (without the bugs), just use "@type".
@@ -34,31 +53,30 @@ Usage
--------------------------------------------------------------------------------
Maintainers:
* Wolfgang Ziegler (fago), nuppla@zites.net
This module provides an alternative way for your users to edit their profiles.
Instead of integrating with the user account page, it generates a separate page
allowing your users to view and edit their profile.
* Rick Jones (RickJ), rick@activeservice.co.uk
This module provides alternative ways for users to view and edit their profiles.
There are two options, instead of integrating with the user account page.
1. Generate a separate page for users to view and edit their profiles.
2. Display the profile in a separate sub-tab of the account page.
In this case the editing mode of the profile is unchanged.
These options are mutually exclusive, but are set per profile type, so different
profiles can display in different ways.
Installation
-------------
* Once profile2 is installed, just active the profile pages module.
* Once profile2 is installed, just active the Profile2-pages module.
Usage
-----
* The module may be enabled per profile-type by checking the checkbox
"Provide a separate page for editing profiles." in the profile type's
settings.
* Users with sufficient permissions (check user permissions) receive a menu
item in their user menu, just beside the "My account" menu item.
--------------------------------------------------------------------------------
General notes
--------------------------------------------------------------------------------
* Automatic profile labels can be easily generated based upon a pre-configured
pattern using the Rules module. See http://drupal.org/node/1392716 for more
details.
* The module's options may be enabled per profile-type by checking one of the
checkboxes "Provide a separate page for editing profiles." or
"Provide a separate tab for viewing profiles." in the profile type's settings.
* In the first case, users with sufficient permissions (check user permissions)
receive a menu item in their user menu, next to the "My account" menu item.