So I'm designing a Drupal 6 site for a lefty political party. I want to generate 48 separate "Candidate Pages" from a single configuration of Views+Panels. The panel will include picture, bio, blogroll (views), and some social media widgets.
Each candidate URL is formatted /elect[username] (where each candidate is a user, and each username is their firstlast real time).
My question is: how should I best go about configuring this panel (and views)?
I know there are two main options: 1. pull the URL into Panels and Views 2. Associate the author of the content to the Panels and Views arguments.
What do people think is best, and how might I go about defining the necessary arguments?