drupal

Drupal User Links

July 25, 2008 - 3:32am — Andre
date month

Want to add some useful dynamic Login/Log Out/Administer links to your Drupal site? Add this simple code anywhere in your page.tpl (I placed mine down in the footer as you can see).

View the full code after the jump.

Twitter Retriever

July 25, 2008 - 2:55am — Andre
date month
twitterlogo.png

The script used to retrieve my tweets (as seen in the block to the right) is a mashup of several scripts I came across. It uses simplexml (PHP5 ONLY) to retrieve your user XML file. This method doesn't cause your page load time to suffer like JavaScript based tweet retrievers.

View the full code after the jump.