Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Setting Operator

Variable: $cfg['operator']['set']

Effected class: operator global

Config type: operator

Type of data: array

Platform: 2v

How to call: basic::$cfg['operator']['set']

Description:
There more then 1 way to set an operator. .
Available options:
Position - Right/center/left/default - Position to put operator.
File - Name of the operator file.
Title - Title to show on top of the operator.
AllowMoreThenOnce - 1/0 - Allow to show this operator more the once?
MustShow - 1/0 - Show this operator even if it's page with no operators?
AuthLevelNeeded - 0-5 what auth level is needed to view this operator?
example: 1
How to set "login" operator with the long way.
How to set (example):
Code:
example: 2
How to set "login" operator with the short way.
How to set (example):
Code:
Info Panel
Roll it!   ⇔