sql

Drupal tag list block

tung's picture

I just implemented a tag list for the site, just like at the old Blogger site.

Trying to do this using views was a massive pain and wholly unsuccessful, so I turned directly to my best skill: programming. Blocks in Drupal allow insertion of PHP.

But it wasn't working. Anything I inserted would appear as code directly on the page. Then I realised I had to enable the PHP input filter module. Ugh.

Anyway, with a hint from Google, and peeking into the database schema myself, I was able to drum up this little baby.

Read more »
Syndicate content