Could i ask someone to edit my index.template.php to remove the header of my new forum, I would like everything above the menu tabs to be removed thanks in advance
Could you let me know which theme this file is from as well as a link to your site? Makes it a little easier to remove stuff that way. :)
http://filepiggy.me/ default 2.0 RC5 I just had to reinstall so please use this Index.template.php
Give this one a whirl. Let us know if this is the desired outcome. :)
Thats just what i was looking for thanks so much for your time Mashby its appreciate ;D
Sweet, I'll mark this as solved.
This works great, do you guys have the same template for SMF 1.1.13
thanks
For 1.1.13 default theme, in index.template.php -
Find this:
echo '
<div class="tborder" ', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' style="width: 100%;"' : '', '>
Change it to this:
echo '
<!--div class="tborder" ', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' style="width: 100%;"' : '', '>
Find this:
</table>
</div>';
// Show the menu here, according to the menu sub template.
template_menu();
Change it to this:
</table>
</div-->';
// Show the menu here, according to the menu sub template.
template_menu();
You can delete the commented text, but make sure it's doing what you want.
works great
thanks