-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplateListener.xml
More file actions
23 lines (23 loc) · 1.05 KB
/
templateListener.xml
File metadata and controls
23 lines (23 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/templatelistener.xsd">
<import>
<templatelistener name="threadAdd">
<environment>user</environment>
<templatename>threadAdd</templatename>
<eventname>informationFields</eventname>
<templatecode><![CDATA[{include file='__delayedThreads' application='wbb'}]]></templatecode>
</templatelistener>
<templatelistener name="postAdd">
<environment>user</environment>
<templatename>postAdd</templatename>
<eventname>informationFields</eventname>
<templatecode><![CDATA[{include file='__delayedPosts' application='wbb'}]]></templatecode>
</templatelistener>
<templatelistener name="postEdit">
<environment>user</environment>
<templatename>postEdit</templatename>
<eventname>informationFields</eventname>
<templatecode><![CDATA[{include file='__delayedPosts' application='wbb'}]]></templatecode>
</templatelistener>
</import>
</data>