Difference between revisions of "Provider Customization Guide"
Line 16: | Line 16: | ||
<u>The '''optical provider customization''' happens in the ''REGIFY_PUBLIC/STYLE/'' folders. You can change</u> | <u>The '''optical provider customization''' happens in the ''REGIFY_PUBLIC/STYLE/'' folders. You can change</u> | ||
* CSS by adding or overwriting styles in ''_customized.css''. | * CSS by adding or overwriting styles in ''_customized.css''. | ||
− | * the header content by editing '' | + | * the header content by editing ''_navigation.php''. |
− | * the meta information in html header by changing '' | + | * the meta information in html header by changing ''_meta.php''. |
− | * the footer content by editing '' | + | * the footer content by editing ''_footercontent.php''. |
<u>The '''shops and authentication''' pages can get customized by changing json files in the ''REGIFY_PUBLIC/STYLE/'' folders.</u> | <u>The '''shops and authentication''' pages can get customized by changing json files in the ''REGIFY_PUBLIC/STYLE/'' folders.</u> | ||
− | * '' | + | * ''_auth_form.json'' (authentication dialog) |
− | * '' | + | * ''_shop_standard.json'' (shop for single/ungrouped users) |
− | * '' | + | * ''_shop_group.json'' (shop for group admins) |
<u>The '''Terms and Conditions''' are stored in the ''REGIFY_PUBLIC/STYLE/'' folders, too.</u> | <u>The '''Terms and Conditions''' are stored in the ''REGIFY_PUBLIC/STYLE/'' folders, too.</u> | ||
− | * '' | + | * ''_agb_DE.php'' (german terms and conditions) |
− | * '' | + | * ''_agb_EN.php'' (english terms and conditions) |
− | * '' | + | * ''_agb_FR.php'' (french terms and conditions) |
<u>The '''prices and paying information''' is located in ''REGIFY_PUBLIC/STYLE/'' folders:</u> | <u>The '''prices and paying information''' is located in ''REGIFY_PUBLIC/STYLE/'' folders:</u> | ||
− | * '' | + | * ''_conditions_DE.php'' (german prices and buying conditions) |
− | * '' | + | * ''_conditions_EN.php'' (english prices and buying conditions) |
− | * '' | + | * ''_conditions_FR.php'' (french prices and buying conditions) |
− | |||
== adding subproviders == | == adding subproviders == |
Revision as of 07:58, 18 May 2012
This page gives you a first orientation about, where to start if you want to change certain things on your regify provider.
Most files mentioned here can get edited directly in your regify provider administration in the menu option "Change provider optics and templates".
This is available from regify provider version 3.1.0 or higher (Jan. 2012).
Contents
changing e-mail templates
regify default message
This is the message where the rgf gets attached to. You can change this by editing /REGIFY_TEMPLATES/regify_default_message.html. You can find more information in the customizing documentation of your regify provider (PDF). Please note that you have to update the client-setups in order to bring the new template to the clients (on their next update).
messages sent from portal
This messages are sent by the portal (like reminder or e-mail address verification etc.). You can change them in /REGIFY_TEMPLATES/ for all languages. You can find more information (like "which template is for what" or "which placeholder contains which values") in the customizing documentation of your regify provider (PDF).
changing optical style
All the information here can be found in the regify customize documentation (PDF).
The optical provider customization happens in the REGIFY_PUBLIC/STYLE/ folders. You can change
- CSS by adding or overwriting styles in _customized.css.
- the header content by editing _navigation.php.
- the meta information in html header by changing _meta.php.
- the footer content by editing _footercontent.php.
The shops and authentication pages can get customized by changing json files in the REGIFY_PUBLIC/STYLE/ folders.
- _auth_form.json (authentication dialog)
- _shop_standard.json (shop for single/ungrouped users)
- _shop_group.json (shop for group admins)
The Terms and Conditions are stored in the REGIFY_PUBLIC/STYLE/ folders, too.
- _agb_DE.php (german terms and conditions)
- _agb_EN.php (english terms and conditions)
- _agb_FR.php (french terms and conditions)
The prices and paying information is located in REGIFY_PUBLIC/STYLE/ folders:
- _conditions_DE.php (german prices and buying conditions)
- _conditions_EN.php (english prices and buying conditions)
- _conditions_FR.php (french prices and buying conditions)
adding subproviders
At first, please contact regify support. They may help you on your decision about choosing a subprovider or if it is better to do a completely new provider. You can edit the existing subproviders in the administration at "Manage sub-providers". Windows Server: You can also add and remove new sub-providers here. But you have to manage Apache settings manually! Linux Appliance: You can add, manage and remove subproviders in the Appliance Menu (SSH).
change some internal values or settings
Please use the configuration.php file in the REGIFY_INCLUDES/ folder to overwrite settings. You can find the possible settings and some examples in your regify provider documentation (PDF). You can edit this file also in the provider administration submenu "Manage sub-providers" (provider version V3.1.0 or higher).