Change Button on "Post New Topic" From Send to Post?

txkgal at 09h14
17
Nov
2011
How do I change the button on the "Post New Topic" from saying Send to say Post?
1 slg, on 17/11/2011 at 09h17
Find a button that you like and go here:

Administration Panel>>Display>>Pictures & Colors>>Pics Management

Advanced Mode
Button Tab
2 LGforum, on 17/11/2011 at 11h28
I don't think the send button can be found in ACP.

Code:

$(function() {
document.post.post.value="Post";
});
3 xReaper, on 17/11/2011 at 16h34
LGforum wrote:I don't think the send button can be found in ACP.

Code:

$(function() {
document.post.post.value="Post";
});

Yeah i agree, put this code in javascript code management.. located:

AdminPanel>Modules>Javascript Code Management

Hoped LG helped,
-xReaper
4 txkgal, on 17/11/2011 at 20h19
Putting this code will only change what the button says and not the function? Correct. I'm only wanting to change what the button says.

Thanks for your help..

HERE IS A PIC OF THE PAGE. IT'S THE POST NEW TOPIC... I want the "Send" button to say "Post"..

5 Nera., on 17/11/2011 at 23h09
Yes. It will do only that. Smile
6 txkgal, on 18/11/2011 at 00h21
It worked this time. Awesome. Thanks so much!!
7 Nera., on 18/11/2011 at 00h32
Topic solved
Similar topics
When I go to write a new topic or message on my forum, I notice that the button Named "Post New Topic" is missing. Please see the attached screenshot. The mouse cursor changes from pointer to finger and is clickable, however the button is
I would like to have both buttons highlight when you put your mouse over the button. I have been trying to figure this out on my own and so far no luck. These are the buttons Can someone please show me where and what code I need to
Post button Bars For eg: YASIN
See also
more_less
Informations

7 Replies For the topic :
"Change Button on "Post New Topic" From Send to Post?"

This topic has been viewed 10024 times.

Last message :
17/11/2011 at 09h14 by "txkgal"