inherit
vicecsr@protonmail.com
269018
0
Jan 26, 2024 20:16:21 GMT -8
ViceCSR
221
January 2024
vicestg
|
Post by ViceCSR on Feb 5, 2024 6:31:29 GMT -8
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Feb 7, 2024 12:44:07 GMT -8
The posted image appears you want to change the "Create Thread" wording but pretty much leaves ambiguous the "Create Post" wording that appears when replying to a thread instead of creating a thread. With no words accompanying the posted image describing your thought process and actual goal, [cynicism] this reply might be a waste of my time[/cynicism]. - To change "Create Thread" in the title bar of the posting page go to your forum's admin panel
- Under the Themes menu select layout templates
- select the theme you wish to modify under current theme if you have multiple themes installed on the forum
then click on the Posting Page template
- locate the $[title_bar] variable in the Posting Page template and replace it with
{if $[route.name]=='new_thread'}MY NEW TITLE{else}$[title_bar]{/if} "MY NEW TITLE" would be changed to whatever you want it to say
- To change the "Create Thread" button
- from the same Posting Page template, locate the $[form.post.button] variable and replace it with
{if $[route.name]=='new_thread'}<input id="$[form.id]_post_button" name="post" type="submit" value="MY BUTTON CAPTION" tabindex="0">{else}$[form.post.button]{/if} "MY BUTTON CAPTION" would be changed to whatever you want it to say
|
|