SmartyBC Klassenreferenz

SmartyBC Klassenreferenz
Klassendiagramm für SmartyBC:
Zusammengehörigkeiten von SmartyBC:

Öffentliche Methoden

 __construct (array $options=array())
 
 assign_by_ref ($tpl_var, &$value)
 
 append_by_ref ($tpl_var, &$value, $merge=false)
 
 clear_assign ($tpl_var)
 
 register_function ($function, $function_impl, $cacheable=true, $cache_attrs=null)
 
 unregister_function ($function)
 
 register_object ($object, $object_impl, $allowed=array(), $smarty_args=true, $block_methods=array())
 
 unregister_object ($object)
 
 register_block ($block, $block_impl, $cacheable=true, $cache_attrs=null)
 
 unregister_block ($block)
 
 register_compiler_function ($function, $function_impl, $cacheable=true)
 
 unregister_compiler_function ($function)
 
 register_modifier ($modifier, $modifier_impl)
 
 unregister_modifier ($modifier)
 
 register_resource ($type, $functions)
 
 unregister_resource ($type)
 
 register_prefilter ($function)
 
 unregister_prefilter ($function)
 
 register_postfilter ($function)
 
 unregister_postfilter ($function)
 
 register_outputfilter ($function)
 
 unregister_outputfilter ($function)
 
 load_filter ($type, $name)
 
 clear_cache ($tpl_file=null, $cache_id=null, $compile_id=null, $exp_time=null)
 
 clear_all_cache ($exp_time=null)
 
 is_cached ($tpl_file, $cache_id=null, $compile_id=null)
 
 clear_all_assign ()
 
 clear_compiled_tpl ($tpl_file=null, $compile_id=null, $exp_time=null)
 
 template_exists ($tpl_file)
 
 get_template_vars ($name=null)
 
 get_config_vars ($name=null)
 
 config_load ($file, $section=null, $scope= 'global')
 
 get_registered_object ($name)
 
 clear_config ($var=null)
 
 trigger_error ($error_msg, $error_type=E_USER_WARNING)
 
- Öffentliche Methoden geerbt von Smarty
 __construct ()
 
 fetch ($template=null, $cache_id=null, $compile_id=null, $parent=null, $display=false, $merge_tpl_vars=true, $no_output_filter=false)
 
 display ($template=null, $cache_id=null, $compile_id=null, $parent=null)
 
 templateExists ($resource_name)
 
 getGlobal ($varname=null)
 
 clearAllCache ($exp_time=null, $type=null)
 
 clearCache ($template_name, $cache_id=null, $compile_id=null, $exp_time=null, $type=null)
 
 enableSecurity ($security_class=null)
 
 disableSecurity ()
 
 setTemplateDir ($template_dir)
 
 addTemplateDir ($template_dir, $key=null)
 
 getTemplateDir ($index=null)
 
 setConfigDir ($config_dir)
 
 addConfigDir ($config_dir, $key=null)
 
 getConfigDir ($index=null)
 
 setPluginsDir ($plugins_dir)
 
 addPluginsDir ($plugins_dir)
 
 getPluginsDir ()
 
 setCompileDir ($compile_dir)
 
 getCompileDir ()
 
 setCacheDir ($cache_dir)
 
 getCacheDir ()
 
 setDefaultModifiers ($modifiers)
 
 addDefaultModifiers ($modifiers)
 
 getDefaultModifiers ()
 
 setAutoloadFilters ($filters, $type=null)
 
 addAutoloadFilters ($filters, $type=null)
 
 getAutoloadFilters ($type=null)
 
 getDebugTemplate ()
 
 setDebugTemplate ($tpl_name)
 
 createTemplate ($template, $cache_id=null, $compile_id=null, $parent=null, $do_clone=true)
 
 loadPlugin ($plugin_name, $check=true)
 
 compileAllTemplates ($extension= '.tpl', $force_compile=false, $time_limit=0, $max_errors=null)
 
 compileAllConfig ($extension= '.conf', $force_compile=false, $time_limit=0, $max_errors=null)
 
 clearCompiledTemplate ($resource_name=null, $compile_id=null, $exp_time=null)
 
 getTags (Smarty_Internal_Template $template)
 
 testInstall (&$errors=null)
 
 setCompileCheck ($compile_check)
 
 setUseSubDirs ($use_sub_dirs)
 
 setCaching ($caching)
 
 setCacheLifetime ($cache_lifetime)
 
 setCompileId ($compile_id)
 
 setCacheId ($cache_id)
 
 setErrorReporting ($error_reporting)
 
 setEscapeHtml ($escape_html)
 
 setAutoLiteral ($auto_literal)
 
 setForceCompile ($force_compile)
 
 setMergeCompiledIncludes ($merge_compiled_includes)
 
 setLeftDelimiter ($left_delimiter)
 
 setRightDelimiter ($right_delimiter)
 
 setDebugging ($debugging)
 
 setConfigOverwrite ($config_overwrite)
 
 setConfigBooleanize ($config_booleanize)
 
 setConfigReadHidden ($config_read_hidden)
 
 setCompileLocking ($compile_locking)
 
 __destruct ()
 
 __get ($name)
 
 __set ($name, $value)
 
