also die vhosts hab ich eingerichtet, und die Anleitung wie man eigene Themes baut hab ich auch gefunden.
http://doc.otrs.org/2.0/de/html/c1581.html
Die Tabelle Theme gibts bei meiner Installation nicht. Also kann ich die neuen Themes OTRS nicht bekannt machen

Jetzt gibt es bei OTRS 3.0 ja auch Skins:
http://doc.otrs.org/developer/3.0/en/ht ... html#skins
Vhost und HostBased ist eigentlich genau das was ich brauche aber jetzt bin ich mir nicht ganz klar wo der Unterschied zwischen Themes und Skins ist.
Hintergund ist das ich hier 4 Unternehmen und für alle die customer.pl anders aussehen soll.
http://forums.otrs.org/viewtopic.php?f=17&t=6169
Macht man das jetzt mit Themes oder Skins?
Und wenn mit Themes wie mache ich die bekannt? Ohne die Tabelle theme?
Oder mit Skins?
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<otrs_config version="1.0" init="Framework">
<ConfigItem Name="Loader::Agent::Skin###100-custom" Required="0" Valid="1">
<Description Translatable="1">Custom skin for the development manual.</Description>
<Group>Framework</Group>
<SubGroup>Frontend::Agent</SubGroup>
<Setting>
<Hash>
<Item Key="InternalName">custom</Item>
<Item Key="VisibleName">Custom</Item>
<Item Key="Description">Custom skin for the development manual.</Item>
<Item Key="HomePage">www.yourcompany.com</Item>
</Hash>
</Setting>
</ConfigItem>
</otrs_config>