     1.0 Beta 2

:
===================================
1.    ( ,  ,   XenForo Beta 1)
     SQL      XF (,   phpmyadmin):
   ALTER TABLE xf_thread DROP firstpoststicked
2.        
3.   .

:
===================================
1.  
2.  
3.   'thread_view' :
=================
					<xen:if is="{$thread.canInlineMod}">
					<form action="{xen:link inline-mod/thread/switch}" method="post" class="InlineModForm sectionFooter" id="threadViewThreadCheck"
						data-cookieName="threads">
						<label><input type="checkbox" name="threads[]" value="{$thread.thread_id}" class="InlineModCheck" /> {xen:phrase select_for_thread_moderation}</label>
						<input type="hidden" name="_xfToken" value="{$visitor.csrf_token_page}" />
					</form>
					</xen:if>
=================
 :
=================
					<xen:if is="{$canMoveThread}">
					<form action="{xen:link threads/sticky-first-post, $thread, 'page={$page}'}" method="post" class="AutoValidator visibilityForm sectionFooter">
							<label><input type="checkbox" name="firstpoststicked" value="1" class="SubmitOnChange" <xen:if is="{$thread.firstpoststicked} == 1">checked="checked"</xen:if>/>
								{xen:phrase sticky_first_post}</label>

							<input type="hidden" name="_xfToken" value="{$visitor.csrf_token_page}" />
					</form>
                                        </xen:if>
=================

.
===================================

:
  ,   Thread Tools ( ) ->   

20.10.2010 GiveMeABreak