Posts Tagged ‘custom’
Drupal para tontos: crear un nuevo Content Type COMPUESTO para galería fotográfica
Hoy os voy a explicar cómo crear nuevos Content Types complejos. ¿Para qué sirve esto? Imagina que quieres hacer “fichas” de usuarios, que contengan, por ejemplo: – Fotografía de perfil – URL de su página web – Texto – Galería de fotos asociada Queremos llegar a algo parecido a: Imagina, además, que la galería se [...]
SMF 2.0 RC3: Flickr HTML code to BBCode mod [working]
We are developing a photographic website (with an SMF 2.0 RC3 forum) and most of our users have their photos hosted in Flickr. (Note: I have installed WYSIWYG Quick Reply v2 RC3 package) So I’d like to make their lifes easier when sharing their photos by adding a custom button (here in the post wysiwyg [...]
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 [...]