- Öffentliche Methoden geerbt von Smarty_Internal_TemplateBase
 isCached ($template=null, $cache_id=null, $compile_id=null, $parent=null)
 
 createData ($parent=null, $name=null)
 
 getTemplateId ($template_name, $cache_id=null, $compile_id=null)
 
 registerPlugin ($type, $tag, $callback, $cacheable=true, $cache_attr=null)
 
 unregisterPlugin ($type, $tag)
 
 registerResource ($type, $callback)
 
 unregisterResource ($type)
 
 registerCacheResource ($type, Smarty_CacheResource $callback)
 
 unregisterCacheResource ($type)
 
 registerObject ($object_name, $object_impl, $allowed=array(), $smarty_args=true, $block_methods=array())
 
 getRegisteredObject ($name)
 
 unregisterObject ($name)
 
 registerClass ($class_name, $class_impl)
 
 registerDefaultPluginHandler ($callback)
 
 registerDefaultTemplateHandler ($callback)
 
 registerDefaultConfigHandler ($callback)
 
 registerFilter ($type, $callback)
 
 unregisterFilter ($type, $callback)
 
 _get_filter_name ($function_name)
 
 loadFilter ($type, $name)
 
 unloadFilter ($type, $name)
 
 __call ($name, $args)
 
- Öffentliche Methoden geerbt von Smarty_Internal_Data
 assign ($tpl_var, $value=null, $nocache=false)
 
 assignGlobal ($varname, $value=null, $nocache=false)
 
 assignByRef ($tpl_var, &$value, $nocache=false)
 
 append ($tpl_var, $value=null, $merge=false, $nocache=false)
 
 appendByRef ($tpl_var, &$value, $merge=false)
 
 getTemplateVars ($varname=null, $_ptr=null, $search_parents=true)
 
 clearAssign ($tpl_var)
 
 clearAllAssign ()
 
 configLoad ($config_file, $sections=null)
 
 getVariable ($variable, $_ptr=null, $search_parents=true, $error_enable=true)
 
 getConfigVariable ($variable, $error_enable=true)
 
 getConfigVars ($varname=null, $search_parents=true)
 
 clearConfig ($varname=null)
 
 getStreamVariable ($variable)
 

Datenfelder

 $_version = self::SMARTY_VERSION
 
- Datenfelder geerbt von Smarty
const SMARTY_VERSION = '3.1.27'
 
const SCOPE_LOCAL = 0
 
const SCOPE_PARENT = 1
 
const SCOPE_ROOT = 2
 
const SCOPE_GLOBAL = 3
 
const CACHING_OFF = 0
 
const CACHING_LIFETIME_CURRENT = 1
 
const CACHING_LIFETIME_SAVED = 2
 
const CLEAR_EXPIRED = - 1
 
const COMPILECHECK_OFF = 0
 
const COMPILECHECK_ON = 1
 
const COMPILECHECK_CACHEMISS = 2
 
const DEBUG_OFF = 0
 
const DEBUG_ON = 1
 
const DEBUG_INDIVIDUAL = 2
 
const PHP_PASSTHRU = 0
 
const PHP_QUOTE = 1
 
const PHP_REMOVE = 2
 
const PHP_ALLOW = 3
 
const FILTER_POST = 'post'
 
