Log in

View Full Version : Quick Reply problem


icemann
10-23-2005, 05:50 PM
When you click on the Go Advanced button it wants to post.

Any help would be much appreciated....using newest Vbulletin.

Crapaddict
10-23-2005, 05:56 PM
It's by design, i think....
Why would you go advanced if you do not want to post?
besides, the whole idea of using the quickreply in the end is to post.

please correct me if i'm wrong or just misunderstood your post. :speechless:

icemann
10-23-2005, 06:02 PM
When you use Quick Reply and then decide to "Go Advanced" it should take you to the box as if you hit Post Reply.

Instead it wants to post as if you hit "Post Quick Reply".

It's not a big deal to me except that there's obviously something messed up in a script or what not.


Thanks for replying & hope this is more clear for further help. :)

Crapaddict
10-23-2005, 06:24 PM
That makes much more sense indeed.. :)

I think you might have a glitch in your showthread template?

Somewhere around <input type="submit" class="button" value="$vbphrase[post_quick_reply]" accesskey="s" title="(Alt + S)" name="sbutton" tabindex="2" id="qr_submit" onclick="clickedelm = this.value" />
<input type="submit" class="button" value="$vbphrase[go_advanced]" accesskey="x" title="(Alt + X)" name="preview" tabindex="3" id="qr_preview" onclick="clickedelm = this.value" />

But i'm not that kind of an expert to be sure.... :o

icemann
10-23-2005, 06:48 PM
Thank you Crapaddict, that was it bro.... :up: