Tag Archives: Create

How to create a user programmatically in Drupal ?

Why would you need to load or create a Drupal user from your PHP script ? Because you can associate processes and node importations with a user to identify them quickly into the Drupal content administration ! Then, it’s faster to create it programmatically if it doesn’t exist.

If you want to create or retrieve a Drupal user from your PHP Script, pretty simple: Read More →

How to make a favicon quickly ?

You know this little image you have in top left of each website, yes you can make one easily for your website ! Careful to chose the right website, there are so many ! Lots of them will let you create a favicon quickly but they’re not all good. The ones I chose deal correctly with transparency and have a pretty result. Some other tools gave me crap result. Read More →