Simple Machines Community Forum

SMF Support => Language Specific Support => Italiano (Italian) => Topic started by: Andrea91 on April 17, 2012, 12:35:20 PM

Title: Cancellare il forumtitle?!
Post by: Andrea91 on April 17, 2012, 12:35:20 PM
Ciao a tutti, sono nuovo della community di smf, ma ho già trovato numerose importanti informazioni.
Vorrei sapere se esiste un modo per cancellare il forumtitle!?
Title: Re: Cancellare il forumtitle?!
Post by: emanuele on April 21, 2012, 02:32:51 PM
Ciao Andrea91 e benvenuto su sm.org! (e scusa per il ritardo...)

Da quel che vedo forumtitle è una classe css, il code html relativo lo trovi in index.template.php del tuo tema (directory Themes e poi la directory del tema che stai usando).

In Curve (il tema di default), troverai:
<h1 class="forumtitle">
<a href="', $scripturl, '">', empty($context['header_logo_url_html_safe']) ? $context['forum_name'] : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name'] . '" />', '</a>
</h1>';
Title: Re: Cancellare il forumtitle?!
Post by: Andrea91 on April 21, 2012, 02:37:46 PM
Ti ringrazio emanuele!!   :D