Back to top

Autore Topic: Come mettere un testo in fondo al sito  (Letto 2168 volte)

Offline furiadicheb

  • Appassionato
  • ***
  • Post: 214
    • Mostra profilo
Come mettere un testo in fondo al sito
« il: 14 Ott 2008, 13:54:37 »
come da titolo,il mio sito è questo

http://mondojuventus.netsons.org/

come faccio a metterlo in fondo e soprattutto in mezzo.?

Offline DoppiaV

  • Esploratore
  • **
  • Post: 144
  • Sesso: Maschio
    • Mostra profilo
Re: Come mettere un testo in fondo al sito
« Risposta #1 il: 14 Ott 2008, 14:06:28 »
volevo risponderti ma sono Tifoso del TORO!!!  ;D

scherzi a parte (che sono tifoso del Toro però è vero!) io ho utilizzato il moulo syndicate l'ho abilitato, ci ho scritto il testo e l'ho pubblicato. Questo però dipende dal template che usi, dovresti verificare in gestione template nel tuo template predefinito (facendo anteprima) qual'è il modulo che si trova in fondo alla pagina. Poi usi quello. IO uso quello di default della installazione di Joomla.
Ciao e..... FORZA TORO!  ;D
www.asoffside.it  "Per molti è solo una palla, per noi un pezzo di vita"

Offline furiadicheb

  • Appassionato
  • ***
  • Post: 214
    • Mostra profilo
Re: Come mettere un testo in fondo al sito
« Risposta #2 il: 15 Ott 2008, 08:18:44 »
ok grazie purtroppo dall'anteprima ho notato che non è possibile...vabbè fa nulla.

Grazie per l'info ;D anche se sei tifosi del Toro ;)

SteveTW

  • Visitatore
Re: Come mettere un testo in fondo al sito
« Risposta #3 il: 15 Ott 2008, 10:35:06 »
Allora.... stai parlando della zona footer del sito?

devi centrare la scritta che appare in fondo?
Semplice, basta avere il tuo file php e configurarlo nella maniera corretta......

Io in questo momento sto vedendo sulla sx del footer questa scritta:


All Rights Reserved 2008
All content are protected by the copyright law and may not be copied
without the express permission and the active reference to a source!


Mentre sulla stessa altezza sulla dx:

feed-image Feed Entries
Powered by Joomla | Designed by raduga



Quale dei due andrebbe centrato?

Offline furiadicheb

  • Appassionato
  • ***
  • Post: 214
    • Mostra profilo
Re: Come mettere un testo in fondo al sito
« Risposta #4 il: 15 Ott 2008, 15:33:23 »
se si può centrarli tutti e due  ;D

oppure se si può usarne solo uno e togliere l'altro

SteveTW

  • Visitatore
Re: Come mettere un testo in fondo al sito
« Risposta #5 il: 16 Ott 2008, 16:26:53 »
devi postare il tuo index.php, mi sa che quanto c'è scritto è lì dentro....... non penso sia nei moduli.

Con il tuo index basta fare qualche cambiamento li o nel template_css.css.... 'na sciocchezza

Offline furiadicheb

  • Appassionato
  • ***
  • Post: 214
    • Mostra profilo
Re: Come mettere un testo in fondo al sito
« Risposta #6 il: 17 Ott 2008, 13:27:39 »
ok ecco l'index .php del template bizuniverse

Codice: [Seleziona]
<?php

/**

 * @copyright Copyright (C) 2005 - 2007 Open Source Matters. All rights reserved.

 * @license GNU/GPL, see LICENSE.php

 * Joomla! is free software. This version may have been modified pursuant

 * to the GNU General Public License, and as distributed it includes or

 * is derivative of works licensed under the GNU General Public License or

 * other free or open source software licenses.

 * See COPYRIGHT.php for copyright notices and details.

 */



defined'_JEXEC' ) or die( 'Restricted access' );

?>


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language?>" lang="<?php echo $this->language?>" >

<head>

<jdoc:include type="head" />

<link rel="stylesheet" href="templates/system/css/general.css" type="text/css" />

<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" />

<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/frontpage.css" type="text/css" />

<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/<?php echo $this->params->get('color'); ?>.css" type="text/css" />

<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/<?php echo $this->params->get('width'); ?>.css" type="text/css" />



<?php

     $view 
