Resource icon

"Reply to Thread" Button in Forum View, next to Navbar

Vincent

Well-known member
VincentU submitted a new resource:

"Reply to Thread" Button in Forum View, next to Navbar (version 1.0) - Shows a "Reply to Thread" button in the Thread View, next to the Sidebar.

Hello,

Here is another small Template Modification:)

Here's a screenshot:
replytothread-png.4700


To do this, simply add the following code somewhere in the 'thread_view' template ;)

Code:
<xen:if is="{$canReply}">
    <xen:topctrl><a href="{xen:link 'threads/reply', $thread}" class="callToAction"><span>{xen:phrase reply_to_thread}</span></a></xen:topctrl>
</xen:if>

Read more about this resource...
 
Top Bottom