vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Move "quick reply" location after first post (https://vborg.vbsupport.ru/showthread.php?t=261826)

reddyink 04-11-2011 01:06 PM

Move "quick reply" location after first post
 
How to move the location of "quick reply" from end of the all the posts to right after 1st post.

Thanks

peoplez 04-28-2011 03:25 AM

Ok, I did not try this so I will assume this haha

step 1

Go to find showthread template


find

HTML Code:

<if condition="$show['quickreply']">
<!-- quick reply -->
        <br />
        <script type="text/javascript" src="clientscript/vbulletin_quick_reply.js?v=$vboptions[simpleversion]"></script>
        <form action="newreply.php?do=postreply&amp;t=$threadid" method="post" name="vbform" onsubmit="return qr_prepare_submit(this, $vboptions[postminchars]);" id="qrform">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <thead>
                <tr>
                        <td class="tcat" colspan="2">
                                <if condition="$show['quickreply_collapse']"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('quickreply');"><img id="collapseimg_quickreply" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_quickreply].gif" alt="" border="0" /></a></if>
                                $vbphrase[quick_reply]
                        </td>
                </tr>
        </thead>
        <tbody id="qr_error_tbody" style="display:none">
        <tr>
                <td class="thead">$vbphrase[errors_occured_when_submitted]</td>
        </tr>
        <tr>
                <td class="alt1" id="qr_error_td"></td>
        </tr>
        <tr>
                <td class="tfoot" align="center"><span class="smallfont"><a href="#" onclick="return qr_hide_errors()">$vbphrase[okay]</a></span></td>
        </tr>
        </tbody>
        <tbody id="collapseobj_quickreply" style="$vbcollapse[collapseobj_quickreply]">
        <tr>
                <td class="panelsurround" align="center">
                        <div class="panel">
                                <div align="$stylevar[left]" style="max-width:$stylevar[formwidth]; width:auto !important; width:$stylevar[formwidth]">
                                        <div class="smallfont">$vbphrase[message]:</div>
                                        <div id="$editorid" class="vBulletin_editor">$messagearea</div>

                                        <fieldset class="fieldset" style="margin:$stylevar[formspacer]px 0px 0px 0px">
                                                <legend>$vbphrase[options]</legend>
                                                <div style="padding:$stylevar[formspacer]px">
                                                        <if condition="$bbuserinfo['signature']">
                                                                <div style="float:$stylevar[right]"><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="5" checked="checked" />$vbphrase[show_your_signature]</label></div>
                                                        </if>
                                                        <label for="qr_quickreply"><input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />$vbphrase[quote_message_in_reply]</label>
                                                </div>
                                        </fieldset>
                                </div>
                        </div>

                        <div style="margin-top:$stylevar[cellpadding]px">
                                <input type="hidden" name="fromquickreply" value="1" />
                                <input type="hidden" name="s" value="$session[sessionhash]" />
                                <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
                                <input type="hidden" name="do" value="postreply" />
                                <input type="hidden" name="t" value="$threadid" id="qr_threadid" />
                                <input type="hidden" name="p" value="$qrpostid" id="qr_postid" />
                                <input type="hidden" name="specifiedpost" value="0" id="qr_specifiedpost" />
                                <input type="hidden" name="parseurl" value="1" />
                                <input type="hidden" name="loggedinuser" value="$bbuserinfo[userid]" />
                                <input type="submit" class="button" value="$vbphrase[post_quick_reply]" accesskey="s" title="(Alt + S)" name="sbutton" tabindex="2" id="qr_submit" onclick="clickedelm = this.value" />
                                <input type="submit" class="button" value="$vbphrase[go_advanced]" accesskey="x" title="(Alt + X)" name="preview" tabindex="3" id="qr_preview" onclick="clickedelm = this.value" />
                        </div>

                        <div align="center" id="qr_posting_msg" style="display:none; margin-top:6px">
                                <img style="vertical-align: middle;" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[posting_quick_reply_please_wait]" />&nbsp;<strong>$vbphrase[posting_quick_reply_please_wait]</strong>
                        </div>
                </td>
        </tr>
        </tbody>
        </table>
        </form>

        <if condition="!is_browser('ie') AND $show['wysiwyg']">
                <!-- Mozilla work around for focusing on QR in WYSIWYG mode -->
                <div id="qr_scroll"></div>
        </if>

        <script type="text/javascript">
        <!--
                // initialize quick reply
                qr_init();
        //-->

        </script>
<!-- / quick reply -->
</if>

step 2 cut that code (CTRL + X)

step 3 find
$ad_location[ad_showthread_beforeqr]


in showthread

step 4 put the code you cut earlier below it


Let me know how this turns out


All times are GMT. The time now is 10:09 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01012 seconds
  • Memory Usage 1,761KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete