XF 2.1 Auto-reply addon or modification ?

cosmin85

Active member
Hi
is there any addon or modification to do that ?
Automatically post a reply (first reply) for each thread created .

eg . Thanks for create this thread.
 
Hi
is there any addon or modification to do that ?
Automatically post a reply (first reply) for each thread created .

eg . Thanks for create this thread.
/admin.php?advertising/

Code:
<xf:if is="$post.position == 0">

    <hr>

Thanks for create this thread.

</xf:if>
 
Back
Top Bottom