Changing the name of child boards

Started by Scruffyhippo, September 29, 2012, 03:20:24 PM

Previous topic - Next topic

Scruffyhippo

Hi, as I have already said elsewhere I am new to SMF forum software, the hardest part being the script file names.

I want to change the name where it says 'Child boards' to 'sub forums' how to I access the correct file to do this?

Chalky

Themes/default/languages/index.english.php

Find $txt['parent_boards'] = 'Child Boards'; and change the "Child Boards" bit to whatever you want :)

Scruffyhippo

Quote from: Sabrinova on September 29, 2012, 03:32:01 PM
Themes/default/languages/index.english.php

Find $txt['parent_boards'] = 'Child Boards'; and change the "Child Boards" bit to whatever you want :)

Thanks Sabrinova :)

Chalky


Advertisement: