Log in

View Full Version : Quick Reply Button - Edit Text


Mr. Burns
11-27-2009, 02:32 PM
Where can I edit the text on the quick reply button?

kh99
11-27-2009, 03:03 PM
It's a phrase: Languages and Phrases => Search In Phrases, search for "Post Quick Reply".

Mr. Burns
11-27-2009, 03:07 PM
Thanks, I will have a look there.

--------------- Added 1259343336 at 1259343336 ---------------

No Phrases Matched Your Query

http://www.uvtalk.com/images/smilies/think.gif

kh99
11-27-2009, 03:56 PM
Hmm...did you by any chance include the quotes in that search? If so, try it again without. Also, does your button currently say "Post Quick Reply"? If not, either it's already been changed (so you should be searching for what it currently says), or maybe we're talking about different buttons?

You could also change it in the SHOWTHREAD template:


.
.
.
<input type="hidden" name="loggedinuser" value="$bbuserinfo[userid]" />
<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" />
</div>

<div align="center" id="qr_posting_msg" style="display:none; margin-top:6px">
.
.
.

Mr. Burns
11-27-2009, 04:11 PM
Yes, I tried with the quotes. It does say "Post Quick Reply".

I even tried editing the SHOWTHREAD template by replacing the text. Do I need to make a new phrase to reflect the changes I want?

kh99
11-27-2009, 04:17 PM
Did you search without the quotes (the quotes were just to indicate what to search for, you shouldn't type them)?

You can just replace $vbphrase[post_quick_reply] with whatever text you want.

Mr. Burns
11-27-2009, 04:29 PM
I search with and w/o the quotes.

Aaaaaaaaaaaaaaaah. I was only replacing what was between []. Replacing $vbphrase[post_quick_reply] with the wanted text works!

Thanks.