Quote:
Today at 06:29 AM Ramsy de Vos said this in Post #44
can u find a way to make it so that when u push the post reply button it puts the quote there also?
|
Not with this hack, however it might be possible to make some minor adjustments so that it could work with the quote multiple posts hack..
Try this:
Reinstall the Quote multiple posts hack by xiphoid exactly as you had it..
Then at the
top of your "quickquote" template add this:
Still in the quickquote template, add this at the
bottom:
Code:
<form action="newreply.php" method="POST">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="threadid" value="$threadid">
If you've installed my "Quick Edit" hack you will also need to add that code to the top & bottom of the "showthread_quickedit" template.
I haven't tested this so I have no idea if it'll work or not, but it might be worth a try if you want to use both hacks together.
Good luck with it.