const FILTER_PRE = 'pre'
 
const FILTER_OUTPUT = 'output'
 
const FILTER_VARIABLE = 'variable'
 
const PLUGIN_FUNCTION = 'function'
 
const PLUGIN_BLOCK = 'block'
 
const PLUGIN_COMPILER = 'compiler'
 
const PLUGIN_MODIFIER = 'modifier'
 
const PLUGIN_MODIFIERCOMPILER = 'modifiercompiler'
 
 $auto_literal = true
 
 $error_unassigned = false
 
 $use_include_path = false
 
 $joined_template_dir = './templates/'
 
 $joined_config_dir = './configs/'
 
 $default_template_handler_func = null
 
 $default_config_handler_func = null
 
 $default_plugin_handler_func = null
 
 $force_compile = false
 
 $compile_check = true
 
 $use_sub_dirs = false
 
 $allow_ambiguous_resources = false
 
 $merge_compiled_includes = false
 
 $inheritance_merge_compiled_includes = true
 
 $force_cache = false
 
 $left_delimiter = "{"
 
 $right_delimiter = "}"
 
 $security_class = 'Smarty_Security'
 
 $security_policy = null
 
 $php_handling = self::PHP_PASSTHRU
 
 $allow_php_templates = false
 
 $direct_access_security = true
 
 $debugging = false
 
 $debugging_ctrl = 'NONE'
 
 $smarty_debug_id = 'SMARTY_DEBUG'
 
 $debug_tpl = null
 
 $error_reporting = null
 
 $get_used_tags = false
 
 $config_overwrite = true
 
 $config_booleanize = true
 
 $config_read_hidden = false
 
 $compile_locking = true
 
 $cache_locking = false
 
 $locking_timeout = 10
 
 $default_resource_type = 'file'
 
 $caching_type = 'file'
 
 $properties = array()
 
 $default_config_type = 'file'
 
 $source_objects = array()
 
 $template_objects = array()
 
 $resource_caching = false
 
 $template_resource_caching = true
 
 $cache_modified_check = false
 
 $registered_plugins = array()
 
 $plugin_search_order = array('function', 'block', 'compiler', 'class')
 
 $registered_objects = array()
 
 $registered_classes = array()
 
 $registered_filters = array()
 
 $registered_resources = array()
 
 $_resource_handlers = array()
 
 $registered_cache_resources = array()
 
 $_cacheresource_handlers = array()
 
 $autoload_filters = array()
 
 $default_modifiers = array()
 
 $escape_html = false
 
 $start_time = 0
 
 $_file_perms = 0644
 
 $_dir_perms = 0771
 
 $_tag_stack = array()
 
 $_current_file = null
 
 $_parserdebug = false
 
 $_is_file_cache = array()
 
- Datenfelder geerbt von Smarty_Internal_TemplateBase
 $cache_id = null
 
 $compile_id = null
 
 $caching = false
 
 $cache_lifetime = 3600
 
- Datenfelder geerbt von Smarty_Internal_Data
 $template_class = 'Smarty_Internal_Template'
 
 $tpl_vars = array()
 
 $parent = null
 
 $config_vars = array()
 

Weitere Geerbte Elemente

- Öffentliche, statische Methoden geerbt von Smarty
static mutingErrorHandler ($errno, $errstr, $errfile, $errline, $errcontext)
 
static muteExpectedErrors ()
 
static unmuteExpectedErrors ()
 
- Statische öffentliche Attribute geerbt von Smarty
static $global_tpl_vars = array()
 
static $_previous_error_handler = null
 
static $_muted_directories = array('./templates_c/' => null, './cache/' => null)
 
static $_MBSTRING = SMARTY_MBSTRING
 
static $_CHARSET = SMARTY_RESOURCE_CHAR_SET
 
static $_DATE_FORMAT = SMARTY_RESOURCE_DATE_FORMAT
 
static $_UTF8_MODIFIER = 'u'
 
static $_IS_WINDOWS = false
 
static $_smarty_vars = array()
 

Ausführliche Beschreibung

Definiert in Zeile 38 der Datei SmartyBC.class.php.

Beschreibung der Konstruktoren und Destruktoren

__construct ( array  $options = array())

Initialize new SmartyBC object

