Please Wait Terr0r

Download and support for PhpBB3 Please Wait
Locked
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

Please Wait Terr0r

Post by Terr0r »

I have a error from this MOD

If I click from Quick Reply on full editor, submit or preview then I get this
pleasewaiterror.png
This is is my quickreply_editor.html

Code: Select all

    <form method="post" action="{U_QR_ACTION}">
       <div class="panel">
          <div class="inner"><span class="corners-top"><span></span></span>
                <h3>{L_QUICKREPLY}</h3>
                <input type="hidden" name="subject" id="subject" size="45" maxlength="64" tabindex="2" value="{SUBJECT}" class="inputbox autowidth" />
                <div style="text-align:center;">
                   <textarea id="message" style="height: 9em; width:99.4%; font-size:1.14em; background: #FFFFFF url('{ROOT_PATH}images/message.png') center no-repeat;" name="message" rows="7" cols="76" tabindex="3" class="inputbox"></textarea>
                   <label for="message" class="counter"></label>
                </div>
          <span class="corners-bottom"><span></span></span></div>
       </div>
       
       <div class="panel">
          <div class="inner"><span class="corners-top"><span></span></span>
       <fieldset id="buttons" class="submit-buttons">
                   {S_FORM_TOKEN}
                   {QR_HIDDEN_FIELDS}
                   <input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="button1" onclick="JavaScript:document.getElementById('buttons').style.display='none';document.getElementById('processingsub').style.display='block';" />&nbsp;
                   <input type="submit" tabindex="5" name="preview" value="{L_PREVIEW}" class="button2" onclick="JavaScript:document.getElementById('buttons').style.display='none';document.getElementById('processingpre').style.display='block';document.getElementById('postform').action += '#preview';" />&nbsp;
                   <input type="submit" accesskey="f" tabindex="7" name="full_editor" value="{L_FULL_EDITOR}" class="button2" onclick="JavaScript:document.getElementById('buttons').style.display='none';document.getElementById('processingfed').style.display='block';" />&nbsp;
       </fieldset>
       <fieldset id="processingsub" class="submit-buttons" style="display:none;">
          <img src="{ROOT_PATH}images/loader.gif" width="16" height="16" alt="" style="margin-bottom:-5px; padding-right:10px;" /> <input class="button1" type="button" value="{L_POST_SENDING}" disabled="disabled" />
       </fieldset>
       <fieldset id="processingpre" class="submit-buttons" style="display:none;">
          <img src="{ROOT_PATH}images/loader.gif" width="16" height="16" alt="" style="margin-bottom:-5px; padding-right:10px;" /> <input class="button1" type="button" value="{L_PREVIEW_SENDING}" disabled="disabled" />
       </fieldset>
       <fieldset id="processingfed" class="submit-buttons" style="display:none;">
          <img src="{ROOT_PATH}images/loader.gif" width="16" height="16" alt="" style="margin-bottom:-5px; padding-right:10px;" /> <input class="button1" type="button" value="{L_FULLED_SENDING}" disabled="disabled" />
       </fieldset>
          <span class="corners-bottom"><span></span></span></div>
       </div>
    </form>
How can I fix that ?

Greets Terr0r
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
User avatar
doktornotor
BBCoder IV
BBCoder IV
Posts: 167
Joined: 14 Sep 2011, 23:20
BBCodes: 30
Favourite MOD: Thanks for Posts
Contact:

Please Wait Error

Post by doktornotor »

And you want it to say "Please Wait Err0r", or? :lol:
Support requests via PM go straight to /dev/null!
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

Please Wait Error

Post by martin123456 »

Did you do as it says and Wait ?

maye you should wait a little longer ?
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Please Wait Error

Post by Stoker »

doktornotor wrote:And you want it to say "Please Wait Err0r", or? :lol:
Bl4d3 x wrote:Did you do as it says and Wait ?

maye you should wait a little longer ?
Please refrain from the SPAM guys!
Board rules! No PM support
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

Please Wait Error

Post by Terr0r »

And what can I do to fix it ?

It is only on the prosilver se style not on the prosilver style

Greets Terr0r
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Please Wait Error

Post by Stoker »

Prosilver SE and Prosilver uses the same template files correct?
Board rules! No PM support
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

Please Wait Error

Post by Terr0r »

That's a very good question I don't realy know I think from yes but I'm not sure about that

Greets Terr0r
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Please Wait Terr0r

Post by Stoker »

It was a hint. They use same template files ;)
Board rules! No PM support
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

Please Wait Terr0r

Post by Terr0r »

I have try everything but noting is working I have also use your Quick Reply but it is not working

What can I do now to fix it ?

Already thanks for the help

Greets Terr0r
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
webmaster
BBCoder II
BBCoder II
Posts: 69
Joined: 19 Nov 2011, 23:52
BBCodes: 5
Favourite BBCode: Rainbow
Favourite MOD: Please wait
Location: Bangladesh
Contact:

Please Wait Terr0r

Post by webmaster »

This is a good MOD..!!
Locked