hallo mahony, lieben dank für den hinweis auf den supportticketsystem-mod - die individuelle anpassung ist mir jedoch echt viel zu kompliziert, bin über lang-file nicht hinaus gekommen. :/
ich habe mich deshalb für den Mod "Posting template" entschieden, dazu jedoch eine Frage:
In der Installationsanweisung gibt es folgende Stelle:
Code: Alles auswählen
Open: adm/style/acp_forums.html
Find
Tip: This may be a partial find and not the whole line.
Code: Select All
<dt><label for="forum_desc">{L_FORUM_DESC}:</label><br /><span>{L_FORUM_DESC_EXPLAIN}</span></dt>
Find
Tip: This may be a partial find and not the whole line.
Code: Select All
</dl>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code: Select All
<!-- mod : Posting Template -->
<dl>
<dt><label for="forum_post_tpl">{L_FORUM_POST_TPL}:</label><br /><span>{L_FORUM_POST_TPL_EXPLAIN}</span></dt>
<dd><textarea id="forum_post_tpl" name="forum_post_tpl" rows="5" cols="45" maxlength="255">{FORUM_POST_TPL}</textarea></dd>
</dl>
<!-- fin mod : Posting Template -->
Dieses
</dl> (2. Find-Zeile) kommt jedoch x-mal in der php vor und ich glaube nicht, dass ich den mod-Code überall einfügen muss, oder?