Facebook Connect

Connect with Facebook

Nube de Tags

Inicio de sesión

Este artículo está escrito a modo de checklist, de hecho hay algunos tutoriales y libros escritos que explican las presentes ténicas y módulos a detalle.

Este error se genera cuando se instala el módulo Real Name en conjunto con Drupal for Facebook.

La solución está en instalar el módulo Util para posteriormente asignarle un peso menor al módulo Realname de forma que se ejecute antes que el módulo Facebook for Drupal.

I am using Drupal 6.20 (it was the same with D 6.19 too).
I got rid of "htmlspecialchars(): Invalid multibyte sequence in argument in /PATH/includes/bootstrap.inc on line 857" warning by replacing check_plain function with the same function from Drupal 6.16 bootstrap.inc file.

Respectively, I replaced this

I use PHP 5.3 and get errors on form submit -

1° podemos crear  una ruta para la pagina de ejemplo

Drupal has very powerful paging capabilities. This document explains it usage and capabilities using examples. Lets start by creating a module called paggar. If you are wondering why I used such strange sounding name for the modules, her goes a simple explanation. pager module already exists and pagger is not a very polite word.

paggar.info

If you want to add manually an image and apply an imagecache preset on it, you need to add a code snippet to the desired .tpl.php file:

Ajax is a particular type of functionality that enables your pages to retrieve and display information from a resource on the server without the need to reload. jQuery provides a few different Ajax commands, depending on your exact requirements. Here is the simplest Ajax call you can make with jQuery: