The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Move quick reply box from bottom of thread/page to top, under first post
Anyone know how I can move the quick reply box from the bottom of the page to the top of the page under the first post in the thread?
Thank you |
#2
|
|||
|
|||
I'm sure someone will post saying this won't work because it would put a form inside a form, but I opened a quick reply under a post and used a dev tool to look through the HTML and it is in fact a form inside a form (quick_reply inside inlinemodform)
Am I wrong? Check it out. |
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
A page can have several forms. Now its a form under a form. But you can't nest forms, which you would have to to have the editor under the first post.
|
#5
|
|||
|
|||
Quote:
What about a form that once submitted, copies the content of the form, to the real quick reply box form and submits it? |
#6
|
||||
|
||||
You do not understand. You can have two forms on a page (probably not two quick reply instances, since for other reasons you probably can't instantiate the editor twice at the same time), you just cannot nest them.
You can have HTML Code:
<form></form> <form></form> HTML Code:
<form> <form> </form> </form> You can do that, as long as the form is not inside another form. Meaning: You can't do what you want this way. See above. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|