![]() |
This hack add answer form on bottom page with thread :cool:
|
This is a vB on screenshot :)
|
Can you be more specific and explain a little more what this hack does? What's the purpose of an "answer form"??
|
you have the the textarea et the attach file option directly in post you can create directly without using post reply
|
Can you be more specific and explain a little more what this hack does? What's the purpose of an "answer form"??
This form add`s in thread page and you can answer on the this thread don`t opening page with answer form you have the the textarea et the attach file option directly in post you can create directly without using post reply No, sorry. It`s QUICK answer form :) |
Pretty cool, Thanks :)
|
Great hack!
Also, if you want to be able to support smilies with the quick reply form you can by: 1. Add this to the head tags of your showthread template: <SCRIPT LANGUAGE="JavaScript"><!-- function win(fileName) { myFloater = window.open('','myWindow','scrollbars=yes,status=n o,width=300,height=250') myFloater.location.href = fileName; } //--></SCRIPT> 2. Then simply add this wherever you would like the link to show up at on the form: <A HREF="javascript:win('http://www.YOUR-LINK-TO/misc.php?action=getsmilies')">Smilie Codes</A> Be sure to change YOUR-LINK-TO to the correct path to your misc.php file. This will bring up a small popup with all of your smilies that the users can simply click ont to add to their reply just like they can do in the regular reply form. |
indeed nice hack
:stupid: this thread is almost 2 months old :stupid: |
Oh, I'm sorry...
Was there a time limit you have to reply to old posts here? :D |
this is sweet!!
I am glad someone pointed it out even if it was 2 months old!!!!:) |
Quote:
|
No problem :)
You can pretty much add anything else by simply copy and pasting from the newreply template. I also added the 3 checkboxes below the reply form to support signatures, email notifications and url parsing. |
Nice I like it.
and there is a but I have a win xp so i get an error when I submit a reply line 356 error object expected |
As the man from Mars used to say, "I am only an egg". I tried looking at the proposed change to the showthread template, and when I unzipped the attachment mentioned in the OP, I saw two lines that had "extended ASCII" characters:
Code:
<td width="18%" bgcolor="#DFDFDF" valign="top"><normalfont><b>??? ?????:</b></normalfont> Code:
<input type="submit" class="bginput" value="?????????" |
1st mean Your reply
2nd mean Send or Submit |
Thank you very much.
|
Thank you for a nice hack!
I am using Windows Me... and also get an error when I submit a reply... something like "line 325..error, object expected". Did anyone else get this message and managed to fix it? I have been around this error message before on another page, and not for vb stuff (it was a geocities page) I then got rid of the error as I had chosen an image, but not included it (there was an empty box showing when looking at the html coding). I dare not change anything here tho... as I am not a pro! |
Yes, the HTML expert at our site managed to fix it. It seems like there is a call to a javascript function called "validate" and she added the validate function to the template. She found the source code of the validate function by looking at the page source for a post reply page, IIRC. If you need more information I can look it up for you.
|
Thanks, that would have been nice :)
I was almost thinking about un-installing this one until someone else took over! Appreciate it. |
Sorry, I don't check this forum every day. Here's the change made in a template, to avoid the javascript error caused by applying the template change suggested in the original post:
============= In Templates -> Show Thread Templates -> showthread Added <script language="javascript"> <!-- var postmaxchars = 20000; function validate(theform) { if (theform.message.value=="") { alert("Please complete the message field."); return false; } if (postmaxchars != 0) { if (theform.message.value.length > 20000) { alert("Your message is too long.\n\nReduce your message to 20000 characters.\nIt is currently "+theform.message.value.length+" characters long."); return false; } else { return true; } } else { return true; } } function checklength(theform) { if (postmaxchars != 0) { message = "\nThe maximum permitted length is 20000 characters."; } else { message = ""; } alert("Your message is "+theform.message.value.length+" characters long."+message); } //--> </script> After the other </script> tag in the head ============= Replace 20000 by the maximum post size at your board. |
Thanks........i will give it a try
|
Thank You !!!!! worked like a charm..
|
Is there any way we could get the code for the smilies and add-ons you put in it? :-)
Quote:
|
thats good :)
|
When I install this hack, it puts the quick reply box on the top of the threads... how can I get it to show on the bottom after the threads?
thanks in advance |
bump
|
wow
|
for some reason i cant allign the table with the rest of the threads, here is an example
http://illstylez.com/board/showthrea...&threadid=2243 anybody want to help me out? |
up
|
Quote:
In showthread template there are 4 instances of PHP Code:
PHP Code:
/DJ |
Quote:
Thanks alot, /DJ |
This hack looks good. Nice work :)
|
One problem.
When I close a thread, people can still reply with the quick answer form. |
And of course I never noticed that since I'm admin I can reply. I got a normal user to try and reply, and it said "sorry closed thread" so disregard that last one.
|
Hi there (from a newbie)
I get this error No thread specified. If you followed a valid link, please notify the webmaster. Can you help? |
the hacker wasn't around since nearly one year, also fireflys hack does the same, you should install this one:
https://vborg.vbsupport.ru/showthrea...threadid=34597 i'll close this thread here |
All times are GMT. The time now is 02:12 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:
|