SMF Support > SMF 2.0.x Support

how to remove "child boards" word from the index

(1/2) > >>

cong:
hello
how to remove "child boards" word as shown in the following image from the index



casp3r:
Look for the following file

Themes\default\languages\index.english.php

and change
$txt['parent_boards'] = 'Child Boards';
to
$txt['parent_boards'] = '';

cong:
this doesn't work for  SMF 2.0 Beta 4

I tried it and doesn't work

greyknight17:
Strange...should have worked. Just tested it and have the same problem. Will report this to the developers. Try the below instead:

Open up /Themes/default/BoardIndex.template.php:


--- Code: (Search for) --- <td class="windowbg3 smalltext largepadding"><strong>', $txt['parent_boards'], '</strong>: ', implode(', ', $children), '</td>
--- End code ---

Replace ', $txt['parent_boards'], ' with the word that you want to show up instead.

tuko:
I agree, strange cause it worked when I installed Beta 4, and still working.


Todd.

Navigation

[0] Message Index

[#] Next page

Go to full version