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
Comment #1
sophievn107 commentedI am trying to modify the code of hook_block() by coding new blocks and $op
Comment #2
nancydruBlocks 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?
Comment #3
shabana.navas commented