Hat schon mal einer von euch eigene Berechtigungen ins Backend eingebaut ?
Eine eigene Area habe ich eingerichtet, doch wie bekomme ich dazu die berechtigungen(actions) ?
im Backend-PDF steht
hmmm, wie muss ich das in die cfg_language_de.inc.php eintragen ?• „name“ is the name for this action. Note that the rights management retrieves the shown
name through the action name and the array (see cfg_language_de.inc.php for details. The
name is a bit mis-leading; it contains all i18n‘ed strings, not only german ones).
• „code“ specifies the code to execute. You can either put your code into the table, or you can
insert it directly into the file. The advantage (or disadvantage, depending on the point of
view) by putting it into the „actions“ table is that it won‘t be executed if the user don‘t have
the permission to execute the action. „code“ is regular PHP-Code, however, it is
recommended that you call only one function here.
wird das, was ich im Feld code eingebe einfach ausgefuhert ?
Hat einer von euch erfahrungen damit ?
Danke und Gruss
ubo