![]() |
Thanks. I will give this a try. The error message that I have been getting is the one that you see at the bottom of your browser that says "Done. Errors on the page" and the script doesn't run.
I will try your suggestions and let you know. Parker |
Well, I tried your suggestions but the script still fails to load and I get the "Error on page" line at the bottom left of my browser.
Parker |
Hmm.. I don't know much about how the spellchecker works but if you'll open the page with a Mozilla browser then click tools, web development, & javascript console it will tell you the exact error and maybe you can get an idea of how to fix it. I suspect its something to do with the form names or textarea names not matching. Just out of curiousity where are you placing the spell checking form? I'm guessing either in the headinclude template or in the showthread_quickedit template?
|
I am using the showthread_quickedit template
So it looks like <input name="r2" type="button" checked value=" Close Box " onClick="toggleT('e$post[postid]','h')" style="font-face:verdana;font-size:13px"> <form name="spell"> <script> function sendtext() { var semi = new RegExp("\;","g"); document.send.checkme.value = (document.vbulletin.message.value.replace(semi,"\; ")); document.send.form.value = "vbulletin; document.send.field.value = "message"; window.open('','SpellChecker','width=640,height=48 0,scrollbars=1,location=true') ; document.send.submit(); } </script> <input type="button" name="SpellCheck" value="Spell Check" onclick="sendtext()" class="bginput" tabindex="5" accesskey="c"> </form> <form name="send" action="/cgi-bin/spell.pl" method="POST" target="SpellChecker"> <input type="hidden" name="checkme"> <input type="hidden" name="form"> <input type="hidden" name="field"> <input type="hidden" name="spell" value="check"> </form> </td> That is the way that I have it incorporated in my newthread, newreply templates and it works great. Thanks |
Hello there, I have QuickQuote II installed, all fine. but I cant get the QuickEdit shown up correctly 'cus of my style set. It's the vbulletin exposed. I'll add a pic + my code. If you guys could help me out I'd appreciate it alot :)
PHP Code:
|
Try placing the $quickedit variable somewhere below the signature in the postbit template. I haven't used or even seen that style but its just simple html, so if you'll experiment with it a little I'm sure you can find a good place to put it.
|
When I save the changes my page goes to http://www.impulseownersgroup.com/vb/newreply.php and does not reload the changes. Also it does not make any changes
Larry |
Larry,
This is most likely due to a conflict with another hack that you've installed. Do you by chance have the "quote multiple posts" hack by xiphoid installed on your board? If so, thats whats causing your problem. Try this: At the top of your "showthread_quickedit" template add this: Code:
</form> Code:
<form action="newreply.php" method="POST"> |
That was the problem thanks a ton
Larry |
Quote:
thanks, I added the whole code where the $quickedit was right under the $signature and it works fine :) |
All times are GMT. The time now is 10:49 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|