Back to top

Autore Topic: come togliere i numeri accanto ai link  (Letto 18219 volte)

Offline maicolstaip

  • Global Moderator
  • Instancabile
  • ********
  • Post: 17623
  • Sesso: Maschio
    • Mostra profilo
Re: come togliere i numeri accanto ai link
« Risposta #20 il: 11 Gen 2009, 22:26:54 »
E se uno accanto volesse mettere una cosa più personalizzata, tipo un'immagine?
Boh, ora ci penso un po'... ::)

http://forum.joomla.it/index.php/topic,55375.msg237613.html#msg237613
Non si risponde a PM tecnici. Postate sul forum. Grazie.

Offline ventus85

  • Instancabile
  • ******
  • Post: 6538
  • Sesso: Femmina
  • Affetta da Joomlaite
    • Mostra profilo
Re: come togliere i numeri accanto ai link
« Risposta #21 il: 12 Gen 2009, 00:08:50 »
E se uno accanto volesse mettere una cosa più personalizzata, tipo un'immagine?
Boh, ora ci penso un po'... ::)

http://forum.joomla.it/index.php/topic,55375.msg237613.html#msg237613

Si, ho visto  :)
Se volete aiuto non mandate messaggi privati, ma usate la funzione Cerca e postate sul forum, grazie!

Born in the wind, born to be wild!

Offline giov

  • Appassionato
  • ***
  • Post: 283
    • Mostra profilo
Re: come togliere i numeri accanto ai link
« Risposta #22 il: 12 Gen 2009, 22:35:16 »
Per togliere i numeri accanto ai link, nel file 
Codice: [Seleziona]
components/com_weblinks/views/category/tmpl/default_items.phpcambiare alla linea 41
Codice: [Seleziona]
<?php echo $this->pagination->getRowOffset$item->count ); ?>  in
Codice: [Seleziona]
<!-- <?php echo $this->pagination->getRowOffset$item->count ); ?>  -->
Se si combina qualche pasticcio basta ritogliere  <!-- e  -->

il tuo aiuto è stato spettacolare grazie.... visto che ti ci trovi, mi sapresti dire anche come fare a fare la stessa cosa nella voce promozini del sito? ti antico che è una FAQ

Offline trings

  • Esploratore
  • **
  • Post: 181
    • Mostra profilo
Re: come togliere i numeri accanto ai link
« Risposta #23 il: 04 Feb 2009, 22:06:35 »
A me non funziona... :'(
Rimangono sempre i numeri accanto alle voci della categoria..

come mai?

ps: utilizzo 1.5.9 (forse per questo?)

Offline nirovi

  • Appassionato
  • ***
  • Post: 540
    • Mostra profilo
Re:come togliere i numeri accanto ai link
« Risposta #24 il: 28 Mag 2009, 09:27:43 »
Anche per me questa soluzione non funziona:
il codice modificato si trova nella cartella components/com_content/views/category/tmpl/default_items.php

Codice: [Seleziona]
<?php // no direct access
defined('_JEXEC') or die('Restricted access'); ?>

<script language="javascript" type="text/javascript">

function tableOrdering( order, dir, task )
{
var form = document.adminForm;

form.filter_order.value = order;
form.filter_order_Dir.value = dir;
document.adminForm.submit( task );
}
</script>
<form action="<?php echo $this->action?>" method="post" name="adminForm">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<?php if ($this->params->get('filter') || $this->params->get('show_pagination_limit')) : ?>
<tr>
<td colspan="5">
<table>
<tr>
<?php if ($this->params->get('filter')) : ?>
<td align="left" width="60%" nowrap="nowrap">
<?php echo JText::_($this->params->get('filter_type') . ' Filter').'&nbsp;'?>
<input type="text" name="filter" value="<?php echo $this->escape($this->lists['filter']);?>" class="inputbox" onchange="document.adminForm.submit();" />
</td>
<?php endif; ?>
<?php if ($this->params->get('show_pagination_limit')) : ?>
<td align="right" width="40%" nowrap="nowrap">
<?php
echo '&nbsp;&nbsp;&nbsp;'.JText::_('Display Num').'&nbsp;';

echo $this->pagination->getLimitBox();
?>

