FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Icons & buttons » quick reply button text
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
quick reply button text [message #161492] Thu, 31 December 2009 03:19 Go to next message
littleking is currently offline  littleking   United States
Messages: 187
Registered: January 2007
Karma: 2
Senior Member
how can i set the button to say post quick reply instead of submit reply
Re: quick reply button text [message #161494 is a reply to message #161492] Thu, 31 December 2009 04:58 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
Unfortunately the text is shared between the quick reply and post templates. You will have to add a new message and change quick_reply.tmpl. Here are the steps:

1. Go to the Template Editor and edit quick_reply.tmpl.

2. Change {MSG: submit_reply} to {MSG: quick_reply_submit} and save.

3. Click on 'Edit Text Messages' to jump to the Message Editor (pop-up window) and enter the new message's text.

4. Head over to the Theme Manager to recompile the theme.

PS: If there are no objections, I will commit this for the next release.
Re: quick reply button text [message #161497 is a reply to message #161494] Thu, 31 December 2009 12:48 Go to previous message
littleking is currently offline  littleking   United States
Messages: 187
Registered: January 2007
Karma: 2
Senior Member
thx, worked perfectly... had issues with people hitting the post reply button. I also moved the buttons to the right, using:

<tr><td class="MsgToolBar" align="right" {IF: $quick_reply_collapsed}style="display:none;"{ENDIFI}>
	<input type="submit" class="button" value="{MSG: post_preview_btn}" tabindex="4" name="preview" />
	<input type="submit" class="button" tabindex="5" name="btn_submit" value="{MSG: quick_reply_submit}" onClick="javascript: document.post_form.submitted.value=1;" />
</td></tr></table></td></tr>

[Updated on: Thu, 31 December 2009 12:49]

Report message to a moderator

  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Adjust buttons by swapping colours
Next Topic: Crisp button style tweak
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Mar 28 13:09:55 GMT 2024

Total time taken to generate the page: 0.02869 seconds