<if test="$displayData['mod_links']"> <div class="fright" style="position: absolute;right:10px;"> <select id='forminput' name='mod_options' class='forminput' tabindex='1'> <option value='nowt'>( Do Nothing )</option> <if test="$topic['pinned'] == 1"> <option value='unpin'>Unpin this topic</option> <else /> <option value='pin'>Pin this topic</option> </if> <option value='close'>Close this topic</option> <if test="$topic['pinned'] == 1"> <option value='unpinclose'>Unpin & Close this topic</option> <else /> <option value='pinclose'>Pin & Close this topic</option> </if> <option value='move'>Move this topic</option> </select> </div> </if>and the new way doesn't seem to work either. Before, we copied it from the post screen template, but that doesn't take on 3.2.2
Thanks in advance.
















