Posts Tagged ‘template’
Drupal theming: know if you are in homepage [solved]
It is very useful for drupal html designers to know if you are actually in the frontpage (home page) or not. I already explained how to know if you are on joomla homepage and knowing where you are (joomla). Let’s see how this is done in drupal For instance, if you want some code to [...]
Joomla: crear un menú horizontal con extended menu [RESUELTO]
La mayoría de templates para Joomla vienen preparados con un menú vertical. Vamos a ver cómo añadir un menú horizontal en Joomla de una forma correcta y rápida. Modificando el template (theme) para contener la zona del menú Para mostrar las zonas preparadas para módulos en tu sitio joomla, puedes usar el parámetro ?tp=1. Por [...]
vufind: mostrar información de reservas en los registros
Estos días he estado trasteando con vufind ([1] y [2]). Mostrar el enlace hacia Holds En algunas bibliotecas que también tienen vufind y su catálogo es Innovative Millenium había visto que mostraban la posibilidad de colocar un enlace para reservar ejemplares directamente. Sin embargo en mi instalación de vufind no parecía funcionar. Investigando un poco [...]
CDS-Invenio: remove fulltext tab from HTML detailed
If you are using CDS Invenio default template, the HTML detailed view is organized in tabs (Information, References, Citations, Discussion, Usage Statistics, Fulltext). The last tab shows the fulltexts attatched to a record only if the have been loaded via Bibrecdoc. If you click this tab link you will be redirected to something like http://zaguan.unizar.es/record/4343/files/ [...]
Joomla plugin and templating: how to know if you are in the frontpage
There are many situations in which a joomla developer needs to know if the code is being shown / executed in the main page. This is, the “context” in which the code is executed. For instance, if you want to use a different template for the frontpage and another for other visualizations (custom frontpage). Or [...]