inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on May 27, 2013 10:49:16 GMT -8
Add a Create Thread link or image in the Thread Page to easily start a new thread while in a thread It goes to the left of Reply above the Live Search It will only display for Members Themes - Layout Templates - Thread
Replace Line 4 <ul class="controls"><li>$[reply_button]</li></ul> With this for a text link <ul class="controls" style="font-size:11px; !important; padding-right:5px; padding-top:3px;"><li>{if $[current_user.is_member]}<a style="margin-right: 1px" href="/thread/new/$[thread.board.id]"><b>Create Thread</b></a>{/if}$[reply_button]</li></ul>
Or with this for an image <ul class="controls" style="font-size:11px; !important; padding-right:5px; padding-top:3px;"><li>{if $[current_user.is_member]}<a style="margin-right: 1px" href="/thread/new/$[thread.board.id]"><img src="http://imageurl.png"></a>{/if}$[reply_button]</li></ul> If you don't want the Reply Remove $[reply_button]
|
|