Archive for the ‘Informática – web’ Category

Al compartir posts en facebook no salen las imagenes (thumbnails) [SOLUCIONADO]

Algo común cuando se usa el theme Twenty eleven de wordpress es que las imagenes de los posts no salen automáticamente al compartirlos en facebook. Vaya, que al poner el link a un post en el estado de facebook, éste no es capaz de leer las imagenes y mostrar el thumbnail. Sin entrar en consideraciones [...]

WordPress: show excerpts in the category or tag view [SOLVED]

“I just want to only display the excerpt instead of the entire text of the post in the category / tag archives, how to achieve this?”. This is a common question of wordpress users. Well, the fix is really simple. Go to your working theme directory and look for content.php (or sometimes archive.php). You should [...]

Compass (IV): 100% height using 960.gs grid [SOLVED]

Ayer os comenté la forma de conseguir un sticky footer usando el grid 960.gs en Compass Sin embargo el ejemplo de ayer no completaba la altura del div de contenido (#content) hasta el footer: El ejemplo de hoy es muy similar, pero el contenido se extiende hasta alcanzar el footer (height 100% del elemento contenedor): [...]

Compass (III): Sticky footer how to [SOLVED] [RESUELTO]

Llevo unos posts hablando sobre Compass y me preguntaban vía mail cómo conseguir un sticky footer mediante este sistema. Bueno, me preguntaban cómo hacer que la altura de la página fuera 100%. Pero vamos, es lo mismo y se hace del mismo modo que se hace siempre: div para wrapper, div para content y el [...]

Compass (II): Grid de 24 columnas listo para trabajar

Como ya vimos en la primera parte del tutorial de Compass este sistema facilita muchísimo la escritura, legibilidad y jerarquización de CSS. Los ejemplos de la primera parte del tutorial eran simplemente para entender los mecanismos de Compass+SASS. En esta segunda parte vamos a desarrollar un ejemplo más útil, que servirá para comenzar a diseñar [...]

Compass (I): instalación, primeros pasos y ejemplos básicos

Si diseñas webs a menudo puede que estés cansado de estar haciendo tú mismo los CSS’s (y los cálculos que esto conlleva). Hay sistemas, como 960 grid que ayudan (y mucho) a construir grids sobre un contenedor de 960 px. ¿Por qué 960px? Porque es un número fácilmente divisible (resto entero entre dos, tres, cuatro, [...]

vBulletin 4: Disable plugin/mod per style [SOLVED]

Suppose you install a new vBulletin 4 plugin that affects all your styles. For instance, the Subforum maganer plugin I talked about some days ago. This Subforum manager plugin does NOT work with the mobile style included in vBulletin 4.1.8. If the mod has an on/off switch, then you can write a plugin to turn [...]

vBulletin 4: Añadir páginas custom

Imagina que quieres añadir a tu foro vBulletin una página con código HTML/PHP custom pero utilizando el sistema de plantillas de vBulletin. Para verlo, nada mejor que un ejemplo. Vamos a añadir una página de ‘Reglamento’ a nuestro foro. Estos son los pasos que debes seguir: Creación del fichero reglamento.php Generamos un fichero llamado reglamento.php [...]

vBulletin: Non-www to www redirection [SOLVED]

Another common thing I usually do for my clients is to redirect non-www version of their vbulletin forums to www-version. This can be easily achieved by creating a .htaccess file which contains: RewriteEngine On RewriteCond %{HTTP_HOST} ^domain.com RewriteRule (.*) http://www.domain.com/$1 [R=301,L] Just replace domain.com with your domain name and upload the file to the /public_html [...]

vBulletin: How to list subforums in new line (not comma separated) [SOLVED]

List subforums in new lines can be achieved in vBulletin 4 just by making changes to CSS files. If you are looking for the vBulletin3 way, check this link EDIT: Just found this plugin which does the job and lets admin control the display of subforums in columns too! Cool, ain’t it? To remove the [...]

Paypal donate

Please help me keep this blog up by donating.

Por favor, ayúdame a continuar con el blog donando.