2013-04-06, 07:55 PM
You need to change the javascript in theme-js.js to open with a class instead of an ID so you can have multiple instances on the page. Then just something like this ...
forumdisplay_newthread
forumdisplay_newthread
<if $mybb->usergroup['gid'] == 1 then>
<a class="login-link" href="newthread.php?fid={$fid}" class="button bigbutton"><span class="icon-comments"></span> start a discussion</a>
<else>
<a href="newthread.php?fid={$fid}"><span class="icon-comments"></span> start a discussion</a>
</if>