MyBB Community Forums

Full Version: How change TEXT of Important Thread?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
if i need to change(or edit) the "text/wording" of Important Threads
How to change?

I need to revise from "Important" Threads to.. "SPECIAL" threads

pls and pls
Where you change any such text Smile

The lang files of course

english/forumdisplay.lang.php:70:$l['sticky_threads'] = "Important Threads";
english/global.lang.php:44:$l['forumbit_stickies'] = "Important threads";
i need revise the TEXT/Wording at Important Threads

many thks pls advice.
Yes, he explained how you do it...
i need revise the wording from "Important" ..change to "Extra" How to edit
english/forumdisplay.lang.php:70:$l['sticky_threads'] = "Extra";
english/global.lang.php:44:$l['forumbit_stickies'] = "Extra";

I just change the Important to Extra.
english/forumdisplay.lang.php:70:$l['sticky_threads'] = "Extra";
english/global.lang.php:44:$l['forumbit_stickies'] = "Extra";

as on above code, how to see, where is folder?
Go to english/forumdisplay.lang.php change something like this
$l['sticky_threads'] = "Important Threads";
(or something like that) to
$l['sticky_threads'] = "Extra";

And... go to english/global.lang.php
$l['forumbit_stickies'] = "Important Threads";
(or something like that... again...) to
$l['forumbit_stickies'] = "Extra";