112 éléments, page 1 (de 2)

Avoir un bookmarklet pour créer des marque pages dans mon site drupal

Soumis par Marc Angles le
Tags
documentation
drupal
drupal 7
cd modules git git clone --branch master http://git.drupal.org/project/prepopulate.git cd prepopulate git checkout 7.x-2.x less README.txt PREPOPULATE MODULE ================== By ea.Farris, based on an idea from chx. Maintained by Addison Berry (add1sun). Prepopulate is an attempt to solve the problem that resulted from the discussion at http://www.drupal.org/node/27155 where the $node object, it was (correctly, I believe) decided, should not be prefilled from the $_GET variables, and instead, the power of the FormsAPI should be used to modify the #default_value of the form elements themselves. This functionality will make things like bookmarklets easier to write, since it basically allows forms to be prefilled from the URL, using a syntax like: http://www.example.com/node/add/blog?edit[title]=this is the title&edit[body]=body goes here Refer to the USAGE.txt file or the online handbook at http://drupal.org/node/228167 for more examples. Please repo

Migration depuis D6

Soumis par Marc Angles le
Tags
documentation
drupal
drupal 7
I try to migrate my old d6 iftbqp.com to d7* *(And it is done with the better news I had from the drupal since years !) * I'll try to rebuild content types and field, then migrate the old stuff in the new site using feeds_sql module. What needs to be migrated : * Blog * Articles * Bookmarks * Pages * Images (peintures etc) Let's test feeds_sql on the blog migration.

Captures d'ecrans automatiques lorsque je crée un 'bookmark' dans mon site

Soumis par Marc Angles le
Tags
drupal
bookmarks
Art
web
apt-get install xvfb apt-get install xfonts-cyrillic <= ça évite les casses tête installer http://cutycapt.sourceforge.net/ ...

Débrouillez vous pour faire fonctionner cette commande :

xvfb-run -a -e xvfb-error.log /path/to/CutyCapt --url=http://google.ca --out=monimage.png --min-width=1280 --min-height=1024 Ça marche ! :)

Essais avec webkit-image-gtk

La même commande que plus haut mais adaptée avec webkit-image-gtk... ça marche pas :(

Migrer d'image a image_field

Soumis par Marc Angles le
Tags
libre
Informatique libre
Koumbit
informatique
Koumbit
informatique
drupal
migration
image_cache
module
Je me suis enfin debarasse du module image. Pas qu'il soit mauvais en soit. Juste que j'ai pris l'habitude de travailler avec image_field. J'ai suivi les conseils trouves sur cette page : http://drupal.org/node/201983 J'ai tente le script plusieurs fois. Cela n'a pas fonctionne. Au bout de 5 fois, j'ai applique la methode decrite ici : http://drupal.org/node/201983#comment-828698 Merveilleux. :-)