Joomla.it Forum

Joomla! 1.0.x (versione con supporto terminato) => Le voci di Joomla.it (solo per versione Joomla 1.0.x) => I Template di Joomla 1.0.x => : JerryLeeLewis 30 Nov 2007, 11:32:31

: Rivenus_green - Come si toglie il box giallo???? [RISOLTO]
: JerryLeeLewis 30 Nov 2007, 11:32:31
Ciao a tutti.
Ho scaricato il template Rivenus_green. L'ho installato ma ora non riesco a togliere il box giallo che si vede davanti all'immgine in alto.
Come si fa?
Qualcuno può aiutarmi?
Grazie!

JerryLeeLewis
: Re: Rivenus_green - Come si toglie il box giallo????
: raffajoomla 04 Dec 2007, 18:36:58
ho letto velocemente l'index.php credo basti togliere quello che ti scrivo qui sotto.

se no funge vuol dire che ho letto troppo in fretta.

:
<table border="0" cellspacing="0" cellpadding="0">
  <tr>
<td valign="middle">
<h1 class="title2"><?php fjt_titleColour($title_color,$mosConfig_sitename); ?></h1>
<br />
<h3 class="subtitle2"><?php fjt_sloganColour($slogan_color,$site_slogan);?></h3>
</td>
  </tr>
  </table>
: Re: Rivenus_green - Come si toglie il box giallo????
: Motorock 04 Dec 2007, 18:57:38
Riga 131
&nbsp;<?php if ($force_help==true){force_help();} ?>

al posto di true scrivi false e salva.


login to your site's admin, and browse to Site >> Template Manager >> Site Templates
select this template from the list of templates, and press the Edit HTML button in top right
locate $force_help=true; and delete it, or set to false ($force_help=false;)
save The yellow box is now gone.
(You may need to refresh the browser window open to your site)
: Re: Rivenus_green - Come si toglie il box giallo????
: JerryLeeLewis 05 Dec 2007, 15:48:22
Grazie ragazzi!! Ci sono riuscito!!!  ;D