News:

Join the Facebook Fan Page.

Main Menu

How can I delete this?

Started by CommanderMadi, July 08, 2010, 12:22:24 PM

Previous topic - Next topic

CommanderMadi

Hello people

I use the mod of custom board icons made by "Big Guy". This mod allows me to add custom board icons instead of the "New Posts", "No New posts" and "Redirect Board".

I would like to delete the 3 above mentioned labels illustrated in the following picture.



How can I do that?

Thank you for any help provided.
Relationships counselling and advice blog
http://www.adorology.com

cicka

Quote from: SkyAttack Madi on July 08, 2010, 12:22:24 PM
Hello people

I use the mod of custom board icons made by "Big Guy". This mod allows me to add custom board icons instead of the "New Posts", "No New posts" and "Redirect Board".

I would like to delete the 3 above mentioned labels illustrated in the following picture.



How can I do that?

Thank you for any help provided.

At the Board.Index.template.php file find this code and either remove it or comment it out

<ul class="reset">
<li class="align_left"><img src="', $settings['images_url'], '/', $context['theme_variant_url'], 'new_some.png" alt="" /> ', $txt['new_posts'], '</li>
<li class="align_left"><img src="', $settings['images_url'], '/', $context['theme_variant_url'], 'new_none.png" alt="" /> ', $txt['old_posts'], '</li>
<li class="align_left"><img src="', $settings['images_url'], '/', $context['theme_variant_url'], 'new_redirect.png" alt="" /> ', $txt['redirect_board'], '</li>
</ul>


Or did you mean to remove only the pictures and leave the wording intact?

kat

Unless you want to keep the images... That removes the images AND the labels.

Advertisement: