Hi,

I want to create blocks to display different things such as images of all the bagdes in the database, images of badges of a particular user, list of other users who unlocked the same badge as the current user
And when clicking on the image of a particular badge, I need different blocks to display name, image, info of the badges accordingly.

I am new to Drupal and quite confused with creating blocks using Views. Anyone has any idea or has experience on doing this?Really appreciate it if you can help.

Comments

sophievn107’s picture

I am trying to modify the code of hook_block() by coding new blocks and $op

nancydru’s picture

Blocks don't take arguments like Views can.

Who is "particular user?"
Does "current user" mean the actual current user, or the user who authored the node being displayed?

shabana.navas’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)