How Do I Auto Check Quote Reply in Message box..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sketch42
    Senior Member
    • May 2004
    • 117

    How Do I Auto Check Quote Reply in Message box..

    like in vb.org
    make it when the the quick reply button is pressed(with the must click option for the quick reply button set to no) it automagically places a check mark in the quote reply in message box???
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    In showthread_quickreply find

    <input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />

    change it too

    <input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" checked="checked" />

    Comment

    • sketch42
      Senior Member
      • May 2004
      • 117

      #3
      i love you guys you know that right???

      Comment

      • Zachery
        Former vBulletin Support
        • Jul 2002
        • 59097

        #4
        Yus

        Comment

        • kfiasche81
          Member
          • Jan 2005
          • 30
          • 3.8.x

          #5
          Originally posted by Zachery
          In showthread_quickreply find

          <input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />

          change it too

          <input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" checked="checked" />
          I have applied the mod but I have not obtained turns out to you!!

          Help me!

          Comment

          • kfiasche81
            Member
            • Jan 2005
            • 30
            • 3.8.x

            #6
            I am successful but now I would want to make so that the box quick replay he is opened to the click
            Last edited by kfiasche81; Sat 9 Apr '05, 1:41pm.

            Comment

            • sketch42
              Senior Member
              • May 2004
              • 117

              #7
              hi .. i know this is as old thread..but i just noticed that this doesnt work in opera browseers

              Comment

              • vakvak
                Member
                • Mar 2005
                • 52
                • 3.0.7

                #8
                Originally posted by Zachery
                In showthread_quickreply find

                <input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />

                change it too

                <input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" checked="checked" />
                thank...

                Comment

                • Floris
                  Senior Member
                  • Dec 2001
                  • 37767

                  #9
                  SHOWTHREAD template:
                  find:
                  <input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />

                  replace:
                  <input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" checked="checked" />

                  After which you can save the template

                  Comment

                  • conqsoft
                    Senior Member
                    • Jul 2003
                    • 3803
                    • 3.6.x

                    #10
                    Wouldn't it just be:

                    <input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" checked />

                    ?
                    vBulletin v3.8.0's Implementation of Google Adsense Should Be Avoided At All Costs - Do Your Own Adsense Implementation

                    Comment

                    • Incendium
                      Senior Member
                      • Apr 2004
                      • 321
                      • 3.8.x

                      #11
                      Originally posted by conqsoft
                      Wouldn't it just be:

                      <input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" checked />

                      ?
                      That would be the correct way if adhering XHTML standards. =]

                      Comment

                      • Floris
                        Senior Member
                        • Dec 2001
                        • 37767

                        #12
                        Call me a rebel

                        Comment

                        • Mark.B
                          vBulletin Support
                          • Feb 2004
                          • 24286
                          • 6.0.X

                          #13
                          I am currently trying to do this.

                          It works initially, but after submitting your Quick Reply using AJAX, the box is then unticked again, which is going to cause confusion. It only gets ticked if you do a ctrl+F5

                          Is there a way to fix this?
                          MARK.B
                          vBulletin Support
                          ------------
                          My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
                          My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

                          Comment

                          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                          Working...