Back to top

Autore Topic: JOOMLA: Togliere elenco numerato e filtri da aspetto categoria  (Letto 15631 volte)

Offline Kevinoo

  • Esploratore
  • **
  • Post: 124
  • Sesso: Maschio
    • Mostra profilo
Re:JOOMLA: Togliere elenco numerato e filtri da aspetto categoria
« Risposta #20 il: 17 Set 2009, 15:22:43 »
quindi credo che bisogna farlo da codice. Sai dirmi qual'è la stringa?
Eccoti la risposta:
(partendo dal file originale, cioè senza modifiche) le righe che interessano la creazione della barra sono dalla riga 41 => 65 (incluse):

Codice: [Seleziona]
<?php if ($this->params->get('show_headings')) : ?>
<tr>
<td class="sectiontableheader<?php echo $this->params->get'pageclass_sfx' ); ?>" align="right" width="5%">
<?php echo JText::_('Num'); ?>
</td>
<?php if ($this->params->get('show_title')) : ?>
  <td class="sectiontableheader<?php echo $this->params->get'pageclass_sfx' ); ?>" width="45%">
<?php echo JHTML::_('grid.sort',  'Item Title''a.title'$this->lists['order_Dir'], $this->lists['order'] ); ?>
</td>
<?php endif; ?>
<?php if ($this->params->get('show_date')) : ?>
<td class="sectiontableheader<?php echo $this->params->get'pageclass_sfx' ); ?>" width="25%">
<?php echo JHTML::_('grid.sort',  'Date''a.created'$this->lists['order_Dir'], $this->lists['order'] ); ?>
</td>
<?php endif; ?>
<?php if ($this->params->get('show_author')) : ?>
<td class="sectiontableheader<?php echo $this->params->get'pageclass_sfx' ); ?>"  width="20%">
<?php echo JHTML::_('grid.sort',  'Author''author'$this->lists['order_Dir'], $this->lists['order'] ); ?>
</td>
<?php endif; ?>
<?php if ($this->params->get('show_hits')) : ?>
<td align="center" class="sectiontableheader<?php echo $this->params->get'pageclass_sfx' ); ?>" width="5%" nowrap="nowrap">
<?php echo JHTML::_('grid.sort',  'Hits''a.hits'$this->lists['order_Dir'], $this->lists['order'] ); ?>
</td>
<?php endif; ?>
</tr>
<?php endif; ?>

Ciao ciao!!  ;D

Offline Gab75

  • Esploratore
  • **
  • Post: 199
  • Sesso: Maschio
    • Mostra profilo
Re:JOOMLA: Togliere elenco numerato e filtri da aspetto categoria
« Risposta #21 il: 17 Set 2009, 15:32:09 »
Kevin,

grazie ancora. vado a sostituire quello che ho con quello che mi ghai postato?

Offline Kevinoo

  • Esploratore
  • **
  • Post: 124
  • Sesso: Maschio
    • Mostra profilo
Re:JOOMLA: Togliere elenco numerato e filtri da aspetto categoria
« Risposta #22 il: 17 Set 2009, 16:30:36 »
vado a sostituire quello che ho con quello che mi ghai postato?
Il codice che ti ho postato è quello che devi cancellare..   ;)

Offline jugo

  • Nuovo arrivato
  • *
  • Post: 19
    • Mostra profilo
Re:JOOMLA: Togliere elenco numerato e filtri da aspetto categoria
« Risposta #23 il: 08 Apr 2010, 13:17:07 »
Scusate se riprendo questo vecchio topic.
Ho provato a fare come dice Kevin, commentando il codice da default_items.php, per non fare vedere il filtro delle categorie. Ma il filtro mi compare lo stesso.
Anche se tolgo il file default_items.php dalla cartella del sito il filtro compare! C'è qualche cahe da eliminare o altro? Cioè mi sembra che i commenti non abbiano effetto.
Come fare ? Grazie

Offline Kevinoo

  • Esploratore
  • **
  • Post: 124
  • Sesso: Maschio
    • Mostra profilo
Re:JOOMLA: Togliere elenco numerato e filtri da aspetto categoria
« Risposta #24 il: 08 Apr 2010, 20:27:52 »
Controlli che non sia attivo l'override del file all'interno della cartella del template.   ;)

 



Web Design Bolzano Kreatif