Parameter
array$optionsoptions to set during initialization, e.g. array( 'forceCompile' => false )

Definiert in Zeile 52 der Datei SmartyBC.class.php.

Dokumentation der Elementfunktionen

append_by_ref (   $tpl_var,
$value,
  $merge = false 
)

wrapper for append_by_ref

Parameter
string$tpl_varthe template variable name
mixed&$valuethe referenced value to append
boolean$mergeflag if array elements shall be merged

Definiert in Zeile 75 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_Data\appendByRef().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

assign_by_ref (   $tpl_var,
$value 
)

wrapper for assign_by_ref

Parameter
string$tpl_varthe template variable name
mixed&$valuethe referenced value to assign

Definiert in Zeile 63 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_Data\assignByRef().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

clear_all_assign ( )

clear all the assigned template variables.

Definiert in Zeile 347 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_Data\clearAllAssign().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

clear_all_cache (   $exp_time = null)

clear the entire contents of cache (all templates)

Parameter
string$exp_timeexpire time
Rückgabe
boolean

Definiert in Zeile 325 der Datei SmartyBC.class.php.

Benutzt Smarty\clearCache().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

clear_assign (   $tpl_var)

clear the given assigned template variable.

Parameter
string$tpl_varthe template variable to clear

Definiert in Zeile 85 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_Data\clearAssign().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

clear_cache (   $tpl_file = null,
  $cache_id = null,
  $compile_id = null,
  $exp_time = null 
)

clear cached content for the given template and cache id

Parameter
string$tpl_filename of template file
string$cache_idname of cache_id
string$compile_idname of compile_id
string$exp_timeexpiration time
Rückgabe
boolean

Definiert in Zeile 313 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\$cache_id, Smarty_Internal_TemplateBase\$compile_id und Smarty\clearCache().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

clear_compiled_tpl (   $tpl_file = null,
  $compile_id = null,
  $exp_time = null 
)

clears compiled version of specified template resource, or all compiled template files if one is not specified. This function is for advanced use only, not normally needed.

Parameter
string$tpl_file
string$compile_id
string$exp_time
Rückgabe
boolean results of smarty_core_rm_auto()

Definiert in Zeile 363 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\$compile_id und Smarty\clearCompiledTemplate().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

clear_config (   $var = null)

clear configuration values

Parameter
string$var

Definiert in Zeile 433 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_Data\clearConfig().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

config_load (   $file,
  $section = null,
  $scope = 'global' 
)

load configuration values

Parameter
string$file
string$section
string$scope

Definiert in Zeile 411 der Datei SmartyBC.class.php.

get_config_vars (   $name = null)

Returns an array containing config variables

Parameter
string$name
Rückgabe
array

Definiert in Zeile 399 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_Data\getConfigVars().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

get_registered_object (   $name)

return a reference to a registered object

Parameter
string$name
Rückgabe
object

Definiert in Zeile 423 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\getRegisteredObject().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

get_template_vars (   $name = null)

Returns an array containing template variables

Parameter
string$name
Rückgabe
array

Definiert in Zeile 387 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_Data\getTemplateVars().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

is_cached (   $tpl_file,
  $cache_id = null,
  $compile_id = null 
)

test to see if valid cache exists for this template

Parameter
string$tpl_filename of template file
string$cache_id
string$compile_id
Rückgabe
boolean

Definiert in Zeile 339 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\$cache_id, Smarty_Internal_TemplateBase\$compile_id und Smarty_Internal_TemplateBase\isCached().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

load_filter (   $type,
  $name 
)

load a filter of specified type and name

Parameter
string$typefilter type
string$namefilter name

Definiert in Zeile 298 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\loadFilter().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

register_block (   $block,
  $block_impl,
  $cacheable = true,
  $cache_attrs = null 
)

Registers block function to be used in templates

Parameter
string$blockname of template block
string$block_implPHP function to register
bool$cacheable
mixed$cache_attrs

Definiert in Zeile 150 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\registerPlugin().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

register_compiler_function (   $function,
  $function_impl,
  $cacheable = true 
)

Registers compiler function

Parameter
string$functionname of template function
string$function_implname of PHP function to register
bool$cacheable

Definiert in Zeile 172 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\registerPlugin().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