JRequest::getVar('view');

     
$option JRequest::getCmd('option');

     

     if( (
$this->params->get('showTopBlockFrontpage') && $view == 'frontpage')

          || (
$this->params->get('showTopBlockCom_Newsfeeds') && $option == 'com_newsfeeds')

          || (
$this->params->get('showTopBlockCom_Weblinks') && $option == 'com_weblinks')

          || (
$this->params->get('showTopBlockArticle') && $view == 'article')

          || (
$this->params->get('showTopBlockCategory') && $view == 'category')

          || (
$this->params->get('showTopBlockSection') && $view == 'section'

          || (
$this->params->get('showTopBlockNewsfeed') && $view == 'newsfeed')

          || (
$this->params->get('showTopBlockWrapper') && $view == 'wrapper') ){

     
$show_top = ($this->countModules('top') == 0);

} else {  

     
$show_top = ($this->countModules('top') == 1); 

}
?>






<!--[if lt IE 6]>

  <link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/ie5.css" type="text/css" />

<![endif]-->

<!--[if IE 6.0000]>

  <link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/ie6.css" type="text/css" />

<![endif]-->



</head>



<body id="body">



<div id="body_br">



<div id="center_left">

<div id="center">

<div id="logo"><a href="<?php echo JURI::base(); ?>"><img src="templates/<?php echo $this->template?>/images/trans.gif" alt="<?php echo JText::_('Main page'); ?>" id="imglogo"/></a></div>



             

<div id="topnavarea">

<?php if($this->countModules('user3')) : ?>

<jdoc:include type="modules" name="user3" />

<?php endif; ?>

</div>



               

<?php if($show_top == "true") : ?>

<div id="checkmate"></div>

<div id="top_nf">

<div id="div_nf">           

<jdoc:include type="modules" name="top" style="xhtml"/>

</div>                     

</div>

<?php endif; ?>

             

               

<div id="allcontent">

<div id="content">                 



                  <div id="leftcol">

                  <jdoc:include type="modules" name="left" style="xhtml"/>

                  </div>

           

 <?php if($this->countModules('right')) { ?>

                      <div id="rightcol">



                      <jdoc:include type="modules" name="user2" style="rightgrey"/>

                      <jdoc:include type="modules" name="right" style="rounded"/>

                     

                      </div>



                  <div id="text">

 <? } else {  ?>           

                  <div id="text_noright">

 <? } ?>               

                  <div id="pw"><jdoc:include type="module" name="breadcrumbs" /></div>

                               <jdoc:include type="modules" name="user1" style="modcontent"/>



                  <div class="maincol">



<?php if($this->params->get('showComponent')) : ?>

<jdoc:include type="component" />

<?php endif; ?>

                  </div>

   



     

<?php if($this->countModules('bottom')) : ?>





                      <div>

                      <jdoc:include type="modules" name="bottom" style="modcontent"/>

                      </div>

                     

<?php endif; ?>



<?php if($this->countModules('banner')) : ?>





                      <div align="center">

                      <jdoc:include type="modules" name="banner" style="raw"/>

                      </div>

                     

<?php endif; ?>



</div>

                     

</div>       





                <div class="foot">

                <div class="footer_left">

<?php 

echo"<p>

"
.JText::_('All Rights Reserved').' 'JHTML::Date'now''%Y' ) . " <br />

"
.JText::_('All content  are protected by the copyright law and may not be copied')."<br />

"
.JText::_('without the express permission and the active reference to a source!')."

</p>"
;

?>
               

                </div>

                <div class="footer_right">

<p>

<?php if($this->countModules('right')) : ?>

<jdoc:include type="modules" name="syndicate" />

<?php endif; ?>

<br />

 <?php echo JText::_('Powered by');?> <a href="http://www.joomla.org">Joomla</a> | <a href="http://mambasana.ru"><?php echo JText::_('Designed by');?> raduga</a>

</p>

</div> 

                </div>

                </div>

                </div>

                </div>

                </div>

               

         

</body>

</html>

SteveTW

  • Visitatore
Re: Come mettere un testo in fondo al sito
« Risposta #7 il: 17 Ott 2008, 14:38:47 »
Ok allora ti faccio notare questo che è la parte finale del tuo index.php:

Codice: [Seleziona]
<div class="footer_right">

<p>

<?php if($this->countModules('right')) : ?>

<jdoc:include type="modules" name="syndicate" />

<?php endif; ?>

<br />

 <?php echo JText::_('Powered by');?> <a href="http://www.joomla.org">Joomla</a> | <a href="http://mambasana.ru"><?php echo JText::_('Designed by');?> raduga</a>

</p>

</div>

Nel tuo css devi andare a prendere il comportamento inserito nella classe "footer_right".

In teoria potresti prendere semplicemente l'ultima parte e sostituirla con questo:
Codice: [Seleziona]
<div class="footer_right">

<p align="center">

<?php if($this->countModules('right')) : ?>

<jdoc:include type="modules" name="syndicate" />

<?php endif; ?>

<br />

 <?php echo JText::_('Powered by');?> <a href="http://www.joomla.org">Joomla</a> | <a href="http://mambasana.ru"><?php echo JText::_('Designed by');?> raduga</a></p>

</div>

Ma ho paura che ti sovrappongano entrambe le porzioni di testo.
Bisognerà fare una modifica anche al css......

Offline furiadicheb

  • Appassionato
  • ***
  • Post: 214
    • Mostra profilo
Re: Come mettere un testo in fondo al sito
« Risposta #8 il: 17 Ott 2008, 19:05:58 »
lo provo prima in locale ...

Offline furiadicheb

  • Appassionato
  • ***
  • Post: 214
    • Mostra profilo
Re: Come mettere un testo in fondo al sito
« Risposta #9 il: 18 Ott 2008, 09:08:29 »
allora ho provato in locale però diciamo che mi allinea solo il testo di destra...però non al centro del sito ma è solo un allineamente del testo niente di più

 :)

SteveTW

  • Visitatore
Re: Come mettere un testo in fondo al sito
« Risposta #10 il: 18 Ott 2008, 09:52:24 »
immaginavo, bisogna avere i css e la index per completare bene il discorso, anche perchè sono due blocchi distinti <div> con comportamenti distinti per restare sulla stessa linea (uno a sx e uno a dx).

La mia soluzione era un paliativo..... se togli quello che non ti interessa a destra, il testo si centra, se era quello che volevi.

Altrimenti ci vuole index e css

 



Web Design Bolzano Kreatif