</td>
<?php endif; ?>
</tr>
</table>
</td>
</tr>
<?php endif; ?>
<?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; ?>
<?php foreach ($this->items as $item) : ?>
<tr class="sectiontableentry<?php echo ($item->odd +) . $this->params->get'pageclass_sfx' ); ?>" >
<td align="right">
<!-- <?php echo $this->pagination->getRowOffset$item->count ); ?> -->
</td>
<?php if ($this->params->get('show_title')) : ?>
<?php if ($item->access <= $this->user->get('aid'0)) : ?>
<td>
<a href="<?php echo $item->link?>">
<?php echo $item->title?></a>
<?php $this->item $item; echo JHTML::_('icon.edit'$item$this->params$this->access?>
</td>
<?php else : ?>
<td>
<?php
echo $this->escape($item->title).' : ';
$link JRoute::_('index.php?option=com_user&view=login');
$returnURL JRoute::_(ContentHelperRoute::getArticleRoute($item->slug$item->catslug$item->sectionid), false);
$fullURL = new JURI($link);
$fullURL->setVar('return'base64_encode($returnURL));
$link $fullURL->toString();
?>

<a href="<?php echo $link?>">
<?php echo JText::_'Register to read more...' ); ?></a>
</td>
<?php endif; ?>
<?php endif; ?>
<?php if ($this->params->get('show_date')) : ?>
<td>
<?php echo $item->created?>
</td>
<?php endif; ?>
<?php if ($this->params->get('show_author')) : ?>
<td >
<?php echo $item->created_by_alias $item->created_by_alias $item->author?>
</td>
<?php endif; ?>
<?php if ($this->params->get('show_hits')) : ?>
<td align="center">
<?php echo $item->hits $item->hits '-'?>
</td>
<?php endif; ?>
</tr>
<?php endforeach; ?>
<?php if ($this->params->get('show_pagination')) : ?>
<tr>
<td colspan="5">&nbsp;</td>
</tr>
<tr>
<td align="center" colspan="4" class="sectiontablefooter<?php echo $this->params->get'pageclass_sfx' ); ?>">
<?php echo $this->pagination->getPagesLinks(); ?>
</td>
</tr>
<tr>
<td colspan="5" align="right">
<?php echo $this->pagination->getPagesCounter(); ?>
</td>
</tr>
<?php endif; ?>
</table>

<input type="hidden" name="id" value="<?php echo $this->category->id?>" />
<input type="hidden" name="sectionid" value="<?php echo $this->category->sectionid?>" />
<input type="hidden" name="task" value="<?php echo $this->lists['task']; ?>" />
<input type="hidden" name="filter_order" value="" />
<input type="hidden" name="filter_order_Dir" value="" />
<input type="hidden" name="limitstart" value="0" />
</form>
Non c'è futuro che tenga senza un passato vissuto nel rigore della passione per una vita umile e piena di principi.

Offline scuba02

  • Nuovo arrivato
  • *
  • Post: 1
    • Mostra profilo
Re:come togliere i numeri accanto ai link
« Risposta #25 il: 19 Gen 2010, 09:38:39 »
Buongiorno a tutti, approfitto per lasciare il mio primo topic...

Il fatto per cui quanto suggerito finora non funzioni è riconducibile a una modifica effettuata sul file sbagliato, non perché essa non sia efficace!

Sono presenti più files gemelli default_items.php all'interno di joomla:

1) uno è quello nominato finora, quello proprio di joomla all'interno della cartella /components/com_content/views/category/tmpl

2) un altro è il gemello contenuto nella cartella HTML del template che state usando, che è quello che ci interessa, /templates/TUOTEMPLATE/html/com_content/category

In conclusione per togliere i numeri accanto alla lista dei links nell'aspetto categoria, basta eseguire la modifica suggerita finora sul file default_items.php nella cartella /templates/TUOTEMPLATE/html/com_content/category ,

e non dimenticarsi di ripristinare l'originale nella cartella di sistema di joomla di cui al punto 1) qualora lo aveste modificato.

NB: se non aveste il file default_items.php nella cartella /templates/TUOTEMPLATE/html/com_content/category seguite esattamente le procedure suggerite nel wiki di joomla http://docs.joomla.org/Override:No_Numbers_in_Category_List , da cui ho estrapolato quello che vi ho scritto.

Ciao a tutti
« Ultima modifica: 19 Gen 2010, 10:38:55 da scuba02 »
Il mio portale joomla è www.scuderiabarchetta.it

Offline makistb

  • Appassionato
  • ***
  • Post: 275
    • Mostra profilo
Re:come togliere i numeri accanto ai link
« Risposta #26 il: 20 Mag 2011, 18:55:16 »
@ maicolstaip

e se volessi togliere i numeri che si trovano in una visuale CATEGORIA LISTA ARTICOLI ?
"lei non ha le ossa di vetro, può scontrarsi con la vita....perciò si butti mannaggia a lei!!"

adottauncane

  • Visitatore
Re:come togliere i numeri accanto ai link
« Risposta #27 il: 20 Mag 2011, 22:11:14 »
@ maicolstaip

e se volessi togliere i numeri che si trovano in una visuale CATEGORIA LISTA ARTICOLI ?

Ah, ah... Ti rivolgi alla concorrenza  ;D

http://forum.joomla.it/index.php/topic,135717.msg600509.html#msg600509

Ciao maicolstaip  :-*

Offline makistb

  • Appassionato
  • ***
  • Post: 275
    • Mostra profilo
Re:come togliere i numeri accanto ai link
« Risposta #28 il: 22 Mag 2011, 16:42:26 »
hahahha no è che ho voluto aprire un topic con un titolo piu inerente al problema ^_^
"lei non ha le ossa di vetro, può scontrarsi con la vita....perciò si butti mannaggia a lei!!"

Offline zippomaker

  • Appassionato
  • ***
  • Post: 221
    • Mostra profilo
Re:come togliere i numeri accanto ai link
« Risposta #29 il: 29 Nov 2012, 12:29:03 »
Ciao a tutti
"rianimo" questo topic per non creare doppioni di doppioni...

Ho fatto come indicato ma non funziona, lo sto facendo su una versione 1,5 di Joomla

http://www.twelvemay.com/anpeq/index.php?option=com_content&view=category&id=58&Itemid=217


altre idee??

grazie a tutti
Ciao

 



Web Design Bolzano Kreatif