register_function (   $function,
  $function_impl,
  $cacheable = true,
  $cache_attrs = null 
)

Registers custom function to be used in templates

Parameter
string$functionthe name of the template function
string$function_implthe name of the PHP function to register
bool$cacheable
mixed$cache_attrs

Definiert in Zeile 98 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\registerPlugin().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

register_modifier (   $modifier,
  $modifier_impl 
)

Registers modifier to be used in templates

Parameter
string$modifiername of template modifier
string$modifier_implname of PHP function to register

Definiert in Zeile 193 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\registerPlugin().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

register_object (   $object,
  $object_impl,
  $allowed = array(),
  $smarty_args = true,
  $block_methods = array() 
)

Registers object to be used in templates

Parameter
string$objectname of template object
object$object_implthe referenced PHP object to register
array$allowedlist of allowed methods (empty = all)
boolean$smarty_argssmarty argument format, else traditional
array$block_methodslist of methods that are block format
Ausnahmebehandlung
SmartyException

Definiert in Zeile 125 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\registerObject().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

register_outputfilter (   $function)

Registers an output filter function to apply to a template output

Parameter
callable$function

Definiert in Zeile 277 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\registerFilter().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

register_postfilter (   $function)

Registers a postfilter function to apply to a compiled template after compilation

Parameter
callable$function

Definiert in Zeile 256 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\registerFilter().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

register_prefilter (   $function)

Registers a prefilter function to apply to a template before compiling

Parameter
callable$function

Definiert in Zeile 235 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\registerFilter().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

register_resource (   $type,
  $functions 
)

Registers a resource to fetch a template

Parameter
string$typename of resource
array$functionsarray of functions to handle resource

Definiert in Zeile 214 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\registerResource().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

template_exists (   $tpl_file)

Checks whether requested template exists.

Parameter
string$tpl_file
Rückgabe
boolean

Definiert in Zeile 375 der Datei SmartyBC.class.php.

Benutzt Smarty\templateExists().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

trigger_error (   $error_msg,
  $error_type = E_USER_WARNING 
)

trigger Smarty error

Parameter
string$error_msg
integer$error_type

Definiert in Zeile 444 der Datei SmartyBC.class.php.

unregister_block (   $block)

Unregisters block function

Parameter
string$blockname of template function

Definiert in Zeile 160 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\unregisterPlugin().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

unregister_compiler_function (   $function)

Unregisters compiler function

Parameter
string$functionname of template function

Definiert in Zeile 182 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\unregisterPlugin().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

unregister_function (   $function)

Unregisters custom function

Parameter
string$functionname of template function

Definiert in Zeile 108 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\unregisterPlugin().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

unregister_modifier (   $modifier)

Unregisters modifier

Parameter
string$modifiername of template modifier

Definiert in Zeile 203 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\unregisterPlugin().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

unregister_object (   $object)

Unregisters object

Parameter
string$objectname of template object

Definiert in Zeile 137 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\unregisterObject().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

unregister_outputfilter (   $function)

Unregisters an outputfilter function

Parameter
callable$function

Definiert in Zeile 287 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\unregisterFilter().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

unregister_postfilter (   $function)

Unregisters a postfilter function

Parameter
callable$function

Definiert in Zeile 266 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\unregisterFilter().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

unregister_prefilter (   $function)

Unregisters a prefilter function

Parameter
callable$function

Definiert in Zeile 245 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\unregisterFilter().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

unregister_resource (   $type)

Unregisters a resource

Parameter
string$typename of resource

Definiert in Zeile 224 der Datei SmartyBC.class.php.

Benutzt Smarty_Internal_TemplateBase\unregisterResource().

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

Dokumentation der Datenelemente

$_version = self::SMARTY_VERSION

Definiert in Zeile 45 der Datei SmartyBC.class.php.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:




Korrekturen, Hinweise und Ergänzungen

Bitte scheuen Sie sich nicht und melden Sie, was auf dieser Seite sachlich falsch oder irreführend ist, was ergänzt werden sollte, was fehlt usw. Dazu bitte oben aus dem Menü Seite den Eintrag Support Forum wählen. Es ist eine kostenlose Anmeldung erforderlich, um Anmerkungen zu posten. Unpassende Postings, Spam usw. werden kommentarlos entfernt.