vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Quick Reply Button - Edit Text (https://vborg.vbsupport.ru/showthread.php?t=228998)

Mr. Burns 11-27-2009 02:32 PM

Quick Reply Button - Edit Text
 
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 [DATE]1259343336[/DATE] at [TIME]1259343336[/TIME] ---------------

Quote:

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:

Code:

       
            .
            .
            .
        <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.


All times are GMT. The time now is 01:03 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
  • Page Generation 0.01201 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete